diff -Nru squid3-3.1.19/ChangeLog squid3-3.1.20/ChangeLog --- squid3-3.1.19/ChangeLog 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/ChangeLog 2012-06-08 13:20:21.000000000 +0200 @@ -1,3 +1,23 @@ +Changes to squid-3.1.20 (08 Jun 2011): + + - Regression Bug 3545: FreeBSD dnsserver segfaults + - Regression Bug 3504: clientside_tos fails to mark traffic + - Bug 3539: CONNECT server connection not closed correctly on errors + - Bug 3502: client timeout uses server-side read_timeout, not request_timeout + - Bug 3466: Adaptation stuck on last single-byte body piece + - Bug 3463: dnsserver fails to compile + - Bug 3439: correct external_acl_type documented default for ipv4/ipv6 option + - Bug 3390: Proxy auth data visible to scripts + - Bug 3263: ssl_crtd: undefined references to squid_curtime + - Bug 3233: Invalid URL accepted with url host is white spaces + - Bug 3133: Memory leak handling requests for sites that don't exist + - Bug 3074: Improper URL handling with empty path (RFC 3986) + - Bug 3013: segmentation fault on shutdown commSetCloseOnExec at comm.cc:1889 + - Regression: snmp/udp address directives not resolving hostname + - Better helper-to-Squid buffer size management. + - Support CoAP over HTTP (coap:// and coaps:// URLs) + - Support for 3.2 error template codes + Changes to squid-3.1.19 (06 Feb 2011): - Regression Bug 3441: part 2: Prevent further cache size corruption of swap.state diff -Nru squid3-3.1.19/configure squid3-3.1.20/configure --- squid3-3.1.19/configure 2012-02-05 12:56:56.000000000 +0100 +++ squid3-3.1.20/configure 2012-06-08 13:25:18.000000000 +0200 @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac Revision. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for Squid Web Proxy 3.1.19. +# Generated by GNU Autoconf 2.68 for Squid Web Proxy 3.1.20. # # Report bugs to . # @@ -575,8 +575,8 @@ # Identity of this package. PACKAGE_NAME='Squid Web Proxy' PACKAGE_TARNAME='squid' -PACKAGE_VERSION='3.1.19' -PACKAGE_STRING='Squid Web Proxy 3.1.19' +PACKAGE_VERSION='3.1.20' +PACKAGE_STRING='Squid Web Proxy 3.1.20' PACKAGE_BUGREPORT='http://www.squid-cache.org/bugs/' PACKAGE_URL='' @@ -1540,7 +1540,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.1.19 to adapt to many kinds of systems. +\`configure' configures Squid Web Proxy 3.1.20 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1610,7 +1610,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Squid Web Proxy 3.1.19:";; + short | recursive ) echo "Configuration of Squid Web Proxy 3.1.20:";; esac cat <<\_ACEOF @@ -1941,7 +1941,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Squid Web Proxy configure 3.1.19 +Squid Web Proxy configure 3.1.20 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2952,7 +2952,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.1.19, which was +It was created by Squid Web Proxy $as_me 3.1.20, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3771,7 +3771,7 @@ # Define the identity of the package. PACKAGE='squid' - VERSION='3.1.19' + VERSION='3.1.20' cat >>confdefs.h <<_ACEOF @@ -28231,7 +28231,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.1.19, which was +This file was extended by Squid Web Proxy $as_me 3.1.20, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -28297,7 +28297,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.1.19 +Squid Web Proxy config.status 3.1.20 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -Nru squid3-3.1.19/configure.ac squid3-3.1.20/configure.ac --- squid3-3.1.19/configure.ac 2012-02-05 12:56:55.000000000 +0100 +++ squid3-3.1.20/configure.ac 2012-06-08 13:25:17.000000000 +0200 @@ -2,7 +2,7 @@ dnl dnl $Id$ dnl -AC_INIT([Squid Web Proxy],[3.1.19],[http://www.squid-cache.org/bugs/],[squid]) +AC_INIT([Squid Web Proxy],[3.1.20],[http://www.squid-cache.org/bugs/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) diff -Nru squid3-3.1.19/debian/changelog squid3-3.1.20/debian/changelog --- squid3-3.1.19/debian/changelog 2012-06-20 00:35:51.000000000 +0200 +++ squid3-3.1.20/debian/changelog 2012-06-22 14:51:44.000000000 +0200 @@ -1,3 +1,61 @@ +squid3 (3.1.20-1ubuntu1) unstable; urgency=low + + * Merge from Debian testing. Remaining changes: + + debian/control: + - Update maintainer. + - Suggests apparmor (>= 2.3) + - Depends on ssl-cert ((>= 1.0-11ubuntu1) + - Add transitional dummy packages + + debian/squid3.upstart + - Move ulimit command to script section so that it applies + to the started squid daemon. Thanks to Timur Irmatov (LP: 986159) + - Work around squid not handling SIGHUP by adding respawn to + upstart job. (LP: 978356) + + debian/NEWS.Debian: Rename NEWS.debian, add note regarding squid3 + transition in 12.04 (LP: 924739) + + debian/rules + - Re-enable all hardening options lost in the squid->squid3 + transition (LP: 986314) + + squid3.resolvconf, debian/squid3.postinst, debian/squid3.postrm, + debian/squid3.preinst, debian/squid3.prerm: + - Convert init script to upstart + + debian/patches/99-ubuntu-ssl-cert-snakeoil: + - Use snakeoil certificates. + + debian/logrotate + - Use sar-reports rather than sarg-maint. (LP: 26616) + + debian/patches/90-cf.data.ubuntu.dpatch: + - Add an example refresh pattern for debs. + (foundations-lucid-local-report spec) + + Add disabled by default AppArmor profile (LP: 497790) + - debian/squid3.upstart: load profile in pre-start stanza + - add debian/usr.sbin.squid3 profile + - debian/rules: + + install debian/usr.sbin.squid3, etc/apparmor.d/force-complain and + etc/apparmor.d/disable into $(INSTALLDIR) + + use dh_apparmor + - debian/squid3.install: install etc/apparmor.d/disable, force-complain + and usr.sbin.squid3 + - debian/squid3.preinst: disable profile on clean install or upgrades + from earlier than when we shipped the profile + + -- Stefan Bader Fri, 22 Jun 2012 14:18:00 +0200 + +squid3 (3.1.20-1) unstable; urgency=low + + * New upstream release + + * debian/control + - Bumped Standard-Version to 3.9.3, no change needed + - Added missing dependency on dpkg-dev (>= 1.16.1~) + + * debian/rules + - Enabled hardening options (Closes: #669684) + + * debian/patches/01-cf.data.debian.patch + - Fixed minor typos in configuration file (Closes: #670832, #673350) + + -- Luigi Gangitano Mon, 18 Jun 2012 14:20:53 +0200 + squid3 (3.1.19-1ubuntu5) quantal; urgency=low * d/squid3.upstart: Work around squid not handling SIGHUP by diff -Nru squid3-3.1.19/debian/control squid3-3.1.20/debian/control --- squid3-3.1.19/debian/control 2012-06-20 00:22:51.000000000 +0200 +++ squid3-3.1.20/debian/control 2012-06-22 14:25:32.000000000 +0200 @@ -4,8 +4,8 @@ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Luigi Gangitano Homepage: http://www.squid-cache.org -Standards-Version: 3.9.2 -Build-Depends: libldap2-dev, libpam0g-dev, libdb-dev, cdbs, libsasl2-dev, debhelper (>=5), libcppunit-dev, libkrb5-dev, comerr-dev, libcap2-dev [linux-any], libexpat1-dev, libxml2-dev, autotools-dev, libltdl-dev +Standards-Version: 3.9.3 +Build-Depends: libldap2-dev, libpam0g-dev, libdb-dev, cdbs, libsasl2-dev, debhelper (>=5), libcppunit-dev, libkrb5-dev, comerr-dev, libcap2-dev [linux-any], libexpat1-dev, libxml2-dev, autotools-dev, libltdl-dev, dpkg-dev (>= 1.16.1~) Package: squid3 Architecture: any diff -Nru squid3-3.1.19/debian/patches/01-cf.data.debian.patch squid3-3.1.20/debian/patches/01-cf.data.debian.patch --- squid3-3.1.19/debian/patches/01-cf.data.debian.patch 2012-06-20 00:22:51.000000000 +0200 +++ squid3-3.1.20/debian/patches/01-cf.data.debian.patch 2012-06-18 15:00:56.000000000 +0200 @@ -1,9 +1,7 @@ Author: Luigi Gangitano Description: Default configuration file for debian -Index: squid3-3.1.18/src/cf.data.pre -=================================================================== ---- squid3-3.1.18.orig/src/cf.data.pre 2011-12-26 22:10:23.000000000 +0100 -+++ squid3-3.1.18/src/cf.data.pre 2011-12-26 22:35:01.000000000 +0100 +--- a/src/cf.data.pre ++++ b/src/cf.data.pre @@ -178,7 +178,7 @@ If you want to use the traditional NCSA proxy authentication, set this line to something like @@ -40,7 +38,7 @@ "children" numberofchildren The number of authenticator processes to spawn (no default). -@@ -761,11 +761,11 @@ +@@ -760,11 +760,11 @@ # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from where browsing # should be allowed @@ -57,7 +55,7 @@ acl SSL_ports port 443 acl Safe_ports port 80 # http -@@ -924,7 +924,7 @@ +@@ -923,7 +923,7 @@ # Example rule allowing access from your local networks. # Adapt localnet in the ACL section to list your (internal) IP networks # from where browsing should be allowed @@ -66,7 +64,25 @@ http_access allow localhost # And finally deny all other access to this proxy -@@ -2845,7 +2845,7 @@ +@@ -1424,7 +1424,7 @@ + + Note: The use of this directive using client dependent ACLs is + incompatible with the use of server side persistent connections. To +- ensure correct results it is best to set server_persisten_connections ++ ensure correct results it is best to set server_persistent_connections + to off when using this directive in such configurations. + DOC_END + +@@ -1527,7 +1527,7 @@ + an additional ACL needs to be used which ensures the IPv6-bound traffic + is never forced or permitted out the IPv4 interface. + +- # IPv6 destination test along with a dummy access control to perofrm the required DNS ++ # IPv6 destination test along with a dummy access control to perform the required DNS + # This MUST be place before any ALLOW rules. + acl to_ipv6 dst ipv6 + http_access deny ipv6 !all +@@ -2844,7 +2844,7 @@ NAME: logfile_rotate TYPE: int @@ -75,7 +91,7 @@ LOC: Config.Log.rotateNumber DOC_START Specifies the number of logfile rotations to make when you -@@ -2864,6 +2864,9 @@ +@@ -2863,6 +2863,9 @@ Note, from Squid-3.1 this option has no effect on the cache.log, that log can be rotated separately by using debug_options @@ -85,7 +101,7 @@ DOC_END NAME: emulate_httpd_log -@@ -4285,7 +4288,7 @@ +@@ -4284,7 +4287,7 @@ NAME: visible_hostname TYPE: string LOC: Config.visibleHostname @@ -94,3 +110,14 @@ DOC_START If you want to present a special hostname in error messages, etc, define this. Otherwise, the return value of gethostname() +@@ -6482,8 +6485,8 @@ + + WARNING: + This option will restrict the situations under which IPv6 +- connectivity is used (and tested). Hiding network problems +- which would otherwise be detected and warned about. ++ connectivity is used (and tested), potentially hiding network ++ problem swhich would otherwise be detected and warned about. + DOC_END + + NAME: ipcache_size diff -Nru squid3-3.1.19/debian/patches/02-makefile-defaults.patch squid3-3.1.20/debian/patches/02-makefile-defaults.patch --- squid3-3.1.19/debian/patches/02-makefile-defaults.patch 2012-06-20 00:22:51.000000000 +0200 +++ squid3-3.1.20/debian/patches/02-makefile-defaults.patch 2012-06-18 14:59:26.000000000 +0200 @@ -1,10 +1,8 @@ Author: Luigi Gangitano Description: Change default file locations for debian -Index: squid3-3.1.18/src/Makefile.in -=================================================================== ---- squid3-3.1.18.orig/src/Makefile.in 2011-12-26 22:10:23.000000000 +0100 -+++ squid3-3.1.18/src/Makefile.in 2011-12-26 22:35:27.000000000 +0100 -@@ -2045,7 +2045,7 @@ +--- a/src/Makefile.in ++++ b/src/Makefile.in +@@ -2048,7 +2048,7 @@ DEFAULT_PREFIX = $(prefix) DEFAULT_CONFIG_DIR = $(sysconfdir) DEFAULT_CONFIG_FILE = $(DEFAULT_CONFIG_DIR)/squid.conf @@ -13,7 +11,7 @@ DEFAULT_DNSSERVER = $(libexecdir)/`echo dnsserver | sed '$(transform);s/$$/$(EXEEXT)/'` DEFAULT_SSL_CRTD = $(libexecdir)/`echo ssl_crtd | sed '$(transform);s/$$/$(EXEEXT)/'` DEFAULT_LOG_PREFIX = $(DEFAULT_LOG_DIR) -@@ -2054,7 +2054,7 @@ +@@ -2057,7 +2057,7 @@ DEFAULT_STORE_LOG = $(DEFAULT_LOG_PREFIX)/store.log DEFAULT_PID_FILE = $(DEFAULT_PIDFILE) DEFAULT_NETDB_FILE = $(DEFAULT_LOG_PREFIX)/netdb.state diff -Nru squid3-3.1.19/debian/patches/15-cachemgr-default-config.patch squid3-3.1.20/debian/patches/15-cachemgr-default-config.patch --- squid3-3.1.19/debian/patches/15-cachemgr-default-config.patch 2012-06-20 00:22:51.000000000 +0200 +++ squid3-3.1.20/debian/patches/15-cachemgr-default-config.patch 2012-06-18 14:59:50.000000000 +0200 @@ -1,9 +1,7 @@ Author: Luigi Gangitano Description: Fix path for cachemgr.cgi default configuration file -Index: squid3-3.1.18/tools/Makefile.am -=================================================================== ---- squid3-3.1.18.orig/tools/Makefile.am 2010-08-09 01:00:25.000000000 +0200 -+++ squid3-3.1.18/tools/Makefile.am 2011-12-26 22:36:49.000000000 +0100 +--- a/tools/Makefile.am ++++ b/tools/Makefile.am @@ -34,7 +34,7 @@ man_MANS = \ squidclient.1 @@ -21,10 +19,8 @@ $(INSTALL_DATA) $(srcdir)/cachemgr.conf $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG).default @if test -f $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG) ; then \ echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_CACHEMGR_CONFIG)" ; \ -Index: squid3-3.1.18/tools/Makefile.in -=================================================================== ---- squid3-3.1.18.orig/tools/Makefile.in 2011-09-02 13:37:09.000000000 +0200 -+++ squid3-3.1.18/tools/Makefile.in 2011-12-26 22:36:49.000000000 +0100 +--- a/tools/Makefile.in ++++ b/tools/Makefile.in @@ -375,7 +375,7 @@ man_MANS = \ squidclient.1 diff -Nru squid3-3.1.19/debian/patches/90-cf.data.ubuntu.patch squid3-3.1.20/debian/patches/90-cf.data.ubuntu.patch --- squid3-3.1.19/debian/patches/90-cf.data.ubuntu.patch 2012-06-20 00:22:51.000000000 +0200 +++ squid3-3.1.20/debian/patches/90-cf.data.ubuntu.patch 2012-06-22 14:52:16.000000000 +0200 @@ -1,7 +1,8 @@ -diff -Naurp squid-3.1.15.orig/src/cf.data.pre squid-3.1.15/src/cf.data.pre ---- squid-3.1.15.orig/src/cf.data.pre 2011-08-28 03:53:14.000000000 -0400 -+++ squid-3.1.15/src/cf.data.pre 2011-11-10 11:33:21.214156035 -0500 -@@ -3458,6 +3458,9 @@ NOCOMMENT_START +Index: squid3-3.1.20-1ubuntu1/src/cf.data.pre +=================================================================== +--- squid3-3.1.20-1ubuntu1.orig/src/cf.data.pre 2012-06-22 14:06:32.000000000 +0200 ++++ squid3-3.1.20-1ubuntu1/src/cf.data.pre 2012-06-22 14:51:49.801642980 +0200 +@@ -3482,6 +3482,9 @@ NOCOMMENT_START refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 diff -Nru squid3-3.1.19/debian/patches/99-ubuntu-ssl-cert-snakeoil.patch squid3-3.1.20/debian/patches/99-ubuntu-ssl-cert-snakeoil.patch --- squid3-3.1.19/debian/patches/99-ubuntu-ssl-cert-snakeoil.patch 2012-06-20 00:22:51.000000000 +0200 +++ squid3-3.1.20/debian/patches/99-ubuntu-ssl-cert-snakeoil.patch 2012-06-22 14:52:24.000000000 +0200 @@ -1,7 +1,8 @@ -diff -Naurp squid-3.1.15.orig/src/cf.data.pre squid-3.1.15/src/cf.data.pre ---- squid-3.1.15.orig/src/cf.data.pre 2011-08-28 03:53:14.000000000 -0400 -+++ squid-3.1.15/src/cf.data.pre 2011-11-10 11:45:59.322157017 -0500 -@@ -1990,6 +1990,19 @@ DOC_START +Index: squid3-3.1.20-1ubuntu1/src/cf.data.pre +=================================================================== +--- squid3-3.1.20-1ubuntu1.orig/src/cf.data.pre 2012-06-22 14:51:49.801642980 +0200 ++++ squid3-3.1.20-1ubuntu1/src/cf.data.pre 2012-06-22 14:52:19.481788072 +0200 +@@ -2010,6 +2010,19 @@ DOC_START If 'sslkey' is not specified 'sslcert' is assumed to reference a combined file containing both the certificate and the key. diff -Nru squid3-3.1.19/debian/rules squid3-3.1.20/debian/rules --- squid3-3.1.19/debian/rules 2012-06-20 00:22:51.000000000 +0200 +++ squid3-3.1.20/debian/rules 2012-06-22 14:17:34.000000000 +0200 @@ -1,6 +1,10 @@ #! /usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_CFLAGS_MAINT_APPEND = -Wall +include /usr/share/dpkg/buildflags.mk + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/dpkg/buildflags.mk diff -Nru squid3-3.1.19/errors/af/ERR_ACCESS_DENIED squid3-3.1.20/errors/af/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/af/ERR_ACCESS_DENIED 2012-02-05 13:05:25.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_ACCESS_DENIED 2012-06-08 13:29:17.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Toegang geweier.

Die opstelling van toegangsbeheer keer dat u navraag nou toegelaat kan word. Kontak gerus u diensverskaffer indien u voel dit is verkeerd.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Toegang geweier.

Die opstelling van toegangsbeheer keer dat u navraag nou toegelaat kan word. Kontak gerus u diensverskaffer indien u voel dit is verkeerd.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:29:19.000000000 +0200 @@ -0,0 +1 @@ + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Tydkwota oorskry.

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.

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.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/af/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/af/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_AGENT_CONFIGURE 2012-06-08 13:29:21.000000000 +0200 @@ -0,0 +1 @@ + Webblaaier se opstelling

FOUT

Web Browser Configuration


Die opstelling van u webblaaier moet reggestel word om hierdie netwerk te gebruik.

Hoe om hierdie instellings in die blaaier te vind:

Vir Firefox-blaaiers, gaan na:
  • Nutsgoed -> Opsies -> Gevorderd -> Netwerk -> Verbinding
  • In the HTTP proxy box type the proxy name %h and port 3128.
Vir Internet Explorer-blaaiers, gaan na:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • In the HTTP proxy box type the proxy name %h and port 3128.
Vir Opera-blaaiers, gaan na:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • In the HTTP proxy box type the proxy name %h and port 3128.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_AGENT_WPAD squid3-3.1.20/errors/af/ERR_AGENT_WPAD --- squid3-3.1.19/errors/af/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_AGENT_WPAD 2012-06-08 13:29:24.000000000 +0200 @@ -0,0 +1 @@ + Webblaaier se opstelling

FOUT

Web Browser Configuration


Die opstelling van u webblaaier moet reggestel word om hierdie netwerk te gebruik.

Hoe om hierdie instellings in die blaaier te vind:

Vir Firefox-blaaiers, gaan na:
  • Nutsgoed -> Opsies -> Gevorderd -> Netwerk -> Verbinding
  • Kies "Outospeur instaanopstelling vir hierdie netwerk"
Vir Internet Explorer-blaaiers, gaan na:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • Select Automatically detect settings
Vir Opera-blaaiers, gaan na:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • Select Use Automatic proxy configuration

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/af/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/af/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:05:28.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:29:26.000000000 +0200 @@ -1 +1 @@ - FOUT: Cache Access Denied

ERROR

Cache Toegang geweier.


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Toegang tot kasgeheue geweier.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file + FOUT: Cache Access Denied

ERROR

Cache Toegang geweier.


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Toegang tot kasgeheue geweier.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/af/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/af/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:05:30.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:29:28.000000000 +0200 @@ -1 +1 @@ - FOUT: Cache Manager Access Denied

ERROR

Cache Manager Toegang geweier.


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Toegang tot kasbestuur geweier.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + FOUT: Cache Manager Access Denied

ERROR

Cache Manager Toegang geweier.


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Toegang tot kasbestuur geweier.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_CANNOT_FORWARD squid3-3.1.20/errors/af/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/af/ERR_CANNOT_FORWARD 2012-02-05 13:05:33.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_CANNOT_FORWARD 2012-06-08 13:29:32.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Kan nie dié versoek nou aanstuur nie

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Kan nie dié versoek nou aanstuur nie

This request could not be forwarded to the origin server or to any parent caches.

Enkele moontlike probleme is:

  • An Internet connection needed to access this domains origin servers may be down.
  • All configured parent caches may be currently unreachable.
  • The administrator may not allow this cache to make direct connections to origin servers.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_CONNECT_FAIL squid3-3.1.20/errors/af/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/af/ERR_CONNECT_FAIL 2012-02-05 13:05:36.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_CONNECT_FAIL 2012-06-08 13:29:34.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Verbinding na %I het misluk

Die stelsel het die volgende teruggestuur: %E

Die afgeleë gasheer of netwerk is dalk af. Probeer die navraag gerus weer.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Verbinding na %I het misluk

Die stelsel het die volgende teruggestuur: %E

Die afgeleë gasheer of netwerk is dalk af. Probeer die navraag gerus weer.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_DIR_LISTING squid3-3.1.20/errors/af/ERR_DIR_LISTING --- squid3-3.1.19/errors/af/ERR_DIR_LISTING 2012-02-05 13:05:39.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_DIR_LISTING 2012-06-08 13:29:36.000000000 +0200 @@ -1 +1 @@ - Gids: %U

Gids: %U/


Gidsinhoud:

%z
%g
Ouergids Ouergids (Wortelgids)

\ No newline at end of file + Gids: %U

Gids: %U/


Gidsinhoud:

%z
%g
Ouergids (Wortelgids)

\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_DNS_FAIL squid3-3.1.20/errors/af/ERR_DNS_FAIL --- squid3-3.1.19/errors/af/ERR_DNS_FAIL 2012-02-05 13:05:41.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_DNS_FAIL 2012-06-08 13:29:38.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Kan nie IP-adres vanaf gasheernaam %H bepaal nie

Die DNS-bediener het geantwoord:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Kan nie IP-adres vanaf gasheernaam %H bepaal nie

Die DNS-bediener het geantwoord:

%z

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.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_ESI squid3-3.1.20/errors/af/ERR_ESI --- squid3-3.1.19/errors/af/ERR_ESI 2012-02-05 13:05:43.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_ESI 2012-06-08 13:29:40.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

ESI-verwerking het misluk.

Die ESI-verwerker het geantwoord:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

U webmeester is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

ESI-verwerking het misluk.

Die ESI-verwerker het geantwoord:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

U webmeester is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_FORWARDING_DENIED squid3-3.1.20/errors/af/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/af/ERR_FORWARDING_DENIED 2012-02-05 13:05:44.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_FORWARDING_DENIED 2012-06-08 13:29:42.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Aanstuur geweier.

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.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Aanstuur geweier.

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.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_FTP_DISABLED squid3-3.1.20/errors/af/ERR_FTP_DISABLED --- squid3-3.1.19/errors/af/ERR_FTP_DISABLED 2012-02-05 13:05:47.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_FTP_DISABLED 2012-06-08 13:29:44.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

FTP is gedeaktiveerd

Hierdie kasbediener ondersteun nie FTP nie.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

FTP is gedeaktiveerd

Hierdie kasbediener ondersteun nie FTP nie.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_FTP_FAILURE squid3-3.1.20/errors/af/ERR_FTP_FAILURE --- squid3-3.1.19/errors/af/ERR_FTP_FAILURE 2012-02-05 13:05:49.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_FTP_FAILURE 2012-06-08 13:29:46.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


'n FTP-protokolfout het voorgekom tydens verkryging van die URL: %U

Squid het die volgende FTP-opdrag gestuur:

%f

Die bediener het geantwoord met:

%F
%g

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


'n FTP-protokolfout het voorgekom tydens verkryging van die URL: %U

Squid het die volgende FTP-opdrag gestuur:

%f

Die bediener het geantwoord met:

%F
%g

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/af/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/af/ERR_FTP_FORBIDDEN 2012-02-05 13:05:51.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_FTP_FORBIDDEN 2012-06-08 13:29:48.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid het die volgende FTP-opdrag gestuur:

%f

Die bediener het geantwoord met:

%F
%g

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid het die volgende FTP-opdrag gestuur:

%f

Die bediener het geantwoord met:

%F
%g

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/af/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/af/ERR_FTP_NOT_FOUND 2012-02-05 13:05:53.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_FTP_NOT_FOUND 2012-06-08 13:29:51.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende URL kon nie opgespoor word nie: %U

Squid het die volgende FTP-opdrag gestuur:

%f

Die bediener het geantwoord met:

%F
%g

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 %B.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende URL kon nie opgespoor word nie: %U

Squid het die volgende FTP-opdrag gestuur:

%f

Die bediener het geantwoord met:

%F
%g

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 %B.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/af/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/af/ERR_FTP_PUT_CREATED 2012-02-05 13:05:55.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_FTP_PUT_CREATED 2012-06-08 13:29:54.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Bewerking suksesvol

Lêer is geskep




\ No newline at end of file + FTP PUT suksesvol.

Bewerking suksesvol

Lêer is geskep




\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/af/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/af/ERR_FTP_PUT_ERROR 2012-02-05 13:05:58.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_FTP_PUT_ERROR 2012-06-08 13:29:55.000000000 +0200 @@ -1 +1 @@ - FOUT: FTP upload failed

ERROR

FTP PUT upload failed


'n FTP-protokolfout het voorgekom tydens verkryging van die URL: %U

Squid het die volgende FTP-opdrag gestuur:

%f

Die bediener het geantwoord met:

%F

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.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: FTP upload failed

ERROR

FTP PUT-oplaai het misluk


'n FTP-protokolfout het voorgekom tydens verkryging van die URL: %U

Squid het die volgende FTP-opdrag gestuur:

%f

Die bediener het geantwoord met:

%F

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.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/af/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/af/ERR_FTP_PUT_MODIFIED 2012-02-05 13:06:00.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_FTP_PUT_MODIFIED 2012-06-08 13:29:57.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Bewerking suksesvol

Lêer is opgedateer




\ No newline at end of file + FTP PUT suksesvol.

Bewerking suksesvol

Lêer is opgedateer




\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/af/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/af/ERR_FTP_UNAVAILABLE 2012-02-05 13:06:02.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_FTP_UNAVAILABLE 2012-06-08 13:29:59.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die FTP-bediener was te besig om die URL te verkry: %U

Squid het die volgende FTP-opdrag gestuur:

%f

Die bediener het geantwoord met:

%F
%g

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die FTP-bediener was te besig om die URL te verkry: %U

Squid het die volgende FTP-opdrag gestuur:

%f

Die bediener het geantwoord met:

%F
%g

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/af/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/af/ERR_GATEWAY_FAILURE 2012-02-05 13:06:04.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_GATEWAY_FAILURE 2012-06-08 13:30:02.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_ICAP_FAILURE squid3-3.1.20/errors/af/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/af/ERR_ICAP_FAILURE 2012-02-05 13:06:06.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_ICAP_FAILURE 2012-06-08 13:30:08.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

ICAP-protokolfout.

Die stelsel het die volgende teruggestuur: %E

Dit beteken dat een of ander aspek van die ICAP-kommunikasie misluk het.

Enkele moontlike probleme is:

  • Die ICAP-bediener is nie bereikbaar nie.

  • 'n Onwettige antwoord is ontvang vanaf die ICAP-bediener.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

ICAP-protokolfout.

Die stelsel het die volgende teruggestuur: %E

Dit beteken dat een of ander aspek van die ICAP-kommunikasie misluk het.

Enkele moontlike probleme is:

  • Die ICAP-bediener is nie bereikbaar nie.

  • 'n Onwettige antwoord is ontvang vanaf die ICAP-bediener.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_INVALID_REQ squid3-3.1.20/errors/af/ERR_INVALID_REQ --- squid3-3.1.19/errors/af/ERR_INVALID_REQ 2012-02-05 13:06:08.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_INVALID_REQ 2012-06-08 13:30:10.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Ongeldige versoek-fout is teëgekom tydens verwerking van die navraag:

%R

Enkele moontlike probleme is:

  • Ontbrekende of onbekende navraagmetode.

  • Ontbrekende URL.

  • Ontbrekende HTTP-identifiseerder (HTTP/1.0)

  • Navraag is te groot.

  • "Content-Length" ontbreek vir POST- of PUT-navrae.

  • Ongeldige karakter in gasheernaam; onderstreep word nie toegelaat nie.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Ongeldige versoek-fout is teëgekom tydens verwerking van die navraag:

%R

Enkele moontlike probleme is:

  • Ontbrekende of onbekende navraagmetode.

  • Ontbrekende URL.

  • Ontbrekende HTTP-identifiseerder (HTTP/1.0)

  • Navraag is te groot.

  • "Content-Length" ontbreek vir POST- of PUT-navrae.

  • Ongeldige karakter in gasheernaam; onderstreep word nie toegelaat nie.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_INVALID_RESP squid3-3.1.20/errors/af/ERR_INVALID_RESP --- squid3-3.1.19/errors/af/ERR_INVALID_RESP 2012-02-05 13:06:11.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_INVALID_RESP 2012-06-08 13:30:14.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Ongeldige antwoord-fout is teëgekom tydens verwerking van die navraag:

%R

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.

Die kasbediener se administrateur kan dalk meer detail verskaf oor die presiese aard van die probleem indien nodig.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Ongeldige antwoord-fout is teëgekom tydens verwerking van die navraag:

%R

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.

Die kasbediener se administrateur kan dalk meer detail verskaf oor die presiese aard van die probleem indien nodig.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_INVALID_URL squid3-3.1.20/errors/af/ERR_INVALID_URL --- squid3-3.1.19/errors/af/ERR_INVALID_URL 2012-02-05 13:06:13.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_INVALID_URL 2012-06-08 13:30:16.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Ongeldige URL

'n Sekere aspek van die aangevraagde URL is verkeerd.

Enkele moontlike probleme is:

  • Ontbrekende of verkeerde toegangsprotokol (moet http:// of soortgelyk wees)

  • Ontbrekende gasheernaam

  • Illegal double-escape in the URL-Path

  • Ongeldige karakter in gasheernaam; onderstreep word nie toegelaat nie.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Ongeldige URL

'n Sekere aspek van die aangevraagde URL is verkeerd.

Enkele moontlike probleme is:

  • Ontbrekende of verkeerde toegangsprotokol (moet http:// of soortgelyk wees)

  • Ontbrekende gasheernaam

  • Illegal double-escape in the URL-Path

  • Ongeldige karakter in gasheernaam; onderstreep word nie toegelaat nie.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_LIFETIME_EXP squid3-3.1.20/errors/af/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/af/ERR_LIFETIME_EXP 2012-02-05 13:06:16.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_LIFETIME_EXP 2012-06-08 13:30:18.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Verbinding se leeftyd het verstryk

Squid het die navraag afgesluit omdat dit die maksimumleeftyd vir 'n verbinding oorskry het.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Verbinding se leeftyd het verstryk

Squid het die navraag afgesluit omdat dit die maksimumleeftyd vir 'n verbinding oorskry het.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_NO_RELAY squid3-3.1.20/errors/af/ERR_NO_RELAY --- squid3-3.1.19/errors/af/ERR_NO_RELAY 2012-02-05 13:06:18.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_NO_RELAY 2012-06-08 13:30:19.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/af/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/af/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:06:23.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:30:22.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Geldige dokument is nie in die kas gevind nie, en only-if-cached is gespesifiseer.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/error-details.txt squid3-3.1.20/errors/af/error-details.txt --- squid3-3.1.19/errors/af/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/af/error-details.txt 2012-06-08 13:30:45.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/af/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/af/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/af/ERR_PRECONDITION_FAILED 2012-02-05 13:06:25.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_PRECONDITION_FAILED 2012-06-08 13:30:23.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_READ_ERROR squid3-3.1.20/errors/af/ERR_READ_ERROR --- squid3-3.1.19/errors/af/ERR_READ_ERROR 2012-02-05 13:06:27.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_READ_ERROR 2012-06-08 13:30:25.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Leesfout

Die stelsel het die volgende teruggestuur: %E

'n Fouttoestand het voorgekom tydens lees van data van die netwerk. Probeer die versoek gerus weer.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Leesfout

Die stelsel het die volgende teruggestuur: %E

'n Fouttoestand het voorgekom tydens lees van data van die netwerk. Probeer die versoek gerus weer.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_READ_TIMEOUT squid3-3.1.20/errors/af/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/af/ERR_READ_TIMEOUT 2012-02-05 13:06:30.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_READ_TIMEOUT 2012-06-08 13:30:28.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Tyd verstreke tydens lees

Die stelsel het die volgende teruggestuur: %E

Die tyd het verstryk tydens die lees van data van die netwerk. Die netwerk of bediener is dalk af of verstop. Probeer die navraag gerus weer.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Tyd verstreke tydens lees

Die stelsel het die volgende teruggestuur: %E

Die tyd het verstryk tydens die lees van data van die netwerk. Die netwerk of bediener is dalk af of verstop. Probeer die navraag gerus weer.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/af/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/af/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:06:32.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:30:30.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Kon nie 'n beveiligde verbinding skep na %I nie

Die stelsel het die volgende teruggestuur: %E

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.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Kon nie 'n beveiligde verbinding skep na %I nie

Die stelsel het die volgende teruggestuur: %E

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.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_SHUTTING_DOWN squid3-3.1.20/errors/af/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/af/ERR_SHUTTING_DOWN 2012-02-05 13:06:34.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_SHUTTING_DOWN 2012-06-08 13:30:32.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Hierdie kasbediener skakel tans af en kan nie nou u navraag bedien nie. Probeer gerus u navraag weer binnekort.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Hierdie kasbediener skakel tans af en kan nie nou u navraag bedien nie. Probeer gerus u navraag weer binnekort.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_SOCKET_FAILURE squid3-3.1.20/errors/af/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/af/ERR_SOCKET_FAILURE 2012-02-05 13:06:36.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_SOCKET_FAILURE 2012-06-08 13:30:34.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Sokfout

Die stelsel het die volgende teruggestuur: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Sokfout

Die stelsel het die volgende teruggestuur: %E

Squid kan nie 'n TCP-sok skep nie, vermoedelik weens hoë lading. Probeer die navraag gerus weer.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_TOO_BIG squid3-3.1.20/errors/af/ERR_TOO_BIG --- squid3-3.1.19/errors/af/ERR_TOO_BIG 2012-02-05 13:06:38.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_TOO_BIG 2012-06-08 13:30:35.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Die navraag of antwoord is te groot.

Indien u 'n POST- of PUT-navraag maak, is die item wat u probeer oplaai te groot.

Indien u 'n GET-navraag maak, is die item wat u probeer aflaai te groot.

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.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Die navraag of antwoord is te groot.

Indien u 'n POST- of PUT-navraag maak, is die item wat u probeer oplaai te groot.

Indien u 'n GET-navraag maak, is die item wat u probeer aflaai te groot.

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.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/af/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/af/ERR_UNSUP_HTTPVERSION 2012-02-05 13:06:40.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_UNSUP_HTTPVERSION 2012-06-08 13:30:37.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

Niegesteunde HTTP-weergawe


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Unsupported HTTP version

Hierdie Squid aanvaar nie die HTTP-weergawe wat u probeer gebruik nie.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

Niegesteunde HTTP-weergawe


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Unsupported HTTP version

Hierdie Squid aanvaar nie die HTTP-weergawe wat u probeer gebruik nie.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_UNSUP_REQ squid3-3.1.20/errors/af/ERR_UNSUP_REQ --- squid3-3.1.19/errors/af/ERR_UNSUP_REQ 2012-02-05 13:06:43.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_UNSUP_REQ 2012-06-08 13:30:39.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Unsupported Request Method and Protocol

Squid ondersteun nie alle navraagmetodes vir alle toegangsprotokolle nie. Mens kan by voorbeeld nie 'n Gopher-navraag POST nie.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Niegesteunde versoekmetode en -protokol

Squid ondersteun nie alle navraagmetodes vir alle toegangsprotokolle nie. Mens kan by voorbeeld nie 'n Gopher-navraag POST nie.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_URN_RESOLVE squid3-3.1.20/errors/af/ERR_URN_RESOLVE --- squid3-3.1.19/errors/af/ERR_URN_RESOLVE 2012-02-05 13:06:46.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_URN_RESOLVE 2012-06-08 13:30:41.000000000 +0200 @@ -1 +1 @@ - FOUT: The requested URN could not be retrieved

ERROR

'n URL vir die aangevraagde URN kon nie verkry word nie


Die volgende fout is teëgekom tydens verkryging van die URN: %U

Kan nie URN oplos nie

Moet eerder nie te veel verwag van URN'e op %T nie :)

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: The requested URN could not be retrieved

ERROR

'n URL vir die aangevraagde URN kon nie verkry word nie


Die volgende fout is teëgekom tydens verkryging van die URN: %U

Kan nie URN oplos nie

Moet eerder nie te veel verwag van URN'e op %T nie :)

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_WRITE_ERROR squid3-3.1.20/errors/af/ERR_WRITE_ERROR --- squid3-3.1.19/errors/af/ERR_WRITE_ERROR 2012-02-05 13:06:48.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_WRITE_ERROR 2012-06-08 13:30:43.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Skryffout

Die stelsel het die volgende teruggestuur: %E

'n Fouttoestand het voorgekom tydens skryf van data van die netwerk. Probeer die versoek gerus weer.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Skryffout

Die stelsel het die volgende teruggestuur: %E

'n Fouttoestand het voorgekom tydens skryf van data van die netwerk. Probeer die versoek gerus weer.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/af/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/af/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/af/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:06:52.000000000 +0100 +++ squid3-3.1.20/errors/af/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:30:45.000000000 +0200 @@ -1 +1 @@ - FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Antwoord het nul-lengte

Squid het geen data vir hierdie navraag ontvang nie.

Die kasbediener se administrateur is %w.



\ No newline at end of file + FOUT: Die aangevraagde URL kon nie verkry word nie

ERROR

The requested URL could not be retrieved


Die volgende fout is teëgekom tydens verkryging van die URL: %U

Antwoord het nul-lengte

Squid het geen data vir hierdie navraag ontvang nie.

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/aliases squid3-3.1.20/errors/aliases --- squid3-3.1.19/errors/aliases 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/aliases 2012-06-08 13:20:21.000000000 +0200 @@ -27,6 +27,7 @@ ro ro-ro ro-md ru ru-ru sk sk-sk +sl sl-si sr-latn sr sr-sp sr-latn-cs sv sv-fi sv-se th th-th diff -Nru squid3-3.1.19/errors/alias-upgrade squid3-3.1.20/errors/alias-upgrade --- squid3-3.1.19/errors/alias-upgrade 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/alias-upgrade 2012-06-08 13:20:21.000000000 +0200 @@ -3,7 +3,7 @@ az Azerbaijani bg Bulgarian ca Catalan -cz Czech +cs Czech da Danish de German el Greek @@ -20,7 +20,7 @@ ko Korean lt Lithuanian nl Dutch -po Polish +pl Polish pt Portuguese ro Romanian ru Russian-1251 Russian-koi8-r diff -Nru squid3-3.1.19/errors/ar/ERR_ACCESS_DENIED squid3-3.1.20/errors/ar/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/ar/ERR_ACCESS_DENIED 2012-02-05 13:06:55.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_ACCESS_DENIED 2012-06-08 13:30:47.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:30:49.000000000 +0200 @@ -0,0 +1 @@ + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Time Quota Exceeded.

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.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/ar/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/ar/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_AGENT_CONFIGURE 2012-06-08 13:30:51.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

خطأ

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • In the HTTP proxy box type the proxy name %h and port 3128.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_AGENT_WPAD squid3-3.1.20/errors/ar/ERR_AGENT_WPAD --- squid3-3.1.19/errors/ar/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_AGENT_WPAD 2012-06-08 13:30:53.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

خطأ

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • Select Auto-detect proxy settings for this network
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • Select Automatically detect settings
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • Select Use Automatic proxy configuration

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/ar/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/ar/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:06:59.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:30:55.000000000 +0200 @@ -1 +1 @@ - خطأ: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file + خطأ: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:07:01.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:30:58.000000000 +0200 @@ -1 +1 @@ - خطأ: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + خطأ: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_CANNOT_FORWARD squid3-3.1.20/errors/ar/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/ar/ERR_CANNOT_FORWARD 2012-02-05 13:07:04.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_CANNOT_FORWARD 2012-06-08 13:31:04.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches.

Some possible problems are:

  • An Internet connection needed to access this domains origin servers may be down.
  • All configured parent caches may be currently unreachable.
  • The administrator may not allow this cache to make direct connections to origin servers.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_CONNECT_FAIL squid3-3.1.20/errors/ar/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/ar/ERR_CONNECT_FAIL 2012-02-05 13:07:06.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_CONNECT_FAIL 2012-06-08 13:31:09.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_DIR_LISTING squid3-3.1.20/errors/ar/ERR_DIR_LISTING --- squid3-3.1.19/errors/ar/ERR_DIR_LISTING 2012-02-05 13:07:10.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_DIR_LISTING 2012-06-08 13:31:14.000000000 +0200 @@ -1 +1 @@ - Directory: %U

Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + Directory: %U

Directory: %U/


Directory Content:

%z
%g
Parent Directory (Root Directory)

\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_DNS_FAIL squid3-3.1.20/errors/ar/ERR_DNS_FAIL --- squid3-3.1.19/errors/ar/ERR_DNS_FAIL 2012-02-05 13:07:13.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_DNS_FAIL 2012-06-08 13:31:20.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_ESI squid3-3.1.20/errors/ar/ERR_ESI --- squid3-3.1.19/errors/ar/ERR_ESI 2012-02-05 13:07:16.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_ESI 2012-06-08 13:31:25.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_FORWARDING_DENIED squid3-3.1.20/errors/ar/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/ar/ERR_FORWARDING_DENIED 2012-02-05 13:07:18.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_FORWARDING_DENIED 2012-06-08 13:31:30.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

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.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_FTP_DISABLED squid3-3.1.20/errors/ar/ERR_FTP_DISABLED --- squid3-3.1.19/errors/ar/ERR_FTP_DISABLED 2012-02-05 13:07:20.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_FTP_DISABLED 2012-06-08 13:31:35.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_FTP_FAILURE squid3-3.1.20/errors/ar/ERR_FTP_FAILURE --- squid3-3.1.19/errors/ar/ERR_FTP_FAILURE 2012-02-05 13:07:23.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_FTP_FAILURE 2012-06-08 13:31:39.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/ar/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/ar/ERR_FTP_FORBIDDEN 2012-02-05 13:07:25.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_FTP_FORBIDDEN 2012-06-08 13:31:44.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/ar/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/ar/ERR_FTP_NOT_FOUND 2012-02-05 13:07:27.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_FTP_NOT_FOUND 2012-06-08 13:31:48.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

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 %B.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

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 %B.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/ar/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/ar/ERR_FTP_PUT_CREATED 2012-02-05 13:07:29.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_FTP_PUT_CREATED 2012-06-08 13:31:54.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Operation successful

File created




\ No newline at end of file + FTP PUT Successful.

Operation successful

File created




\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/ar/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/ar/ERR_FTP_PUT_ERROR 2012-02-05 13:07:31.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_FTP_PUT_ERROR 2012-06-08 13:31:59.000000000 +0200 @@ -1 +1 @@ - خطأ: FTP upload failed

ERROR

FTP PUT upload failed


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + خطأ: FTP upload failed

ERROR

FTP PUT upload failed


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/ar/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/ar/ERR_FTP_PUT_MODIFIED 2012-02-05 13:07:33.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_FTP_PUT_MODIFIED 2012-06-08 13:32:04.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Operation successful

File updated




\ No newline at end of file + FTP PUT Successful.

Operation successful

File updated




\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/ar/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/ar/ERR_FTP_UNAVAILABLE 2012-02-05 13:07:35.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_FTP_UNAVAILABLE 2012-06-08 13:32:08.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/ar/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/ar/ERR_GATEWAY_FAILURE 2012-02-05 13:07:37.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_GATEWAY_FAILURE 2012-06-08 13:32:12.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_ICAP_FAILURE squid3-3.1.20/errors/ar/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/ar/ERR_ICAP_FAILURE 2012-02-05 13:07:40.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_ICAP_FAILURE 2012-06-08 13:32:16.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_INVALID_REQ squid3-3.1.20/errors/ar/ERR_INVALID_REQ --- squid3-3.1.19/errors/ar/ERR_INVALID_REQ 2012-02-05 13:07:42.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_INVALID_REQ 2012-06-08 13:32:19.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_INVALID_RESP squid3-3.1.20/errors/ar/ERR_INVALID_RESP --- squid3-3.1.19/errors/ar/ERR_INVALID_RESP 2012-02-05 13:07:44.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_INVALID_RESP 2012-06-08 13:32:21.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_INVALID_URL squid3-3.1.20/errors/ar/ERR_INVALID_URL --- squid3-3.1.19/errors/ar/ERR_INVALID_URL 2012-02-05 13:07:46.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_INVALID_URL 2012-06-08 13:32:26.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

مسار غير صحيح

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

مسار غير صحيح

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_LIFETIME_EXP squid3-3.1.20/errors/ar/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/ar/ERR_LIFETIME_EXP 2012-02-05 13:07:48.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_LIFETIME_EXP 2012-06-08 13:32:30.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_NO_RELAY squid3-3.1.20/errors/ar/ERR_NO_RELAY --- squid3-3.1.19/errors/ar/ERR_NO_RELAY 2012-02-05 13:07:51.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_NO_RELAY 2012-06-08 13:32:33.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/ar/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/ar/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:07:53.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:32:35.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/error-details.txt squid3-3.1.20/errors/ar/error-details.txt --- squid3-3.1.19/errors/ar/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ar/error-details.txt 2012-06-08 13:33:05.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/ar/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/ar/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/ar/ERR_PRECONDITION_FAILED 2012-02-05 13:07:55.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_PRECONDITION_FAILED 2012-06-08 13:32:37.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_READ_ERROR squid3-3.1.20/errors/ar/ERR_READ_ERROR --- squid3-3.1.19/errors/ar/ERR_READ_ERROR 2012-02-05 13:07:57.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_READ_ERROR 2012-06-08 13:32:42.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

خطأ قراءة

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

خطأ قراءة

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_READ_TIMEOUT squid3-3.1.20/errors/ar/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/ar/ERR_READ_TIMEOUT 2012-02-05 13:07:59.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_READ_TIMEOUT 2012-06-08 13:32:44.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/ar/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/ar/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:08:02.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:32:47.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

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.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_SHUTTING_DOWN squid3-3.1.20/errors/ar/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/ar/ERR_SHUTTING_DOWN 2012-02-05 13:08:04.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_SHUTTING_DOWN 2012-06-08 13:32:49.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_SOCKET_FAILURE squid3-3.1.20/errors/ar/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/ar/ERR_SOCKET_FAILURE 2012-02-05 13:08:07.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_SOCKET_FAILURE 2012-06-08 13:32:51.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_TOO_BIG squid3-3.1.20/errors/ar/ERR_TOO_BIG --- squid3-3.1.19/errors/ar/ERR_TOO_BIG 2012-02-05 13:08:09.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_TOO_BIG 2012-06-08 13:32:54.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

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.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/ar/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/ar/ERR_UNSUP_HTTPVERSION 2012-02-05 13:08:11.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_UNSUP_HTTPVERSION 2012-06-08 13:32:55.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_UNSUP_REQ squid3-3.1.20/errors/ar/ERR_UNSUP_REQ --- squid3-3.1.19/errors/ar/ERR_UNSUP_REQ 2012-02-05 13:08:13.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_UNSUP_REQ 2012-06-08 13:32:57.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_URN_RESOLVE squid3-3.1.20/errors/ar/ERR_URN_RESOLVE --- squid3-3.1.19/errors/ar/ERR_URN_RESOLVE 2012-02-05 13:08:15.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_URN_RESOLVE 2012-06-08 13:33:00.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URN could not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URN could not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_WRITE_ERROR squid3-3.1.20/errors/ar/ERR_WRITE_ERROR --- squid3-3.1.19/errors/ar/ERR_WRITE_ERROR 2012-02-05 13:08:17.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_WRITE_ERROR 2012-06-08 13:33:03.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

خطأ كتابة

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

خطأ كتابة

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ar/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/ar/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/ar/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:08:19.000000000 +0100 +++ squid3-3.1.20/errors/ar/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:33:05.000000000 +0200 @@ -1 +1 @@ - خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file + خطأ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_ACCESS_DENIED squid3-3.1.20/errors/az/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/az/ERR_ACCESS_DENIED 2012-02-05 13:08:21.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_ACCESS_DENIED 2012-06-08 13:33:07.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Giriş qadağandır.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Giriş qadağandır.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:33:08.000000000 +0200 @@ -0,0 +1 @@ + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Time Quota Exceeded.

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.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/az/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/az/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_AGENT_CONFIGURE 2012-06-08 13:33:10.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

SƏHV

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • In the HTTP proxy box type the proxy name %h and port 3128.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_AGENT_WPAD squid3-3.1.20/errors/az/ERR_AGENT_WPAD --- squid3-3.1.19/errors/az/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_AGENT_WPAD 2012-06-08 13:33:11.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

SƏHV

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • Select Auto-detect proxy settings for this network
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • Select Automatically detect settings
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • Select Use Automatic proxy configuration

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/az/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/az/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:08:23.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:33:13.000000000 +0200 @@ -1 +1 @@ - SƏHV: Cache Access Denied

ERROR

Cache Giriş qadağandır.


The following error was encountered while trying to retrieve the URL: %U

Keşdən istifadə qadağandır

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file + SƏHV: Cache Access Denied

ERROR

Cache Giriş qadağandır.


The following error was encountered while trying to retrieve the URL: %U

Keşdən istifadə qadağandır

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/az/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/az/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:08:25.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:33:15.000000000 +0200 @@ -1 +1 @@ - SƏHV: Cache Manager Access Denied

ERROR

Cache Manager Giriş qadağandır.


The following error was encountered while trying to retrieve the URL: %U

Keş idarəetməsinə giriş qadağandır

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + SƏHV: Cache Manager Access Denied

ERROR

Cache Manager Giriş qadağandır.


The following error was encountered while trying to retrieve the URL: %U

Keş idarəetməsinə giriş qadağandır

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_CANNOT_FORWARD squid3-3.1.20/errors/az/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/az/ERR_CANNOT_FORWARD 2012-02-05 13:08:27.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_CANNOT_FORWARD 2012-06-08 13:33:16.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Hal-hazırda sorğunuzu yönlədirmək mümkün deyildir.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Hal-hazırda sorğunuzu yönlədirmək mümkün deyildir.

This request could not be forwarded to the origin server or to any parent caches.

Mümkün probleml�^�rd�^�n b�^�zil�^�ri:

  • An Internet connection needed to access this domains origin servers may be down.
  • All configured parent caches may be currently unreachable.
  • The administrator may not allow this cache to make direct connections to origin servers.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_CONNECT_FAIL squid3-3.1.20/errors/az/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/az/ERR_CONNECT_FAIL 2012-02-05 13:08:29.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_CONNECT_FAIL 2012-06-08 13:33:18.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

Sistemdən gələn cavab: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

Sistemdən gələn cavab: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_DIR_LISTING squid3-3.1.20/errors/az/ERR_DIR_LISTING --- squid3-3.1.19/errors/az/ERR_DIR_LISTING 2012-02-05 13:08:31.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_DIR_LISTING 2012-06-08 13:33:20.000000000 +0200 @@ -1 +1 @@ - Directory: %U

Directory: %U/


Direktoriyanın m�^�zmunu

%z
%g
Ana direktoriya Parent Directory (Root Directory)

\ No newline at end of file + Directory: %U

Directory: %U/


Direktoriyanın m�^�zmunu

%z
%g
Parent Directory (Root Directory)

\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_DNS_FAIL squid3-3.1.20/errors/az/ERR_DNS_FAIL --- squid3-3.1.19/errors/az/ERR_DNS_FAIL 2012-02-05 13:08:34.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_DNS_FAIL 2012-06-08 13:33:22.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Uzaqda yerləşən kompyuterin İP adresini təyin mumkun olmadı %H

DNS serverin cavabı:

%z

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.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Uzaqda yerləşən kompyuterin İP adresini təyin mumkun olmadı %H

DNS serverin cavabı:

%z

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_ESI squid3-3.1.20/errors/az/ERR_ESI --- squid3-3.1.19/errors/az/ERR_ESI 2012-02-05 13:08:37.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_ESI 2012-06-08 13:33:25.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_FORWARDING_DENIED squid3-3.1.20/errors/az/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/az/ERR_FORWARDING_DENIED 2012-02-05 13:08:39.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_FORWARDING_DENIED 2012-06-08 13:33:27.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Yönləndirmə qadağandır.

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.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Yönləndirmə qadağandır.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_FTP_DISABLED squid3-3.1.20/errors/az/ERR_FTP_DISABLED --- squid3-3.1.19/errors/az/ERR_FTP_DISABLED 2012-02-05 13:08:42.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_FTP_DISABLED 2012-06-08 13:33:29.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP protokolu qadağandır

Bu keş FTP protokolunu təmin etmir.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP protokolu qadağandır

Bu keş FTP protokolunu təmin etmir.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_FTP_FAILURE squid3-3.1.20/errors/az/ERR_FTP_FAILURE --- squid3-3.1.19/errors/az/ERR_FTP_FAILURE 2012-02-05 13:08:45.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_FTP_FAILURE 2012-06-08 13:33:30.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


URL ilə əlaqə zamanı FTP protokolu uzrə aşağıdakı səhv baş vermişdir: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


URL ilə əlaqə zamanı FTP protokolu uzrə aşağıdakı səhv baş vermişdir: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/az/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/az/ERR_FTP_FORBIDDEN 2012-02-05 13:08:47.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_FTP_FORBIDDEN 2012-06-08 13:33:32.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


URL ilə əlaqə zamanı FTP protokolu uzrə aşağıdakı səhv baş vermişdir: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


URL ilə əlaqə zamanı FTP protokolu uzrə aşağıdakı səhv baş vermişdir: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/az/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/az/ERR_FTP_NOT_FOUND 2012-02-05 13:08:50.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_FTP_NOT_FOUND 2012-06-08 13:33:33.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

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 %B.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

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 %B.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/az/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/az/ERR_FTP_PUT_CREATED 2012-02-05 13:08:52.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_FTP_PUT_CREATED 2012-06-08 13:33:35.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Əməliyyat müvəfəqiyyətlə başa çatdı

Fayl yarandı




\ No newline at end of file + FTP PUT Successful.

Əməliyyat müvəfəqiyyətlə başa çatdı

Fayl yarandı




\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/az/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/az/ERR_FTP_PUT_ERROR 2012-02-05 13:08:55.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_FTP_PUT_ERROR 2012-06-08 13:33:37.000000000 +0200 @@ -1 +1 @@ - SƏHV: FTP upload failed

ERROR

FTP PUT upload failed


URL ilə əlaqə zamanı FTP protokolu uzrə aşağıdakı səhv baş vermişdir: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: FTP upload failed

ERROR

FTP PUT upload failed


URL ilə əlaqə zamanı FTP protokolu uzrə aşağıdakı səhv baş vermişdir: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/az/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/az/ERR_FTP_PUT_MODIFIED 2012-02-05 13:08:57.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_FTP_PUT_MODIFIED 2012-06-08 13:33:38.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Əməliyyat müvəfəqiyyətlə başa çatdı

Fayl yeniləndi




\ No newline at end of file + FTP PUT Successful.

Əməliyyat müvəfəqiyyətlə başa çatdı

Fayl yeniləndi




\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/az/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/az/ERR_FTP_UNAVAILABLE 2012-02-05 13:09:00.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_FTP_UNAVAILABLE 2012-06-08 13:33:40.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


URL ilə əlaqə zamanı FTP serverin həddən ziyadə yüklü olduğu məlum olub: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


URL ilə əlaqə zamanı FTP serverin həddən ziyadə yüklü olduğu məlum olub: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/az/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/az/ERR_GATEWAY_FAILURE 2012-02-05 13:09:02.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_GATEWAY_FAILURE 2012-06-08 13:33:42.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_ICAP_FAILURE squid3-3.1.20/errors/az/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/az/ERR_ICAP_FAILURE 2012-02-05 13:09:04.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_ICAP_FAILURE 2012-06-08 13:33:43.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

İCAP protokol s�^�hvi

Sistemdən gələn cavab: %E

This means that some aspect of the ICAP communication failed.

Mümkün probleml�^�rd�^�n b�^�zil�^�ri:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

İCAP protokol s�^�hvi

Sistemdən gələn cavab: %E

This means that some aspect of the ICAP communication failed.

Mümkün probleml�^�rd�^�n b�^�zil�^�ri:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_INVALID_REQ squid3-3.1.20/errors/az/ERR_INVALID_REQ --- squid3-3.1.19/errors/az/ERR_INVALID_REQ 2012-02-05 13:09:06.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_INVALID_REQ 2012-06-08 13:33:45.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Mümkün probleml�^�rd�^�n b�^�zil�^�ri:

  • (GET, POST) sorğusunun metodu məlum deyil və ya umumiyyətlə yoxdur.

  • URL yoxdur.

  • HTTP identifikator yoxdur (HTTP/1.0).

  • Sorğu həddən ziyadə böyükdür.

  • POST və PUT sorğuları üçün Content-Length göstərilməmişdir

  • Server adında qadağan edilmiş simvol; altxətt yol verilməzdir.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Mümkün probleml�^�rd�^�n b�^�zil�^�ri:

  • (GET, POST) sorğusunun metodu məlum deyil və ya umumiyyətlə yoxdur.

  • URL yoxdur.

  • HTTP identifikator yoxdur (HTTP/1.0).

  • Sorğu həddən ziyadə böyükdür.

  • POST və PUT sorğuları üçün Content-Length göstərilməmişdir

  • Server adında qadağan edilmiş simvol; altxətt yol verilməzdir.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_INVALID_RESP squid3-3.1.20/errors/az/ERR_INVALID_RESP --- squid3-3.1.19/errors/az/ERR_INVALID_RESP 2012-02-05 13:09:10.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_INVALID_RESP 2012-06-08 13:33:47.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

Serverd�^�n gönd�^�rilmi�^� HTTP cavab mesajı s�^�hvdir v�^� ya s�^�hv formala�^�ıb. Xahi�^� edirik sayt operatoru il�^� �^�laq�^� saxlayın

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

Serverd�^�n gönd�^�rilmi�^� HTTP cavab mesajı s�^�hvdir v�^� ya s�^�hv formala�^�ıb. Xahi�^� edirik sayt operatoru il�^� �^�laq�^� saxlayın

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_INVALID_URL squid3-3.1.20/errors/az/ERR_INVALID_URL --- squid3-3.1.19/errors/az/ERR_INVALID_URL 2012-02-05 13:09:12.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_INVALID_URL 2012-06-08 13:33:48.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

URL-nin bəzi aspektləri səhvdir.

Mümkün probleml�^�rd�^�n b�^�zil�^�ri:

  • Giriş protokol yoxdur və ya səhvdir (http:// və ya oxşar olmalıdır)

  • Server adı yoxdur

  • Illegal double-escape in the URL-Path

  • Server adında qadağan edilmiş simvol; altxətt yol verilməzdir.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

URL-nin bəzi aspektləri səhvdir.

Mümkün probleml�^�rd�^�n b�^�zil�^�ri:

  • Giriş protokol yoxdur və ya səhvdir (http:// və ya oxşar olmalıdır)

  • Server adı yoxdur

  • Illegal double-escape in the URL-Path

  • Server adında qadağan edilmiş simvol; altxətt yol verilməzdir.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_LIFETIME_EXP squid3-3.1.20/errors/az/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/az/ERR_LIFETIME_EXP 2012-02-05 13:09:15.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_LIFETIME_EXP 2012-06-08 13:33:50.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Qoşulma müddəti bitdi

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Qoşulma müddəti bitdi

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_NO_RELAY squid3-3.1.20/errors/az/ERR_NO_RELAY --- squid3-3.1.19/errors/az/ERR_NO_RELAY 2012-02-05 13:09:18.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_NO_RELAY 2012-06-08 13:33:52.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Wais ötürücü təyin edilməmişdir

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Wais ötürücü təyin edilməmişdir

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/az/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/az/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:09:21.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:33:53.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Obyekt keşdə tapılmadı və only-if-cached əmri təyin olunmuşdur.

Siz only-if-cached əmri ilə sorğu göndərmisiniz. Obyekt keşdə tapılmadı, və ya only-if-cached əmri ilə qadağan olunmuş obyektin yenilənməsi tələb olunur.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Obyekt keşdə tapılmadı və only-if-cached əmri təyin olunmuşdur.

Siz only-if-cached əmri ilə sorğu göndərmisiniz. Obyekt keşdə tapılmadı, və ya only-if-cached əmri ilə qadağan olunmuş obyektin yenilənməsi tələb olunur.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/error-details.txt squid3-3.1.20/errors/az/error-details.txt --- squid3-3.1.19/errors/az/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/az/error-details.txt 2012-06-08 13:34:13.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/az/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/az/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/az/ERR_PRECONDITION_FAILED 2012-02-05 13:09:23.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_PRECONDITION_FAILED 2012-06-08 13:33:55.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_READ_ERROR squid3-3.1.20/errors/az/ERR_READ_ERROR --- squid3-3.1.19/errors/az/ERR_READ_ERROR 2012-02-05 13:09:25.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_READ_ERROR 2012-06-08 13:33:57.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Oxunma səhvi

Sistemdən gələn cavab: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Oxunma səhvi

Sistemdən gələn cavab: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_READ_TIMEOUT squid3-3.1.20/errors/az/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/az/ERR_READ_TIMEOUT 2012-02-05 13:09:27.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_READ_TIMEOUT 2012-06-08 13:33:58.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gözləmə müddəti bitmişdir

Sistemdən gələn cavab: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gözləmə müddəti bitmişdir

Sistemdən gələn cavab: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/az/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/az/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:09:30.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:34:00.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

Sistemdən gələn cavab: %E

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.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

Sistemdən gələn cavab: %E

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_SHUTTING_DOWN squid3-3.1.20/errors/az/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/az/ERR_SHUTTING_DOWN 2012-02-05 13:09:33.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_SHUTTING_DOWN 2012-06-08 13:34:02.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_SOCKET_FAILURE squid3-3.1.20/errors/az/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/az/ERR_SOCKET_FAILURE 2012-02-05 13:09:37.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_SOCKET_FAILURE 2012-06-08 13:34:03.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

Sistemdən gələn cavab: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

Sistemdən gələn cavab: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_TOO_BIG squid3-3.1.20/errors/az/ERR_TOO_BIG --- squid3-3.1.19/errors/az/ERR_TOO_BIG 2012-02-05 13:09:41.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_TOO_BIG 2012-06-08 13:34:05.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Sorğu və ya cavab həddən ziyadə böyükdür.

Əgər siz POST və ya PUT sorğusunu edirsinizsə, sizin göndərmək istədiniz fayl həddən ziyadə böyükdür.

If you are making a GET request, then the item you are trying to download is too large.

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.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Sorğu və ya cavab həddən ziyadə böyükdür.

Əgər siz POST və ya PUT sorğusunu edirsinizsə, sizin göndərmək istədiniz fayl həddən ziyadə böyükdür.

If you are making a GET request, then the item you are trying to download is too large.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/az/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/az/ERR_UNSUP_HTTPVERSION 2012-02-05 13:09:43.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_UNSUP_HTTPVERSION 2012-06-08 13:34:06.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_UNSUP_REQ squid3-3.1.20/errors/az/ERR_UNSUP_REQ --- squid3-3.1.19/errors/az/ERR_UNSUP_REQ 2012-02-05 13:09:49.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_UNSUP_REQ 2012-06-08 13:34:08.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Dəstəklənməyən sorğu metodu və protokol

Squid bütün sorğu metodları və bütün protokollardəstəkləmir. Məsələn, Gopher protokolu üzrə siz POST sorğu metodunu yerinə yetirə bilməzsiniz.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Dəstəklənməyən sorğu metodu və protokol

Squid bütün sorğu metodları və bütün protokollardəstəkləmir. Məsələn, Gopher protokolu üzrə siz POST sorğu metodunu yerinə yetirə bilməzsiniz.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_URN_RESOLVE squid3-3.1.20/errors/az/ERR_URN_RESOLVE --- squid3-3.1.19/errors/az/ERR_URN_RESOLVE 2012-02-05 13:09:52.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_URN_RESOLVE 2012-06-08 13:34:10.000000000 +0200 @@ -1 +1 @@ - SƏHV: The requested URN could not be retrieved

ERROR

Sorğulanan URN üçün URL ilə əlaqə yaradılmadı


The following error was encountered while trying to retrieve the URN: %U

URN tapılmadı

%T texnologiyasından çox şey gözləməyə dəyməz :)

Your cache administrator is %w.



\ No newline at end of file + SƏHV: The requested URN could not be retrieved

ERROR

Sorğulanan URN üçün URL ilə əlaqə yaradılmadı


The following error was encountered while trying to retrieve the URN: %U

URN tapılmadı

%T texnologiyasından çox şey gözləməyə dəyməz :)

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_WRITE_ERROR squid3-3.1.20/errors/az/ERR_WRITE_ERROR --- squid3-3.1.19/errors/az/ERR_WRITE_ERROR 2012-02-05 13:09:56.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_WRITE_ERROR 2012-06-08 13:34:11.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Yazma səhvi

Sistemdən gələn cavab: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Yazma səhvi

Sistemdən gələn cavab: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/az/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/az/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/az/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:09:59.000000000 +0100 +++ squid3-3.1.20/errors/az/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:34:13.000000000 +0200 @@ -1 +1 @@ - SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Sıfır Uzunluqlu Cavab

Squid bu sorğu üçün heç bir məlumat almadı.

Your cache administrator is %w.



\ No newline at end of file + SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Sıfır Uzunluqlu Cavab

Squid bu sorğu üçün heç bir məlumat almadı.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_ACCESS_DENIED squid3-3.1.20/errors/bg/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/bg/ERR_ACCESS_DENIED 2012-02-05 13:10:03.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_ACCESS_DENIED 2012-06-08 13:34:15.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Отказан достъп

Конфигурацията за контрол на достъпа не позволява да бъде изпълнена Вашата заявка в този момент. Моля, ако считате, че това е неправилно, да се обърнете към Вашия Интернет доставчик.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Отказан достъп

Конфигурацията за контрол на достъпа не позволява да бъде изпълнена Вашата заявка в този момент. Моля, ако считате, че това е неправилно, да се обърнете към Вашия Интернет доставчик.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:34:17.000000000 +0200 @@ -0,0 +1 @@ + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Time Quota Exceeded.

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.

Тези ограничения са поставени от Интернет доставчика, който администрира този кеш сървър. Ако считате това за неправилно, моля обърнете се към администратора.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/bg/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/bg/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_AGENT_CONFIGURE 2012-06-08 13:34:18.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

ГРЕШКА

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

Как да намерите тези настройки на Вашия браузер:

За браузер Firefox идете на:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • In the HTTP proxy box type the proxy name %h and port 3128.
За браузер Internet Explorer идете на:
  • Инструменти -> Опции за интернет -> Връзки -> LAN настройки -> Прокси сървър
  • In the HTTP proxy box type the proxy name %h and port 3128.
За браузер Opera идете на:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • In the HTTP proxy box type the proxy name %h and port 3128.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_AGENT_WPAD squid3-3.1.20/errors/bg/ERR_AGENT_WPAD --- squid3-3.1.19/errors/bg/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_AGENT_WPAD 2012-06-08 13:34:20.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

ГРЕШКА

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

Как да намерите тези настройки на Вашия браузер:

За браузер Firefox идете на:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • Select Auto-detect proxy settings for this network
За браузер Internet Explorer идете на:
  • Инструменти -> Опции за интернет -> Връзки -> LAN настройки -> Прокси сървър
  • Изберете Автоматично откриване на настройките.
За браузер Opera идете на:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • Изберете Използване на Автоматично конфигуриране на прокси сървър.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/bg/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/bg/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:10:10.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:34:22.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Cache Access Denied

ERROR

Cache Отказан достъп


Възникна следната грешка при опит за достъп до: %U

Отказан достъп до кешираните данни.

Съжалявам, не Ви е позволен достъп до %U от този кеш докато не представите своето име и парола за достъп.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file + ГРЕШКА: Cache Access Denied

ERROR

Cache Отказан достъп


Възникна следната грешка при опит за достъп до: %U

Отказан достъп до кешираните данни.

Съжалявам, не Ви е позволен достъп до %U от този кеш докато не представите своето име и парола за достъп.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:10:14.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:34:23.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Cache Manager Access Denied

ERROR

Cache Manager Отказан достъп


Възникна следната грешка при опит за достъп до: %U

Отказан достъп до кеш мениджъра.

Съжалявам, не Ви е позволен достъп до %U от този кеш мениджър докато не представите своето име и парола за достъп.

Моля обърнете се към администратора ако имате проблем с достъпа или, ако сте администратора, прочетете документацията на Squid за кеш мениджър интерфейса и проверете логовете за по-подробни съобщения за грешката.



\ No newline at end of file + ГРЕШКА: Cache Manager Access Denied

ERROR

Cache Manager Отказан достъп


Възникна следната грешка при опит за достъп до: %U

Отказан достъп до кеш мениджъра.

Съжалявам, не Ви е позволен достъп до %U от този кеш мениджър докато не представите своето име и парола за достъп.

Моля обърнете се към администратора ако имате проблем с достъпа или, ако сте администратора, прочетете документацията на Squid за кеш мениджър интерфейса и проверете логовете за по-подробни съобщения за грешката.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_CANNOT_FORWARD squid3-3.1.20/errors/bg/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/bg/ERR_CANNOT_FORWARD 2012-02-05 13:10:18.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_CANNOT_FORWARD 2012-06-08 13:34:25.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Заявката не може да бъде пренасочена в този момент.

Заявката не може да бъде пренасочена към сървъра източник или към някой от висшестоящите кеш сървъри. Най-вероятно причината за тази грешка е, че администратора не позволява директни обръщения към сървъра източник, и всички кеш сървъри от по-горно ниво в момента са недостъпни.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Заявката не може да бъде пренасочена в този момент.

This request could not be forwarded to the origin server or to any parent caches.

Възможни грешки:

  • An Internet connection needed to access this domains origin servers may be down.
  • All configured parent caches may be currently unreachable.
  • The administrator may not allow this cache to make direct connections to origin servers.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_CONNECT_FAIL squid3-3.1.20/errors/bg/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/bg/ERR_CONNECT_FAIL 2012-02-05 13:10:23.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_CONNECT_FAIL 2012-06-08 13:34:27.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Връзката до %I не може да бъде осъществена.

Операционната система даде следното съобщение: %E

Вероятно отдалеченият сървър или мрежа са недостъпни. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Връзката до %I не може да бъде осъществена.

Операционната система даде следното съобщение: %E

Вероятно отдалеченият сървър или мрежа са недостъпни. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_DIR_LISTING squid3-3.1.20/errors/bg/ERR_DIR_LISTING --- squid3-3.1.19/errors/bg/ERR_DIR_LISTING 2012-02-05 13:10:27.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_DIR_LISTING 2012-06-08 13:34:29.000000000 +0200 @@ -1 +1 @@ - директория: %U

директория: %U/


Съдържание на директорията:

%z
%g
Горна директория Горна директория (Главна директория)

\ No newline at end of file + директория: %U

директория: %U/


Съдържание на директорията:

%z
%g
Горна директория (Главна директория)

\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_DNS_FAIL squid3-3.1.20/errors/bg/ERR_DNS_FAIL --- squid3-3.1.19/errors/bg/ERR_DNS_FAIL 2012-02-05 13:10:32.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_DNS_FAIL 2012-06-08 13:34:30.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Не може да бъде намерен IP адресът на сървъра %H

Сървърът на имена върна следния отговор:

%z

Сървърът не може да бъде намерен. Проверете дали адресът е правилен.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Не може да бъде намерен IP адресът на сървъра %H

Сървърът на имена върна следния отговор:

%z

Сървърът не може да бъде намерен. Проверете дали адресът е правилен.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_ESI squid3-3.1.20/errors/bg/ERR_ESI --- squid3-3.1.19/errors/bg/ERR_ESI 2012-02-05 13:10:35.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_ESI 2012-06-08 13:34:32.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Неуспешна обработка на ESI заявка.

Обработката на ESI заявката върна следния резултат:

%Z

ESI шаблонът не може да бъде обработен. Обърнете се към администратора на web сървъра

Вашият web администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Неуспешна обработка на ESI заявка.

Обработката на ESI заявката върна следния резултат:

%Z

ESI шаблонът не може да бъде обработен. Обърнете се към администратора на web сървъра

Вашият web администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_FORWARDING_DENIED squid3-3.1.20/errors/bg/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/bg/ERR_FORWARDING_DENIED 2012-02-05 13:10:39.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_FORWARDING_DENIED 2012-06-08 13:34:34.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Пренасочването на заявката е отказано.

Този кеш сървър няма да пренасочи Вашата заявка, защото не е висшестоящ кеш сървър за клиента, от който идва заявката. Вероятно клиентът %i е неправилно конфигуриран кеш сървър.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Пренасочването на заявката е отказано.

Този кеш сървър няма да пренасочи Вашата заявка, защото не е висшестоящ кеш сървър за клиента, от който идва заявката. Вероятно клиентът %i е неправилно конфигуриран кеш сървър.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_FTP_DISABLED squid3-3.1.20/errors/bg/ERR_FTP_DISABLED --- squid3-3.1.19/errors/bg/ERR_FTP_DISABLED 2012-02-05 13:10:41.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_FTP_DISABLED 2012-06-08 13:34:35.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Протоколът FTP е забранен.

Този кеш сървър не поддържа FTP

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Протоколът FTP е забранен.

Този кеш сървър не поддържа FTP

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_FTP_FAILURE squid3-3.1.20/errors/bg/ERR_FTP_FAILURE --- squid3-3.1.19/errors/bg/ERR_FTP_FAILURE 2012-02-05 13:10:44.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_FTP_FAILURE 2012-06-08 13:34:37.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна грешка на FTP протокола при опит за доставка на: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна грешка на FTP протокола при опит за доставка на: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/bg/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/bg/ERR_FTP_FORBIDDEN 2012-02-05 13:10:47.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_FTP_FORBIDDEN 2012-06-08 13:34:38.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна грешка при ауторизация към отдалечения FTP сървър при доставката на URL:%U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна грешка при ауторизация към отдалечения FTP сървър при доставката на URL:%U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/bg/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/bg/ERR_FTP_NOT_FOUND 2012-02-05 13:10:50.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_FTP_NOT_FOUND 2012-06-08 13:34:40.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Следният адрес е недостъпен: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Това би могло да бъде причинено от FTP заявка, в която е посочен абсолютен път (което е неправилно според документ RFC 1738). Ако това е причината, то файлът би могъл да бъде намерен на адрес %B.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Следният адрес е недостъпен: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Това би могло да бъде причинено от FTP заявка, в която е посочен абсолютен път (което е неправилно според документ RFC 1738). Ако това е причината, то файлът би могъл да бъде намерен на адрес %B.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/bg/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/bg/ERR_FTP_PUT_CREATED 2012-02-05 13:10:54.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_FTP_PUT_CREATED 2012-06-08 13:34:42.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Операцията е успешна.

Файлът е създаден




\ No newline at end of file + FTP PUT Successful.

Операцията е успешна.

Файлът е създаден




\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/bg/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/bg/ERR_FTP_PUT_ERROR 2012-02-05 13:10:58.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_FTP_PUT_ERROR 2012-06-08 13:34:43.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: FTP upload failed

ERROR

FTP PUT upload failed


Възникна грешка на FTP протокола при опит за доставка на: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F

FTP сървърът няма права или достатъчно място за съхранение на файла. Проверете пътя, правата за достъп, свободното дисково пространство, и опитайте отново.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: FTP upload failed

ERROR

FTP PUT upload failed


Възникна грешка на FTP протокола при опит за доставка на: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F

FTP сървърът няма права или достатъчно място за съхранение на файла. Проверете пътя, правата за достъп, свободното дисково пространство, и опитайте отново.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/bg/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/bg/ERR_FTP_PUT_MODIFIED 2012-02-05 13:11:01.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_FTP_PUT_MODIFIED 2012-06-08 13:34:45.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Операцията е успешна.

Файлът е обновен




\ No newline at end of file + FTP PUT Successful.

Операцията е успешна.

Файлът е обновен




\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/bg/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/bg/ERR_FTP_UNAVAILABLE 2012-02-05 13:11:04.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_FTP_UNAVAILABLE 2012-06-08 13:34:46.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


FTP сървърът е претоварен и не може да бъде изтеглен файлът: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


FTP сървърът е претоварен и не може да бъде изтеглен файлът: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/bg/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/bg/ERR_GATEWAY_FAILURE 2012-02-05 13:11:09.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_GATEWAY_FAILURE 2012-06-08 13:34:48.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Gateway Proxy Failure

Непоправима софтуерна грешка или проблем в конфигурацията не позволява тази заявка да бъде завършена.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_ICAP_FAILURE squid3-3.1.20/errors/bg/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/bg/ERR_ICAP_FAILURE 2012-02-05 13:11:12.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_ICAP_FAILURE 2012-06-08 13:34:50.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка на ICAP протокола.

Операционната система даде следното съобщение: %E

Неуспешна ICAP комуникация.

Възможни грешки:

  • ICAP сървърът е недостъпен.

  • Невалиден отговор от ICAP сървъра.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка на ICAP протокола.

Операционната система даде следното съобщение: %E

Неуспешна ICAP комуникация.

Възможни грешки:

  • ICAP сървърът е недостъпен.

  • Невалиден отговор от ICAP сървъра.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_INVALID_REQ squid3-3.1.20/errors/bg/ERR_INVALID_REQ --- squid3-3.1.19/errors/bg/ERR_INVALID_REQ 2012-02-05 13:11:16.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_INVALID_REQ 2012-06-08 13:34:51.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


При опит за обработка на заявката възникна следната грешка - Невалидна заявка:

%R

Възможни грешки:

  • Липсващ или непознат метод за достъп.

  • Липсващ адрес.

  • Липсващ HTTP идентификатор (HTTP/1.0).

  • Заявката е прекалено голяма.

  • Липсващо поле Content-Length за заявка от тип POST или PUT.

  • Невалиден символ в името на сървъра (напр. символът за подчертаване е недопустим)

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


При опит за обработка на заявката възникна следната грешка - Невалидна заявка:

%R

Възможни грешки:

  • Липсващ или непознат метод за достъп.

  • Липсващ адрес.

  • Липсващ HTTP идентификатор (HTTP/1.0).

  • Заявката е прекалено голяма.

  • Липсващо поле Content-Length за заявка от тип POST или PUT.

  • Невалиден символ в името на сървъра (напр. символът за подчертаване е недопустим)

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_INVALID_RESP squid3-3.1.20/errors/bg/ERR_INVALID_RESP --- squid3-3.1.19/errors/bg/ERR_INVALID_RESP 2012-02-05 13:11:21.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_INVALID_RESP 2012-06-08 13:34:53.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


При опит за обработка на заявката възникна следната грешка - Невалиден отговор:

%R

Отговорът на HTTP заявката, получен от отсрещния сървър, е неразбираем или невалиден. Моля свържете се със съответния администратор.

Ако Ви е необходимо, Вашият кеш администратор може би е в състояние да Ви достави по-подробни данни за възникналия проблем.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


При опит за обработка на заявката възникна следната грешка - Невалиден отговор:

%R

Отговорът на HTTP заявката, получен от отсрещния сървър, е неразбираем или невалиден. Моля свържете се със съответния администратор.

Ако Ви е необходимо, Вашият кеш администратор може би е в състояние да Ви достави по-подробни данни за възникналия проблем.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_INVALID_URL squid3-3.1.20/errors/bg/ERR_INVALID_URL --- squid3-3.1.19/errors/bg/ERR_INVALID_URL 2012-02-05 13:11:24.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_INVALID_URL 2012-06-08 13:34:55.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Невалиден адрес

Неправилен адрес.

Възможни грешки:

  • Липсващ или невалиден протокол за достъп (трябва да е http:// или нещо подобно)

  • Липсващо име на сървъра.

  • Невалиден double-escape символ в адреса

  • Невалиден символ в името на сървъра (напр. символът за подчертаване е недопустим)

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Невалиден адрес

Неправилен адрес.

Възможни грешки:

  • Липсващ или невалиден протокол за достъп (трябва да е http:// или нещо подобно)

  • Липсващо име на сървъра.

  • Невалиден double-escape символ в адреса

  • Невалиден символ в името на сървъра (напр. символът за подчертаване е недопустим)

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_LIFETIME_EXP squid3-3.1.20/errors/bg/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/bg/ERR_LIFETIME_EXP 2012-02-05 13:11:27.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_LIFETIME_EXP 2012-06-08 13:34:56.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Превишено максимално допустимо време за съществуване на връзката.

Кеш сървърът прекрати заявката, защото тя продължи повече от максимално допустимото време.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Превишено максимално допустимо време за съществуване на връзката.

Кеш сървърът прекрати заявката, защото тя продължи повече от максимално допустимото време.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_NO_RELAY squid3-3.1.20/errors/bg/ERR_NO_RELAY --- squid3-3.1.19/errors/bg/ERR_NO_RELAY 2012-02-05 13:11:30.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_NO_RELAY 2012-06-08 13:34:58.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Няма конфигуриран WAIS Relay

Няма дефиниран WAIS Relay за този кеш сървър. Обърнете се към администратора.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Няма конфигуриран WAIS Relay

Няма дефиниран WAIS Relay за този кеш сървър. Обърнете се към администратора.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/bg/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/bg/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:11:34.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:35:00.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Подадена е заявка за обект, който не се намира в кеша, а попада в обсега на директивата only-if-cached.

Подадена е заявка за обект, който не се намира в кеша, а попада в обсега на директивата only-if-cached. За да бъде изпълнена заявката, документът трябва да бъде изтеглен наново или да бъде проверена неговата валидност, което е недопустимо поради директивата only-if-cached.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Подадена е заявка за обект, който не се намира в кеша, а попада в обсега на директивата only-if-cached.

Подадена е заявка за обект, който не се намира в кеша, а попада в обсега на директивата only-if-cached. За да бъде изпълнена заявката, документът трябва да бъде изтеглен наново или да бъде проверена неговата валидност, което е недопустимо поради директивата only-if-cached.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/error-details.txt squid3-3.1.20/errors/bg/error-details.txt --- squid3-3.1.19/errors/bg/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/bg/error-details.txt 2012-06-08 13:35:31.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/bg/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/bg/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/bg/ERR_PRECONDITION_FAILED 2012-02-05 13:11:38.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_PRECONDITION_FAILED 2012-06-08 13:35:03.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Precondition Failed.

This means:

Поне едно необходимо условие, указано от клиента в хедъра на заявката, не е изпълнено.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_READ_ERROR squid3-3.1.20/errors/bg/ERR_READ_ERROR --- squid3-3.1.19/errors/bg/ERR_READ_ERROR 2012-02-05 13:11:41.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_READ_ERROR 2012-06-08 13:35:06.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка при четене

Операционната система даде следното съобщение: %E

Възникна грешка при четене на данни от мрежата. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка при четене

Операционната система даде следното съобщение: %E

Възникна грешка при четене на данни от мрежата. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_READ_TIMEOUT squid3-3.1.20/errors/bg/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/bg/ERR_READ_TIMEOUT 2012-02-05 13:11:44.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_READ_TIMEOUT 2012-06-08 13:35:08.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Изтече максимално допустимото време за четене

Операционната система даде следното съобщение: %E

Изтече максимално допустимото време за четене на данни от мрежата. Мрежата или сървърът са недостъпни или претоварени. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Изтече максимално допустимото време за четене

Операционната система даде следното съобщение: %E

Изтече максимално допустимото време за четене на данни от мрежата. Мрежата или сървърът са недостъпни или претоварени. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/bg/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/bg/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:11:49.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:35:11.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Неуспешен опит за осъществяване на криптирана връзка към %l

Операционната система даде следното съобщение: %E

Proxy сървърът и отсрещният web сървър не могат да договорят взаимно приемливи параметри за осъществяване на връзката. Възможно е отсрещният web сървър да не приема криптирани връзки, или proxy сървърът да не приема за достатъчно нивото на сигурност на web сървъра.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Неуспешен опит за осъществяване на криптирана връзка към %l

Операционната система даде следното съобщение: %E

Proxy сървърът и отсрещният web сървър не могат да договорят взаимно приемливи параметри за осъществяване на връзката. Възможно е отсрещният web сървър да не приема криптирани връзки, или proxy сървърът да не приема за достатъчно нивото на сигурност на web сървъра.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_SHUTTING_DOWN squid3-3.1.20/errors/bg/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/bg/ERR_SHUTTING_DOWN 2012-02-05 13:11:52.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_SHUTTING_DOWN 2012-06-08 13:35:13.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Кеш сървърът е в процес на рестартиране и в момента не може да изпълни вашата заявка. Моля опитайте отново след няколко минути.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Кеш сървърът е в процес на рестартиране и в момента не може да изпълни вашата заявка. Моля опитайте отново след няколко минути.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_SOCKET_FAILURE squid3-3.1.20/errors/bg/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/bg/ERR_SOCKET_FAILURE 2012-02-05 13:11:54.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_SOCKET_FAILURE 2012-06-08 13:35:16.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка при Socket операция

Операционната система даде следното съобщение: %E

Кеш сървърът не е в състояние да създаде TCP socket, вероятно поради голямо натоварване. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка при Socket операция

Операционната система даде следното съобщение: %E

Кеш сървърът не е в състояние да създаде TCP socket, вероятно поради голямо натоварване. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_TOO_BIG squid3-3.1.20/errors/bg/ERR_TOO_BIG --- squid3-3.1.19/errors/bg/ERR_TOO_BIG 2012-02-05 13:11:56.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_TOO_BIG 2012-06-08 13:35:20.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Заявката или отговорът са прекалено големи.

Ако Вашата заявка е от тип POST или PUT, то данните, които се опитвате да изпратите, са с прекалено голям обем.

Ако Вашата заявка е от тип GET, то файлът, който се опитвате да свалите, е прекалено голям.

Тези ограничения са поставени от Интернет доставчика, който администрира този кеш сървър. Ако считате това за неправилно, моля обърнете се към администратора.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Заявката или отговорът са прекалено големи.

Ако Вашата заявка е от тип POST или PUT, то данните, които се опитвате да изпратите, са с прекалено голям обем.

Ако Вашата заявка е от тип GET, то файлът, който се опитвате да свалите, е прекалено голям.

Тези ограничения са поставени от Интернет доставчика, който администрира този кеш сървър. Ако считате това за неправилно, моля обърнете се към администратора.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/bg/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/bg/ERR_UNSUP_HTTPVERSION 2012-02-05 13:12:00.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_UNSUP_HTTPVERSION 2012-06-08 13:35:22.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

Неподдържана версия на HTTP протокола.


Възникна следната грешка при опит за достъп до: %U

Unsupported HTTP version

Кеш сървърът не поддържа версията на HTTP протокола, която се опитвате да ползвате.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

Неподдържана версия на HTTP протокола.


Възникна следната грешка при опит за достъп до: %U

Unsupported HTTP version

Кеш сървърът не поддържа версията на HTTP протокола, която се опитвате да ползвате.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_UNSUP_REQ squid3-3.1.20/errors/bg/ERR_UNSUP_REQ --- squid3-3.1.19/errors/bg/ERR_UNSUP_REQ 2012-02-05 13:12:03.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_UNSUP_REQ 2012-06-08 13:35:25.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Сървърът не поддържа метода и/или протокола, посочен в заявката

Кеш сървърът не поддържа всички методи на заявка за всички протоколи. Например, не можете да заявите метод POST за протокол Gopher.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Сървърът не поддържа метода и/или протокола, посочен в заявката

Кеш сървърът не поддържа всички методи на заявка за всички протоколи. Например, не можете да заявите метод POST за протокол Gopher.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_URN_RESOLVE squid3-3.1.20/errors/bg/ERR_URN_RESOLVE --- squid3-3.1.19/errors/bg/ERR_URN_RESOLVE 2012-02-05 13:12:05.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_URN_RESOLVE 2012-06-08 13:35:27.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: The requested URN could not be retrieved

ERROR

Недостатъчна информация за локализиране на обекта


Възникна следната грешка при опит за достъп до: %U

Проблем при локализиране на обекта.

Не очаквайте прекалено много на този етап :)

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: The requested URN could not be retrieved

ERROR

Недостатъчна информация за локализиране на обекта


Възникна следната грешка при опит за достъп до: %U

Проблем при локализиране на обекта.

Не очаквайте прекалено много на този етап :)

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_WRITE_ERROR squid3-3.1.20/errors/bg/ERR_WRITE_ERROR --- squid3-3.1.19/errors/bg/ERR_WRITE_ERROR 2012-02-05 13:12:08.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_WRITE_ERROR 2012-06-08 13:35:29.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка при запис

Операционната система даде следното съобщение: %E

Възникна грешка при изпращане на данни в мрежата. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка при запис

Операционната система даде следното съобщение: %E

Възникна грешка при изпращане на данни в мрежата. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/bg/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/bg/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/bg/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:12:10.000000000 +0100 +++ squid3-3.1.20/errors/bg/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:35:31.000000000 +0200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Отговор с нулева големина

Кеш сървърът не получи никакви данни за тази заявка.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Отговор с нулева големина

Кеш сървърът не получи никакви данни за тази заявка.

Вашият кеш администратор е %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_ACCESS_DENIED squid3-3.1.20/errors/ca/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/ca/ERR_ACCESS_DENIED 2012-02-05 13:12:12.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_ACCESS_DENIED 2012-06-08 13:35:33.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Accés no autoritzat.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Accés no autoritzat.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:35:35.000000000 +0200 @@ -0,0 +1 @@ + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Time Quota Exceeded.

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.

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.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/ca/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/ca/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_AGENT_CONFIGURE 2012-06-08 13:35:37.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

ERROR

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • In the HTTP proxy box type the proxy name %h and port 3128.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_AGENT_WPAD squid3-3.1.20/errors/ca/ERR_AGENT_WPAD --- squid3-3.1.19/errors/ca/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_AGENT_WPAD 2012-06-08 13:35:39.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

ERROR

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • Select Auto-detect proxy settings for this network
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • Select Automatically detect settings
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • Select Use Automatic proxy configuration

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/ca/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/ca/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:12:16.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:35:41.000000000 +0200 @@ -1 +1 @@ - ERROR: Accés denegat a la cache

ERROR

Cache Accés no autoritzat.


The following error was encountered while trying to retrieve the URL: %U

Accés denegat a la cache

L'accés a l'objecte %U no està permès sense autentificació prèvia.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file + ERROR: Accés denegat a la cache

ERROR

Cache Accés no autoritzat.


The following error was encountered while trying to retrieve the URL: %U

Accés denegat a la cache

L'accés a l'objecte %U no està permès sense autentificació prèvia.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:12:19.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:35:43.000000000 +0200 @@ -1 +1 @@ - ERROR: Accés denegat a l'administració de la cache

ERROR

Cache Manager Accés no autoritzat.


The following error was encountered while trying to retrieve the URL: %U

Accés denegat a l'administració de la cache.

L'accés a l'objecte %U no està permès sense autentificació prèvia.

Contacteu ambel vostre administrador de cache. Si vosaltres sou l'administrador d'aquesta cache, llegiu-vos la documentació de l'Squid en l'apartat de l'administrador de la cache.



\ No newline at end of file + ERROR: Accés denegat a l'administració de la cache

ERROR

Cache Manager Accés no autoritzat.


The following error was encountered while trying to retrieve the URL: %U

Accés denegat a l'administració de la cache.

L'accés a l'objecte %U no està permès sense autentificació prèvia.

Contacteu ambel vostre administrador de cache. Si vosaltres sou l'administrador d'aquesta cache, llegiu-vos la documentació de l'Squid en l'apartat de l'administrador de la cache.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_CANNOT_FORWARD squid3-3.1.20/errors/ca/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/ca/ERR_CANNOT_FORWARD 2012-02-05 13:12:21.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_CANNOT_FORWARD 2012-06-08 13:35:45.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

No ha estat possible de reenviar aquesta petició.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

No ha estat possible de reenviar aquesta petició.

This request could not be forwarded to the origin server or to any parent caches.

Some possible problems are:

  • An Internet connection needed to access this domains origin servers may be down.
  • All configured parent caches may be currently unreachable.
  • The administrator may not allow this cache to make direct connections to origin servers.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_CONNECT_FAIL squid3-3.1.20/errors/ca/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/ca/ERR_CONNECT_FAIL 2012-02-05 13:12:24.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_CONNECT_FAIL 2012-06-08 13:35:48.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

El sistema diu: %E

The remote host or network may be down. Please try the request again.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

El sistema diu: %E

The remote host or network may be down. Please try the request again.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_DIR_LISTING squid3-3.1.20/errors/ca/ERR_DIR_LISTING --- squid3-3.1.19/errors/ca/ERR_DIR_LISTING 2012-02-05 13:12:27.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_DIR_LISTING 2012-06-08 13:35:50.000000000 +0200 @@ -1 +1 @@ - Directory: %U

Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + Directory: %U

Directory: %U/


Directory Content:

%z
%g
Parent Directory (Root Directory)

\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_DNS_FAIL squid3-3.1.20/errors/ca/ERR_DNS_FAIL --- squid3-3.1.19/errors/ca/ERR_DNS_FAIL 2012-02-05 13:12:31.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_DNS_FAIL 2012-06-08 13:35:53.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

No ha estat possible determinar l'adreça IP del servidor %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

No ha estat possible determinar l'adreça IP del servidor %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_ESI squid3-3.1.20/errors/ca/ERR_ESI --- squid3-3.1.19/errors/ca/ERR_ESI 2012-02-05 13:12:35.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_ESI 2012-06-08 13:35:54.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_FORWARDING_DENIED squid3-3.1.20/errors/ca/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/ca/ERR_FORWARDING_DENIED 2012-02-05 13:12:39.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_FORWARDING_DENIED 2012-06-08 13:35:56.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Reenviament denegat.

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.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Reenviament denegat.

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.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_FTP_DISABLED squid3-3.1.20/errors/ca/ERR_FTP_DISABLED --- squid3-3.1.19/errors/ca/ERR_FTP_DISABLED 2012-02-05 13:12:42.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_FTP_DISABLED 2012-06-08 13:35:58.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

El protocol FTP està deshabilitat.

Aquesta cache no accepta connexions FTP.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

El protocol FTP està deshabilitat.

Aquesta cache no accepta connexions FTP.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_FTP_FAILURE squid3-3.1.20/errors/ca/ERR_FTP_FAILURE --- squid3-3.1.19/errors/ca/ERR_FTP_FAILURE 2012-02-05 13:12:48.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_FTP_FAILURE 2012-06-08 13:36:01.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


S'ha produït un error FTP mentre s'intentava llegir la URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


S'ha produït un error FTP mentre s'intentava llegir la URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/ca/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/ca/ERR_FTP_FORBIDDEN 2012-02-05 13:12:52.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_FTP_FORBIDDEN 2012-06-08 13:36:05.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


S'ha produït un error en l'autentificació FTP mentre s'intentava llegir la URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


S'ha produït un error en l'autentificació FTP mentre s'intentava llegir la URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/ca/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/ca/ERR_FTP_NOT_FOUND 2012-02-05 13:12:57.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_FTP_NOT_FOUND 2012-06-08 13:36:09.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

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 %B.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

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 %B.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/ca/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/ca/ERR_FTP_PUT_CREATED 2012-02-05 13:13:00.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_FTP_PUT_CREATED 2012-06-08 13:36:12.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Operació completada

Fitxer creat




\ No newline at end of file + FTP PUT Successful.

Operació completada

Fitxer creat




\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/ca/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/ca/ERR_FTP_PUT_ERROR 2012-02-05 13:13:04.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_FTP_PUT_ERROR 2012-06-08 13:36:18.000000000 +0200 @@ -1 +1 @@ - ERROR: FTP upload failed

ERROR

FTP PUT upload failed


S'ha produït un error FTP mentre s'intentava llegir la URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: FTP upload failed

ERROR

FTP PUT upload failed


S'ha produït un error FTP mentre s'intentava llegir la URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/ca/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/ca/ERR_FTP_PUT_MODIFIED 2012-02-05 13:13:07.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_FTP_PUT_MODIFIED 2012-06-08 13:36:21.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Operació completada

Fitxer actualitzat




\ No newline at end of file + FTP PUT Successful.

Operació completada

Fitxer actualitzat




\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/ca/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/ca/ERR_FTP_UNAVAILABLE 2012-02-05 13:13:10.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_FTP_UNAVAILABLE 2012-06-08 13:36:24.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


El servidor FTP estava massa ocupat quan intentava mostrar la URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


El servidor FTP estava massa ocupat quan intentava mostrar la URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/ca/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/ca/ERR_GATEWAY_FAILURE 2012-02-05 13:13:13.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_GATEWAY_FAILURE 2012-06-08 13:36:28.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_ICAP_FAILURE squid3-3.1.20/errors/ca/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/ca/ERR_ICAP_FAILURE 2012-02-05 13:13:16.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_ICAP_FAILURE 2012-06-08 13:36:31.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

El sistema diu: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

El sistema diu: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_INVALID_REQ squid3-3.1.20/errors/ca/ERR_INVALID_REQ --- squid3-3.1.19/errors/ca/ERR_INVALID_REQ 2012-02-05 13:13:21.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_INVALID_REQ 2012-06-08 13:36:35.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Mètode de petició desconegut o absent.

  • no hi ha URL.

  • Falta l'identificador HTTP (HTTP/1.0).

  • La petici&ocute; és massa llarga.

  • Falta el camp Content-Length.

  • Caràcter no permès en el nom del servidor.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Mètode de petició desconegut o absent.

  • no hi ha URL.

  • Falta l'identificador HTTP (HTTP/1.0).

  • La petici&ocute; és massa llarga.

  • Falta el camp Content-Length.

  • Caràcter no permès en el nom del servidor.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_INVALID_RESP squid3-3.1.20/errors/ca/ERR_INVALID_RESP --- squid3-3.1.19/errors/ca/ERR_INVALID_RESP 2012-02-05 13:13:24.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_INVALID_RESP 2012-06-08 13:36:38.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_INVALID_URL squid3-3.1.20/errors/ca/ERR_INVALID_URL --- squid3-3.1.19/errors/ca/ERR_INVALID_URL 2012-02-05 13:13:28.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_INVALID_URL 2012-06-08 13:36:41.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

URL incorrecte.

Alguna part de la URL no és correcte.

Some possible problems are:

  • Protocol d'accés absent o incorrecte ( http:// o similar )

  • Falta el nom del servidor.

  • La URL conté un doble caràcter d'escapament.

  • Caràcter no permès en el nom del servidor.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

URL incorrecte.

Alguna part de la URL no és correcte.

Some possible problems are:

  • Protocol d'accés absent o incorrecte ( http:// o similar )

  • Falta el nom del servidor.

  • La URL conté un doble caràcter d'escapament.

  • Caràcter no permès en el nom del servidor.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_LIFETIME_EXP squid3-3.1.20/errors/ca/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/ca/ERR_LIFETIME_EXP 2012-02-05 13:13:30.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_LIFETIME_EXP 2012-06-08 13:36:44.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

La connexió ha excedit el temps màxim

Squid has terminated the request because it has exceeded the maximum connection lifetime.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

La connexió ha excedit el temps màxim

Squid has terminated the request because it has exceeded the maximum connection lifetime.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_NO_RELAY squid3-3.1.20/errors/ca/ERR_NO_RELAY --- squid3-3.1.19/errors/ca/ERR_NO_RELAY 2012-02-05 13:13:33.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_NO_RELAY 2012-06-08 13:36:47.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

No hi ha reenviament de protocol WAIS

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

No hi ha reenviament de protocol WAIS

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/ca/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/ca/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:13:36.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:36:50.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

S'ha especificat una directiva only-if-cached i no s'ha trobat un document vàlid a la cache.

Heu fet una petició amb la directiva de control de cache only-if-cached. El document no s'ha trobat a la cache, o necessitava revalidació, expressament prohibida per la directiva only-if-cached.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

S'ha especificat una directiva only-if-cached i no s'ha trobat un document vàlid a la cache.

Heu fet una petició amb la directiva de control de cache only-if-cached. El document no s'ha trobat a la cache, o necessitava revalidació, expressament prohibida per la directiva only-if-cached.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/error-details.txt squid3-3.1.20/errors/ca/error-details.txt --- squid3-3.1.19/errors/ca/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ca/error-details.txt 2012-06-08 13:37:25.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/ca/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/ca/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/ca/ERR_PRECONDITION_FAILED 2012-02-05 13:13:38.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_PRECONDITION_FAILED 2012-06-08 13:36:52.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_READ_ERROR squid3-3.1.20/errors/ca/ERR_READ_ERROR --- squid3-3.1.19/errors/ca/ERR_READ_ERROR 2012-02-05 13:13:40.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_READ_ERROR 2012-06-08 13:36:55.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Error de lectura

El sistema diu: %E

An error condition occurred while reading data from the network. Please retry your request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Error de lectura

El sistema diu: %E

An error condition occurred while reading data from the network. Please retry your request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_READ_TIMEOUT squid3-3.1.20/errors/ca/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/ca/ERR_READ_TIMEOUT 2012-02-05 13:13:45.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_READ_TIMEOUT 2012-06-08 13:36:57.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

S'ha excedit el temps de lectura

El sistema diu: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

S'ha excedit el temps de lectura

El sistema diu: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/ca/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/ca/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:13:47.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:37:00.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

El sistema diu: %E

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.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

El sistema diu: %E

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.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_SHUTTING_DOWN squid3-3.1.20/errors/ca/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/ca/ERR_SHUTTING_DOWN 2012-02-05 13:13:50.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_SHUTTING_DOWN 2012-06-08 13:37:03.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_SOCKET_FAILURE squid3-3.1.20/errors/ca/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/ca/ERR_SOCKET_FAILURE 2012-02-05 13:13:53.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_SOCKET_FAILURE 2012-06-08 13:37:06.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Errada de connexió de xarxa

El sistema diu: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Errada de connexió de xarxa

El sistema diu: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_TOO_BIG squid3-3.1.20/errors/ca/ERR_TOO_BIG --- squid3-3.1.19/errors/ca/ERR_TOO_BIG 2012-02-05 13:13:56.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_TOO_BIG 2012-06-08 13:37:09.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

La petició o la resposta són massa llargues.

Si esteu fent una petició de tipus POST o PUT, llavors el cos de la petició és massa llarg (el fitxer que intenteu enviar).

Si esteu intentant descarregar-vos algunfitxer, aques és massa gros.

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.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

La petició o la resposta són massa llargues.

Si esteu fent una petició de tipus POST o PUT, llavors el cos de la petició és massa llarg (el fitxer que intenteu enviar).

Si esteu intentant descarregar-vos algunfitxer, aques és massa gros.

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.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/ca/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/ca/ERR_UNSUP_HTTPVERSION 2012-02-05 13:13:59.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_UNSUP_HTTPVERSION 2012-06-08 13:37:11.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_UNSUP_REQ squid3-3.1.20/errors/ca/ERR_UNSUP_REQ --- squid3-3.1.19/errors/ca/ERR_UNSUP_REQ 2012-02-05 13:14:02.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_UNSUP_REQ 2012-06-08 13:37:15.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Mètode i protocol no admesos

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Mètode i protocol no admesos

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_URN_RESOLVE squid3-3.1.20/errors/ca/ERR_URN_RESOLVE --- squid3-3.1.19/errors/ca/ERR_URN_RESOLVE 2012-02-05 13:14:04.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_URN_RESOLVE 2012-06-08 13:37:17.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URN could not be retrieved

ERROR

No es pot mostrar la URN que heu sol.licitat


The following error was encountered while trying to retrieve the URN: %U

No s'ha pogut resoldre la URN

Ei :) no esperis massa de les URN a %T !!

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: The requested URN could not be retrieved

ERROR

No es pot mostrar la URN que heu sol.licitat


The following error was encountered while trying to retrieve the URN: %U

No s'ha pogut resoldre la URN

Ei :) no esperis massa de les URN a %T !!

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_WRITE_ERROR squid3-3.1.20/errors/ca/ERR_WRITE_ERROR --- squid3-3.1.19/errors/ca/ERR_WRITE_ERROR 2012-02-05 13:14:07.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_WRITE_ERROR 2012-06-08 13:37:21.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Error d'escriptura

El sistema diu: %E

An error condition occurred while writing to the network. Please retry your request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Error d'escriptura

El sistema diu: %E

An error condition occurred while writing to the network. Please retry your request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/ca/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/ca/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/ca/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:14:10.000000000 +0100 +++ squid3-3.1.20/errors/ca/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:37:25.000000000 +0200 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_ACCESS_DENIED squid3-3.1.20/errors/cs/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/cs/ERR_ACCESS_DENIED 2012-02-05 13:14:13.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_ACCESS_DENIED 2012-06-08 13:37:27.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Přístup odepřen.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Přístup odepřen.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:37:29.000000000 +0200 @@ -0,0 +1 @@ + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Time Quota Exceeded.

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.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/cs/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/cs/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_AGENT_CONFIGURE 2012-06-08 13:37:30.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

CHYBA

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • In the HTTP proxy box type the proxy name %h and port 3128.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_AGENT_WPAD squid3-3.1.20/errors/cs/ERR_AGENT_WPAD --- squid3-3.1.19/errors/cs/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_AGENT_WPAD 2012-06-08 13:37:33.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

CHYBA

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • Select Auto-detect proxy settings for this network
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • Select Automatically detect settings
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • Select Use Automatic proxy configuration

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/cs/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/cs/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:14:15.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:37:34.000000000 +0200 @@ -1 +1 @@ - CHYBA: Cache Access Denied

ERROR

Cache Přístup odepřen.


The following error was encountered while trying to retrieve the URL: %U

Přístup k cache odepřen.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file + CHYBA: Cache Access Denied

ERROR

Cache Přístup odepřen.


The following error was encountered while trying to retrieve the URL: %U

Přístup k cache odepřen.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:14:18.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:37:36.000000000 +0200 @@ -1 +1 @@ - CHYBA: Cache Manager Access Denied

ERROR

Cache Manager Přístup odepřen.


The following error was encountered while trying to retrieve the URL: %U

Přístup ke správci cache odepřen.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + CHYBA: Cache Manager Access Denied

ERROR

Cache Manager Přístup odepřen.


The following error was encountered while trying to retrieve the URL: %U

Přístup ke správci cache odepřen.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_CANNOT_FORWARD squid3-3.1.20/errors/cs/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/cs/ERR_CANNOT_FORWARD 2012-02-05 13:14:20.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_CANNOT_FORWARD 2012-06-08 13:37:38.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches.

Some possible problems are:

  • An Internet connection needed to access this domains origin servers may be down.
  • All configured parent caches may be currently unreachable.
  • The administrator may not allow this cache to make direct connections to origin servers.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_CONNECT_FAIL squid3-3.1.20/errors/cs/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/cs/ERR_CONNECT_FAIL 2012-02-05 13:14:22.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_CONNECT_FAIL 2012-06-08 13:37:40.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Připojení k %I selhalo.

Vzdálený systém odpověděl: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Připojení k %I selhalo.

Vzdálený systém odpověděl: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_DIR_LISTING squid3-3.1.20/errors/cs/ERR_DIR_LISTING --- squid3-3.1.19/errors/cs/ERR_DIR_LISTING 2012-02-05 13:14:24.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_DIR_LISTING 2012-06-08 13:37:42.000000000 +0200 @@ -1 +1 @@ - Adresář: %U

Adresář: %U/


Obsah adresáře:

%z
%g
Nadřazený adresář Parent Directory (Root Directory)

\ No newline at end of file + Adresář: %U

Adresář: %U/


Obsah adresáře:

%z
%g
Parent Directory (Root Directory)

\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_DNS_FAIL squid3-3.1.20/errors/cs/ERR_DNS_FAIL --- squid3-3.1.19/errors/cs/ERR_DNS_FAIL 2012-02-05 13:14:26.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_DNS_FAIL 2012-06-08 13:37:44.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Jméno serveru není možno převést na IP adresu. %H

DNS server odpověděl:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Jméno serveru není možno převést na IP adresu. %H

DNS server odpověděl:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_ESI squid3-3.1.20/errors/cs/ERR_ESI --- squid3-3.1.19/errors/cs/ERR_ESI 2012-02-05 13:14:29.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_ESI 2012-06-08 13:37:46.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Selhalo zpracování ESI.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Selhalo zpracování ESI.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_FORWARDING_DENIED squid3-3.1.20/errors/cs/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/cs/ERR_FORWARDING_DENIED 2012-02-05 13:14:31.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_FORWARDING_DENIED 2012-06-08 13:37:48.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

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.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_FTP_DISABLED squid3-3.1.20/errors/cs/ERR_FTP_DISABLED --- squid3-3.1.19/errors/cs/ERR_FTP_DISABLED 2012-02-05 13:14:34.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_FTP_DISABLED 2012-06-08 13:37:50.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP je zakázáno

Tento cache server nepodporuje protokol FTP.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP je zakázáno

Tento cache server nepodporuje protokol FTP.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_FTP_FAILURE squid3-3.1.20/errors/cs/ERR_FTP_FAILURE --- squid3-3.1.19/errors/cs/ERR_FTP_FAILURE 2012-02-05 13:14:36.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_FTP_FAILURE 2012-06-08 13:37:52.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


Došlo k chybě protokolu FTP při pokusu získat URL: %U

odeslal Squid následující FTP příkaz:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


Došlo k chybě protokolu FTP při pokusu získat URL: %U

odeslal Squid následující FTP příkaz:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/cs/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/cs/ERR_FTP_FORBIDDEN 2012-02-05 13:14:38.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_FTP_FORBIDDEN 2012-06-08 13:37:55.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


Došlo k chybě při autentizaci FTP při pokusu získat URL: %U

odeslal Squid následující FTP příkaz:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


Došlo k chybě při autentizaci FTP při pokusu získat URL: %U

odeslal Squid následující FTP příkaz:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/cs/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/cs/ERR_FTP_NOT_FOUND 2012-02-05 13:14:41.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_FTP_NOT_FOUND 2012-06-08 13:37:56.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

odeslal Squid následující FTP příkaz:

%f

The server responded with:

%F
%g

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 %B.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

odeslal Squid následující FTP příkaz:

%f

The server responded with:

%F
%g

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 %B.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/cs/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/cs/ERR_FTP_PUT_CREATED 2012-02-05 13:14:43.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_FTP_PUT_CREATED 2012-06-08 13:37:59.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Operace proběhla úspěšně

Soubor vytvořen




\ No newline at end of file + FTP PUT Successful.

Operace proběhla úspěšně

Soubor vytvořen




\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/cs/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/cs/ERR_FTP_PUT_ERROR 2012-02-05 13:14:45.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_FTP_PUT_ERROR 2012-06-08 13:38:01.000000000 +0200 @@ -1 +1 @@ - CHYBA: FTP upload failed

ERROR

FTP PUT upload failed


Došlo k chybě protokolu FTP při pokusu získat URL: %U

odeslal Squid následující FTP příkaz:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: FTP upload failed

ERROR

FTP PUT upload failed


Došlo k chybě protokolu FTP při pokusu získat URL: %U

odeslal Squid následující FTP příkaz:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/cs/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/cs/ERR_FTP_PUT_MODIFIED 2012-02-05 13:14:48.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_FTP_PUT_MODIFIED 2012-06-08 13:38:04.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Operace proběhla úspěšně

Soubor aktualizován




\ No newline at end of file + FTP PUT Successful.

Operace proběhla úspěšně

Soubor aktualizován




\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/cs/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/cs/ERR_FTP_UNAVAILABLE 2012-02-05 13:14:50.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_FTP_UNAVAILABLE 2012-06-08 13:38:05.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

odeslal Squid následující FTP příkaz:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

odeslal Squid následující FTP příkaz:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/cs/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/cs/ERR_GATEWAY_FAILURE 2012-02-05 13:14:52.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_GATEWAY_FAILURE 2012-06-08 13:38:07.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_ICAP_FAILURE squid3-3.1.20/errors/cs/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/cs/ERR_ICAP_FAILURE 2012-02-05 13:14:54.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_ICAP_FAILURE 2012-06-08 13:38:09.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Chyba protokolu ICAP.

Vzdálený systém odpověděl: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • Ze serveru ICAP byla přijata neplatná odpověď.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Chyba protokolu ICAP.

Vzdálený systém odpověděl: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • Ze serveru ICAP byla přijata neplatná odpověď.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_INVALID_REQ squid3-3.1.20/errors/cs/ERR_INVALID_REQ --- squid3-3.1.19/errors/cs/ERR_INVALID_REQ 2012-02-05 13:14:56.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_INVALID_REQ 2012-06-08 13:38:11.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


Došlo k chybě Invalid Request (Neplatný požadavek) během zpracování požadavku:

%R

Some possible problems are:

  • Chybná nebo chybějící HTTP metoda (POST, GET)

  • Chybějící URL.

  • Chybějící identifikátor HTTP (HTTP/1.0).

  • Požadavek může být příliš velký

  • Chybí 'Content-Lenght' požadavku POST nebo PUT.

  • Illegal character in hostname; underscores are not allowed.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


Došlo k chybě Invalid Request (Neplatný požadavek) během zpracování požadavku:

%R

Some possible problems are:

  • Chybná nebo chybějící HTTP metoda (POST, GET)

  • Chybějící URL.

  • Chybějící identifikátor HTTP (HTTP/1.0).

  • Požadavek může být příliš velký

  • Chybí 'Content-Lenght' požadavku POST nebo PUT.

  • Illegal character in hostname; underscores are not allowed.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_INVALID_RESP squid3-3.1.20/errors/cs/ERR_INVALID_RESP --- squid3-3.1.19/errors/cs/ERR_INVALID_RESP 2012-02-05 13:14:59.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_INVALID_RESP 2012-06-08 13:38:14.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


Došlo k chybě Invalid Response (Neplatná odpověď) během zpracování požadavku:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


Došlo k chybě Invalid Response (Neplatná odpověď) během zpracování požadavku:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_INVALID_URL squid3-3.1.20/errors/cs/ERR_INVALID_URL --- squid3-3.1.19/errors/cs/ERR_INVALID_URL 2012-02-05 13:15:01.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_INVALID_URL 2012-06-08 13:38:15.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Neplatná URL

Některá část URL je chybná.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Chybějící hostname

  • Chybný double-escape v URL cestě

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Neplatná URL

Některá část URL je chybná.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Chybějící hostname

  • Chybný double-escape v URL cestě

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_LIFETIME_EXP squid3-3.1.20/errors/cs/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/cs/ERR_LIFETIME_EXP 2012-02-05 13:15:04.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_LIFETIME_EXP 2012-06-08 13:38:18.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Čas pro spojení vypršel

Squid stornoval požadavek z důvodu překročení maximální délky trvání spojení.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Čas pro spojení vypršel

Squid stornoval požadavek z důvodu překročení maximální délky trvání spojení.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_NO_RELAY squid3-3.1.20/errors/cs/ERR_NO_RELAY --- squid3-3.1.19/errors/cs/ERR_NO_RELAY 2012-02-05 13:15:09.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_NO_RELAY 2012-06-08 13:38:20.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/cs/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/cs/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:15:12.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:38:22.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Požadovaný dokument se nenachází v cachi, přičemž byla specifikována direktiva only-if-cached.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Požadovaný dokument se nenachází v cachi, přičemž byla specifikována direktiva only-if-cached.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/error-details.txt squid3-3.1.20/errors/cs/error-details.txt --- squid3-3.1.19/errors/cs/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/cs/error-details.txt 2012-06-08 13:38:48.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/cs/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/cs/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/cs/ERR_PRECONDITION_FAILED 2012-02-05 13:15:14.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_PRECONDITION_FAILED 2012-06-08 13:38:25.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_READ_ERROR squid3-3.1.20/errors/cs/ERR_READ_ERROR --- squid3-3.1.19/errors/cs/ERR_READ_ERROR 2012-02-05 13:15:17.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_READ_ERROR 2012-06-08 13:38:27.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Chyba při čtení

Vzdálený systém odpověděl: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Chyba při čtení

Vzdálený systém odpověděl: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_READ_TIMEOUT squid3-3.1.20/errors/cs/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/cs/ERR_READ_TIMEOUT 2012-02-05 13:15:19.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_READ_TIMEOUT 2012-06-08 13:38:29.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

Vzdálený systém odpověděl: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

Vzdálený systém odpověděl: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/cs/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/cs/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:15:21.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:38:30.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Selhalo vytvoření zabezpečeného připojení k %I

Vzdálený systém odpověděl: %E

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.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Selhalo vytvoření zabezpečeného připojení k %I

Vzdálený systém odpověděl: %E

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_SHUTTING_DOWN squid3-3.1.20/errors/cs/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/cs/ERR_SHUTTING_DOWN 2012-02-05 13:15:24.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_SHUTTING_DOWN 2012-06-08 13:38:34.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_SOCKET_FAILURE squid3-3.1.20/errors/cs/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/cs/ERR_SOCKET_FAILURE 2012-02-05 13:15:26.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_SOCKET_FAILURE 2012-06-08 13:38:35.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

Vzdálený systém odpověděl: %E

Squid nemohl vytvořit TCP socket pravděpodobně v důsledku přetížení. Opakujte prosím Váš požadavek.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

Vzdálený systém odpověděl: %E

Squid nemohl vytvořit TCP socket pravděpodobně v důsledku přetížení. Opakujte prosím Váš požadavek.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_TOO_BIG squid3-3.1.20/errors/cs/ERR_TOO_BIG --- squid3-3.1.19/errors/cs/ERR_TOO_BIG 2012-02-05 13:15:28.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_TOO_BIG 2012-06-08 13:38:38.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

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.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/cs/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/cs/ERR_UNSUP_HTTPVERSION 2012-02-05 13:15:30.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_UNSUP_HTTPVERSION 2012-06-08 13:38:40.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_UNSUP_REQ squid3-3.1.20/errors/cs/ERR_UNSUP_REQ --- squid3-3.1.19/errors/cs/ERR_UNSUP_REQ 2012-02-05 13:15:32.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_UNSUP_REQ 2012-06-08 13:38:41.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid nepodporuje všechny typy metod u všech protokolů. Např. není možno použit metodu POST u služby GOPHER.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid nepodporuje všechny typy metod u všech protokolů. Např. není možno použit metodu POST u služby GOPHER.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_URN_RESOLVE squid3-3.1.20/errors/cs/ERR_URN_RESOLVE --- squid3-3.1.19/errors/cs/ERR_URN_RESOLVE 2012-02-05 13:15:34.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_URN_RESOLVE 2012-06-08 13:38:43.000000000 +0200 @@ -1 +1 @@ - CHYBA: The requested URN could not be retrieved

ERROR

Nelze získat URL pro požadované URN


The following error was encountered while trying to retrieve the URN: %U

Nelze přeložit URN

Hey, neočekáváte příliš mnoho od URN na %T :)

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URN could not be retrieved

ERROR

Nelze získat URL pro požadované URN


The following error was encountered while trying to retrieve the URN: %U

Nelze přeložit URN

Hey, neočekáváte příliš mnoho od URN na %T :)

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_WRITE_ERROR squid3-3.1.20/errors/cs/ERR_WRITE_ERROR --- squid3-3.1.19/errors/cs/ERR_WRITE_ERROR 2012-02-05 13:15:36.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_WRITE_ERROR 2012-06-08 13:38:45.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

Vzdálený systém odpověděl: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

Vzdálený systém odpověděl: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/cs/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/cs/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/cs/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:15:38.000000000 +0100 +++ squid3-3.1.20/errors/cs/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:38:48.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid neobdržel v odpovědi na tento dotaz žádná data.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: Požadovaný dokument je nedostupný

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid neobdržel v odpovědi na tento dotaz žádná data.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_ACCESS_DENIED squid3-3.1.20/errors/da/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/da/ERR_ACCESS_DENIED 2012-02-05 13:15:40.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_ACCESS_DENIED 2012-06-08 13:38:50.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Adgang Nægtet.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Adgang Nægtet.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:38:52.000000000 +0200 @@ -0,0 +1 @@ + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Time Quota Exceeded.

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.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/da/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/da/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_AGENT_CONFIGURE 2012-06-08 13:38:53.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

FEJL

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • In the HTTP proxy box type the proxy name %h and port 3128.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_AGENT_WPAD squid3-3.1.20/errors/da/ERR_AGENT_WPAD --- squid3-3.1.19/errors/da/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_AGENT_WPAD 2012-06-08 13:38:56.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

FEJL

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • Select Auto-detect proxy settings for this network
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • Select Automatically detect settings
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • Select Use Automatic proxy configuration

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/da/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/da/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:15:42.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:38:58.000000000 +0200 @@ -1 +1 @@ - FEJL: Cache Access Denied

ERROR

Cache Adgang Nægtet.


The following error was encountered while trying to retrieve the URL: %U

Cache Adgang Nægtet.

Du har desværre ikke lov til at hente %U fra denne cache førend du har autenticieret dig selv.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file + FEJL: Cache Access Denied

ERROR

Cache Adgang Nægtet.


The following error was encountered while trying to retrieve the URL: %U

Cache Adgang Nægtet.

Du har desværre ikke lov til at hente %U fra denne cache førend du har autenticieret dig selv.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/da/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/da/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:15:44.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:39:00.000000000 +0200 @@ -1 +1 @@ - FEJL: Cache Manager Access Denied

ERROR

Cache Manager Adgang Nægtet.


The following error was encountered while trying to retrieve the URL: %U

Cache Administrator Adgang Nægtet.

Du har desværre ikke lov til at hente %U fra denne cache førend du har autenticieret dig selv.

Kontakt cache administratoren hvis du har problemer med at autenticiere dig eller hvis du er cache administratoren, læs Squid dokumentationen for cache administrator interfacet og check cache loggen for mere detaljerede fejlmeddelelser.



\ No newline at end of file + FEJL: Cache Manager Access Denied

ERROR

Cache Manager Adgang Nægtet.


The following error was encountered while trying to retrieve the URL: %U

Cache Administrator Adgang Nægtet.

Du har desværre ikke lov til at hente %U fra denne cache førend du har autenticieret dig selv.

Kontakt cache administratoren hvis du har problemer med at autenticiere dig eller hvis du er cache administratoren, læs Squid dokumentationen for cache administrator interfacet og check cache loggen for mere detaljerede fejlmeddelelser.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_CANNOT_FORWARD squid3-3.1.20/errors/da/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/da/ERR_CANNOT_FORWARD 2012-02-05 13:15:46.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_CANNOT_FORWARD 2012-06-08 13:39:01.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Kunne ikke vidersende forespørgslen.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Kunne ikke vidersende forespørgslen.

This request could not be forwarded to the origin server or to any parent caches.

Mulige problemer kan være:

  • An Internet connection needed to access this domains origin servers may be down.
  • All configured parent caches may be currently unreachable.
  • The administrator may not allow this cache to make direct connections to origin servers.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_CONNECT_FAIL squid3-3.1.20/errors/da/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/da/ERR_CONNECT_FAIL 2012-02-05 13:15:48.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_CONNECT_FAIL 2012-06-08 13:39:04.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

Systemet returnerede: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

Systemet returnerede: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_DIR_LISTING squid3-3.1.20/errors/da/ERR_DIR_LISTING --- squid3-3.1.19/errors/da/ERR_DIR_LISTING 2012-02-05 13:15:50.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_DIR_LISTING 2012-06-08 13:39:07.000000000 +0200 @@ -1 +1 @@ - Directory: %U

Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + Directory: %U

Directory: %U/


Directory Content:

%z
%g
Parent Directory (Root Directory)

\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_DNS_FAIL squid3-3.1.20/errors/da/ERR_DNS_FAIL --- squid3-3.1.19/errors/da/ERR_DNS_FAIL 2012-02-05 13:15:52.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_DNS_FAIL 2012-06-08 13:39:09.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Kunne ikke finde IP nummeret for navnet %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Kunne ikke finde IP nummeret for navnet %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_ESI squid3-3.1.20/errors/da/ERR_ESI --- squid3-3.1.19/errors/da/ERR_ESI 2012-02-05 13:15:54.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_ESI 2012-06-08 13:39:10.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_FORWARDING_DENIED squid3-3.1.20/errors/da/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/da/ERR_FORWARDING_DENIED 2012-02-05 13:15:56.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_FORWARDING_DENIED 2012-06-08 13:39:12.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Videresendelse Nægtet.

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.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Videresendelse Nægtet.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_FTP_DISABLED squid3-3.1.20/errors/da/ERR_FTP_DISABLED --- squid3-3.1.19/errors/da/ERR_FTP_DISABLED 2012-02-05 13:15:58.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_FTP_DISABLED 2012-06-08 13:39:14.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP er slået fra

Denne cache understøtter ikke FTP.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP er slået fra

Denne cache understøtter ikke FTP.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_FTP_FAILURE squid3-3.1.20/errors/da/ERR_FTP_FAILURE --- squid3-3.1.19/errors/da/ERR_FTP_FAILURE 2012-02-05 13:16:00.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_FTP_FAILURE 2012-06-08 13:39:16.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


En FTP protokol fejl opstod under hentning af føgende URL: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


En FTP protokol fejl opstod under hentning af føgende URL: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/da/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/da/ERR_FTP_FORBIDDEN 2012-02-05 13:16:02.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_FTP_FORBIDDEN 2012-06-08 13:39:18.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


En FTP autenticierings fejl opstod under hentning af føgende URL: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


En FTP autenticierings fejl opstod under hentning af føgende URL: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/da/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/da/ERR_FTP_NOT_FOUND 2012-02-05 13:16:05.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_FTP_NOT_FOUND 2012-06-08 13:39:20.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


Den føgende URL kunne ikke hentes: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

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 %B.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


Den føgende URL kunne ikke hentes: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

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 %B.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/da/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/da/ERR_FTP_PUT_CREATED 2012-02-05 13:16:07.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_FTP_PUT_CREATED 2012-06-08 13:39:23.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Handlingen lykkedes

Fil oprettet




\ No newline at end of file + FTP PUT Successful.

Handlingen lykkedes

Fil oprettet




\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/da/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/da/ERR_FTP_PUT_ERROR 2012-02-05 13:16:09.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_FTP_PUT_ERROR 2012-06-08 13:39:25.000000000 +0200 @@ -1 +1 @@ - FEJL: FTP upload failed

ERROR

FTP PUT upload failed


En FTP protokol fejl opstod under hentning af føgende URL: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + FEJL: FTP upload failed

ERROR

FTP PUT upload failed


En FTP protokol fejl opstod under hentning af føgende URL: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/da/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/da/ERR_FTP_PUT_MODIFIED 2012-02-05 13:16:12.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_FTP_PUT_MODIFIED 2012-06-08 13:39:26.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Handlingen lykkedes

Fil opdateret




\ No newline at end of file + FTP PUT Successful.

Handlingen lykkedes

Fil opdateret




\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/da/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/da/ERR_FTP_UNAVAILABLE 2012-02-05 13:16:14.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_FTP_UNAVAILABLE 2012-06-08 13:39:28.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


FTP serveren var optaget da føgende URL skulle hentes: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


FTP serveren var optaget da føgende URL skulle hentes: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/da/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/da/ERR_GATEWAY_FAILURE 2012-02-05 13:16:18.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_GATEWAY_FAILURE 2012-06-08 13:39:31.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_ICAP_FAILURE squid3-3.1.20/errors/da/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/da/ERR_ICAP_FAILURE 2012-02-05 13:16:21.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_ICAP_FAILURE 2012-06-08 13:39:33.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

Systemet returnerede: %E

This means that some aspect of the ICAP communication failed.

Mulige problemer kan være:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

Systemet returnerede: %E

This means that some aspect of the ICAP communication failed.

Mulige problemer kan være:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_INVALID_REQ squid3-3.1.20/errors/da/ERR_INVALID_REQ --- squid3-3.1.19/errors/da/ERR_INVALID_REQ 2012-02-05 13:16:23.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_INVALID_REQ 2012-06-08 13:39:35.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Mulige problemer kan være:

  • Manglende eller ukendt forespørgsels metode.

  • Manglende URL.

  • Manglende HTTP Identifikator (ved HTTP/1.0)

  • Forespørgslen er for stor.

  • Content-Length mangler til POST eller PUT forespørgsler

  • Illegal character in hostname; underscores are not allowed.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Mulige problemer kan være:

  • Manglende eller ukendt forespørgsels metode.

  • Manglende URL.

  • Manglende HTTP Identifikator (ved HTTP/1.0)

  • Forespørgslen er for stor.

  • Content-Length mangler til POST eller PUT forespørgsler

  • Illegal character in hostname; underscores are not allowed.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_INVALID_RESP squid3-3.1.20/errors/da/ERR_INVALID_RESP --- squid3-3.1.19/errors/da/ERR_INVALID_RESP 2012-02-05 13:16:29.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_INVALID_RESP 2012-06-08 13:39:37.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_INVALID_URL squid3-3.1.20/errors/da/ERR_INVALID_URL --- squid3-3.1.19/errors/da/ERR_INVALID_URL 2012-02-05 13:16:31.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_INVALID_URL 2012-06-08 13:39:40.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Ugyldig URL

Some aspect of the requested URL is incorrect.

Mulige problemer kan være:

  • Manglende eller ukendt adgangsprotokol (burde være http:// eller tilsvarende)

  • Manglende maskinnavn

  • Ugyldig dobbelt-escape i URL sti

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Ugyldig URL

Some aspect of the requested URL is incorrect.

Mulige problemer kan være:

  • Manglende eller ukendt adgangsprotokol (burde være http:// eller tilsvarende)

  • Manglende maskinnavn

  • Ugyldig dobbelt-escape i URL sti

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_LIFETIME_EXP squid3-3.1.20/errors/da/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/da/ERR_LIFETIME_EXP 2012-02-05 13:16:33.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_LIFETIME_EXP 2012-06-08 13:39:42.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Levetiden for forbindelsen udløb

Proxy'en Squid har afsluttet forespørgslen fordi den har overskredet den maksimale levetid for forbindelser (connection timeout).

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Levetiden for forbindelsen udløb

Proxy'en Squid har afsluttet forespørgslen fordi den har overskredet den maksimale levetid for forbindelser (connection timeout).

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_NO_RELAY squid3-3.1.20/errors/da/ERR_NO_RELAY --- squid3-3.1.19/errors/da/ERR_NO_RELAY 2012-02-05 13:16:35.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_NO_RELAY 2012-06-08 13:39:44.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Ingen WAIS Relæ

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Ingen WAIS Relæ

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/da/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/da/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:16:38.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:39:46.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Dokumentet blev ikke fundet i cachen og only-if-cached (kun-hvis-gemt-i-cachen) direktivet var specificeret.

Du har sendt en forespørgsel med en only-if-cached cache kontrol direktiv. Dokumentet blev ikke fundet i cachen, eller det kræver en bekræftelse af gyldighed som bliver forbudt af only-if-cached direktivet.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Dokumentet blev ikke fundet i cachen og only-if-cached (kun-hvis-gemt-i-cachen) direktivet var specificeret.

Du har sendt en forespørgsel med en only-if-cached cache kontrol direktiv. Dokumentet blev ikke fundet i cachen, eller det kræver en bekræftelse af gyldighed som bliver forbudt af only-if-cached direktivet.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/error-details.txt squid3-3.1.20/errors/da/error-details.txt --- squid3-3.1.19/errors/da/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/da/error-details.txt 2012-06-08 13:40:16.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/da/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/da/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/da/ERR_PRECONDITION_FAILED 2012-02-05 13:16:41.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_PRECONDITION_FAILED 2012-06-08 13:39:48.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_READ_ERROR squid3-3.1.20/errors/da/ERR_READ_ERROR --- squid3-3.1.19/errors/da/ERR_READ_ERROR 2012-02-05 13:16:42.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_READ_ERROR 2012-06-08 13:39:50.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Læse fejl

Systemet returnerede: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Læse fejl

Systemet returnerede: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_READ_TIMEOUT squid3-3.1.20/errors/da/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/da/ERR_READ_TIMEOUT 2012-02-05 13:16:44.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_READ_TIMEOUT 2012-06-08 13:39:52.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

Systemet returnerede: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

Systemet returnerede: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/da/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/da/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:16:46.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:39:54.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

Systemet returnerede: %E

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.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

Systemet returnerede: %E

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_SHUTTING_DOWN squid3-3.1.20/errors/da/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/da/ERR_SHUTTING_DOWN 2012-02-05 13:16:48.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_SHUTTING_DOWN 2012-06-08 13:39:55.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_SOCKET_FAILURE squid3-3.1.20/errors/da/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/da/ERR_SOCKET_FAILURE 2012-02-05 13:16:50.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_SOCKET_FAILURE 2012-06-08 13:39:58.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Fejl

Systemet returnerede: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Fejl

Systemet returnerede: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_TOO_BIG squid3-3.1.20/errors/da/ERR_TOO_BIG --- squid3-3.1.19/errors/da/ERR_TOO_BIG 2012-02-05 13:16:52.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_TOO_BIG 2012-06-08 13:40:00.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

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.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/da/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/da/ERR_UNSUP_HTTPVERSION 2012-02-05 13:16:55.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_UNSUP_HTTPVERSION 2012-06-08 13:40:05.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_UNSUP_REQ squid3-3.1.20/errors/da/ERR_UNSUP_REQ --- squid3-3.1.19/errors/da/ERR_UNSUP_REQ 2012-02-05 13:16:56.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_UNSUP_REQ 2012-06-08 13:40:09.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Uunderstøttet Forespørgsels Metode og Protokol

Proxy'en Squid understøtter ikke alle forespørgselsmetoder for alle adgangs protokoller. For eksempel kan du ikke POST en Gopher forespørgsel.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Uunderstøttet Forespørgsels Metode og Protokol

Proxy'en Squid understøtter ikke alle forespørgselsmetoder for alle adgangs protokoller. For eksempel kan du ikke POST en Gopher forespørgsel.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_URN_RESOLVE squid3-3.1.20/errors/da/ERR_URN_RESOLVE --- squid3-3.1.19/errors/da/ERR_URN_RESOLVE 2012-02-05 13:16:58.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_URN_RESOLVE 2012-06-08 13:40:12.000000000 +0200 @@ -1 +1 @@ - FEJL: The requested URN could not be retrieved

ERROR

URL for den angivne URN kunne ikke hentes


The following error was encountered while trying to retrieve the URN: %U

Kan Ikke Opløse URN

Hallo, forvent nu ikke for meget af URNs på %T :)

Your cache administrator is %w.



\ No newline at end of file + FEJL: The requested URN could not be retrieved

ERROR

URL for den angivne URN kunne ikke hentes


The following error was encountered while trying to retrieve the URN: %U

Kan Ikke Opløse URN

Hallo, forvent nu ikke for meget af URNs på %T :)

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_WRITE_ERROR squid3-3.1.20/errors/da/ERR_WRITE_ERROR --- squid3-3.1.19/errors/da/ERR_WRITE_ERROR 2012-02-05 13:17:00.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_WRITE_ERROR 2012-06-08 13:40:13.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Skrive Fejl

Systemet returnerede: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Skrive Fejl

Systemet returnerede: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/da/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/da/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/da/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:17:02.000000000 +0100 +++ squid3-3.1.20/errors/da/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:40:16.000000000 +0200 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Nul Størrelse Svar

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Nul Størrelse Svar

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_ACCESS_DENIED squid3-3.1.20/errors/de/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/de/ERR_ACCESS_DENIED 2012-02-05 13:17:05.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_ACCESS_DENIED 2012-06-08 13:40:17.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Zugriff verweigert.

Die Anfrage wurde aufgrund mangelnder Zugriffsrechte verweigert. Bitte kontaktieren Sie Ihren Dienstanbieter falls sie denken, dass dies ein Fehler ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Zugriff verweigert.

Die Anfrage wurde aufgrund mangelnder Zugriffsrechte verweigert. Bitte kontaktieren Sie Ihren Dienstanbieter falls sie denken, dass dies ein Fehler ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:40:19.000000000 +0200 @@ -0,0 +1 @@ + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Time Quota Exceeded.

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.

Diese Einschränkungen wurden vom Internetdienstanbieter eingerichtet der diesen Cache betreibt. Bitte kontaktieren sie ihn falls sie denken, dass dies ein Fehler ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/de/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/de/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_AGENT_CONFIGURE 2012-06-08 13:40:21.000000000 +0200 @@ -0,0 +1 @@ + Webbrowserkonfiguration

FEHLER

Web Browser Configuration


Ihre Webbrowserkonfiguration muss korrigiert werden um dieses Netzwerk zu nutzen.

Wie sie diese Einstellung in ihrem Browser finden:

Für Firefox Browser gehen sie zu:
  • Extras -> Optionen -> Erweitert -> Netzwerk -> Verbindungseinstellungen
  • Im HTTP Proxy Feld geben sie den Proxy Namen %h und Port 3128 ein.
Für Internet Explorer Browser gehen sie zu:
  • Extras -> Internetoptionen -> Verbindung -> LAN Einstellungen ->Proxy
  • In the HTTP proxy box type the proxy name %h and port 3128.
Für Opera Browser gehen sie zu:
  • Extras -> Einstellungen -> Erweitert -> Netzwerk -> Proxyserver
  • In the HTTP proxy box type the proxy name %h and port 3128.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_AGENT_WPAD squid3-3.1.20/errors/de/ERR_AGENT_WPAD --- squid3-3.1.19/errors/de/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_AGENT_WPAD 2012-06-08 13:40:22.000000000 +0200 @@ -0,0 +1 @@ + Webbrowserkonfiguration

FEHLER

Web Browser Configuration


Ihre Webbrowserkonfiguration muss korrigiert werden um dieses Netzwerk zu nutzen.

Wie sie diese Einstellung in ihrem Browser finden:

Für Firefox Browser gehen sie zu:
  • Extras -> Optionen -> Erweitert -> Netzwerk -> Verbindungseinstellungen
  • Wählen sie Automatische Suche von Einstellungen für dieses Netzwerk
Für Internet Explorer Browser gehen sie zu:
  • Extras -> Internetoptionen -> Verbindung -> LAN Einstellungen ->Proxy
  • Automatische Suche von Einstellungen
Für Opera Browser gehen sie zu:
  • Extras -> Einstellungen -> Erweitert -> Netzwerk -> Proxyserver
  • Automatisches Konfigurationsskript verwenden

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/de/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/de/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:17:07.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:40:24.000000000 +0200 @@ -1 +1 @@ - FEHLER: Cache Access Denied

ERROR

Cache Zugriff verweigert.


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Cache Zugriff verweigert.

Sie sind momentan nicht berechtigt %U von diesem Cache abzurufen, bis sie sich authentifiziert haben.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file + FEHLER: Cache Access Denied

ERROR

Cache Zugriff verweigert.


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Cache Zugriff verweigert.

Sie sind momentan nicht berechtigt %U von diesem Cache abzurufen, bis sie sich authentifiziert haben.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/de/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/de/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:17:09.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:40:26.000000000 +0200 @@ -1 +1 @@ - FEHLER: Cache Manager Access Denied

ERROR

Cache Manager Zugriff verweigert.


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Cache Manager Zugriff verweigert.

Sie sind momentan nicht berechtigt %U von diesem Cache Manager abzurufen, bis sie sich authentifiziert haben.

Bitte kontaktieren sie den Cache Administrator Falls sie Schwierigkeiten haben sich zu authentifizieren oder, falls sie der Administrator sind, lesen sie die Squid Dokumentation zum Thema Cacheverwaltungsoberfläche und prüfen sie das Cachelog für detaillierte Fehlermeldungen.



\ No newline at end of file + FEHLER: Cache Manager Access Denied

ERROR

Cache Manager Zugriff verweigert.


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Cache Manager Zugriff verweigert.

Sie sind momentan nicht berechtigt %U von diesem Cache Manager abzurufen, bis sie sich authentifiziert haben.

Bitte kontaktieren sie den Cache Administrator Falls sie Schwierigkeiten haben sich zu authentifizieren oder, falls sie der Administrator sind, lesen sie die Squid Dokumentation zum Thema Cacheverwaltungsoberfläche und prüfen sie das Cachelog für detaillierte Fehlermeldungen.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_CANNOT_FORWARD squid3-3.1.20/errors/de/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/de/ERR_CANNOT_FORWARD 2012-02-05 13:17:11.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_CANNOT_FORWARD 2012-06-08 13:40:28.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Kann die Anfrage zurzeit nicht weiterleiten.

Die Anfrage kann nicht an den Quellserver oder irgendeinen vorgeschalteten Cache weitergeleitet werden. Der wahrscheinlichste Grund ist, dass der Administrator diesem Cache nicht erlaubt direkte Verbindungen zu Quellservern herzustellen oder alle vorgeschalteten Cache Server momentan nicht erreichbar sind.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Kann die Anfrage zurzeit nicht weiterleiten.

This request could not be forwarded to the origin server or to any parent caches.

Mögliche Probleme sind:

  • An Internet connection needed to access this domains origin servers may be down.
  • All configured parent caches may be currently unreachable.
  • The administrator may not allow this cache to make direct connections to origin servers.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_CONNECT_FAIL squid3-3.1.20/errors/de/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/de/ERR_CONNECT_FAIL 2012-02-05 13:17:13.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_CONNECT_FAIL 2012-06-08 13:40:29.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Verbindung zu %I Fehlgeschlagen.

Das System antwortete: %E

Der Zielhost oder das Zielnetzwerk ist momentan nicht verfügbar. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Verbindung zu %I Fehlgeschlagen.

Das System antwortete: %E

Der Zielhost oder das Zielnetzwerk ist momentan nicht verfügbar. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_DIR_LISTING squid3-3.1.20/errors/de/ERR_DIR_LISTING --- squid3-3.1.19/errors/de/ERR_DIR_LISTING 2012-02-05 13:17:15.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_DIR_LISTING 2012-06-08 13:40:31.000000000 +0200 @@ -1 +1 @@ - Verzeichnis: %U

Verzeichnis: %U/


Verzeichnisinhalt:

%z
%g
Übergeordnetes Verzeichnis Übergeordnetes Verzeichnis (Stammverzeichnis)

\ No newline at end of file + Verzeichnis: %U

Verzeichnis: %U/


Verzeichnisinhalt:

%z
%g
Übergeordnetes Verzeichnis (Stammverzeichnis)

\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_DNS_FAIL squid3-3.1.20/errors/de/ERR_DNS_FAIL --- squid3-3.1.19/errors/de/ERR_DNS_FAIL 2012-02-05 13:17:17.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_DNS_FAIL 2012-06-08 13:40:33.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Konnte keine IP Adresse vom Hostnamen %H ermitteln.

Der DNS-Server meldete:

%z

Das heißt, dass der Cache nicht in der Lage war den Hostnamen aufzulösen der in der URL gefunden wurde. Überprüfen sie ob die Adresse korrekt ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Konnte keine IP Adresse vom Hostnamen %H ermitteln.

Der DNS-Server meldete:

%z

Das heißt, dass der Cache nicht in der Lage war den Hostnamen aufzulösen der in der URL gefunden wurde. Überprüfen sie ob die Adresse korrekt ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_ESI squid3-3.1.20/errors/de/ERR_ESI --- squid3-3.1.19/errors/de/ERR_ESI 2012-02-05 13:17:19.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_ESI 2012-06-08 13:40:34.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

ESI-Verarbeitung fehlgeschlagen.

Der ESI-Prozessor meldete:

%Z

Das heißt, dass der Ersatz nicht in der Lage war das ESI Template zu verarbeiten. Bitte melden sie diesen Fehler dem Webmaster.

Ihr Webmaster ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

ESI-Verarbeitung fehlgeschlagen.

Der ESI-Prozessor meldete:

%Z

Das heißt, dass der Ersatz nicht in der Lage war das ESI Template zu verarbeiten. Bitte melden sie diesen Fehler dem Webmaster.

Ihr Webmaster ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_FORWARDING_DENIED squid3-3.1.20/errors/de/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/de/ERR_FORWARDING_DENIED 2012-02-05 13:17:21.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_FORWARDING_DENIED 2012-06-08 13:40:36.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Weiterleitung verweigert.

Dieser Cache wird ihre Anfrage nicht weiterleiten da er versucht ein Geschwisterverhältnis zu erzwingen. Warscheinlich ist der Client auf %i ein Cache der falsch konfiguriert wurde.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Weiterleitung verweigert.

Dieser Cache wird ihre Anfrage nicht weiterleiten da er versucht ein Geschwisterverhältnis zu erzwingen. Warscheinlich ist der Client auf %i ein Cache der falsch konfiguriert wurde.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_FTP_DISABLED squid3-3.1.20/errors/de/ERR_FTP_DISABLED --- squid3-3.1.19/errors/de/ERR_FTP_DISABLED 2012-02-05 13:17:23.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_FTP_DISABLED 2012-06-08 13:40:38.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

FTP ist deaktiviert

Dieser Cache unterstützt kein FTP.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

FTP ist deaktiviert

Dieser Cache unterstützt kein FTP.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_FTP_FAILURE squid3-3.1.20/errors/de/ERR_FTP_FAILURE --- squid3-3.1.19/errors/de/ERR_FTP_FAILURE 2012-02-05 13:17:25.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_FTP_FAILURE 2012-06-08 13:40:39.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Ein FTP Protokollfehler ist bei der URL %U aufgetreten.

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Ein FTP Protokollfehler ist bei der URL %U aufgetreten.

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/de/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/de/ERR_FTP_FORBIDDEN 2012-02-05 13:17:27.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_FTP_FORBIDDEN 2012-06-08 13:40:41.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Die FTP Authentifizierung bei der URL %U ist Fehlgeschlagen.

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Die FTP Authentifizierung bei der URL %U ist Fehlgeschlagen.

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/de/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/de/ERR_FTP_NOT_FOUND 2012-02-05 13:17:29.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_FTP_NOT_FOUND 2012-06-08 13:40:43.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Die folgende URL konnte nicht gefunden werden: %U

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Die Ursache kann eine FTP URL mit einem Absoluten Pfad sein (was nicht RFC 1738 konform ist). Wenn dies der Fall ist, ist die Datei unter %B zu finden.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Die folgende URL konnte nicht gefunden werden: %U

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Die Ursache kann eine FTP URL mit einem Absoluten Pfad sein (was nicht RFC 1738 konform ist). Wenn dies der Fall ist, ist die Datei unter %B zu finden.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/de/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/de/ERR_FTP_PUT_CREATED 2012-02-05 13:17:31.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_FTP_PUT_CREATED 2012-06-08 13:40:44.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Operation Erfolgreich

Datei erstellt




\ No newline at end of file + FTP PUT Erfolgreich.

Operation Erfolgreich

Datei erstellt




\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/de/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/de/ERR_FTP_PUT_ERROR 2012-02-05 13:17:33.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_FTP_PUT_ERROR 2012-06-08 13:40:46.000000000 +0200 @@ -1 +1 @@ - FEHLER: FTP upload failed

ERROR

FTP PUT upload failed


Ein FTP Protokollfehler ist bei der URL %U aufgetreten.

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F

Das heißt, dass der FTP Server keine Berechtigung oder nicht genug Plattenplatz zum Speichern der Datei zur Verfügung hat. Überprüfen sie Pfad, Berechtigungen und Plattenplatz und wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: FTP upload failed

ERROR

FTP PUT Upload fehlgeschlagen


Ein FTP Protokollfehler ist bei der URL %U aufgetreten.

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F

Das heißt, dass der FTP Server keine Berechtigung oder nicht genug Plattenplatz zum Speichern der Datei zur Verfügung hat. Überprüfen sie Pfad, Berechtigungen und Plattenplatz und wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/de/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/de/ERR_FTP_PUT_MODIFIED 2012-02-05 13:17:35.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_FTP_PUT_MODIFIED 2012-06-08 13:40:48.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Operation Erfolgreich

Datei aktualisiert




\ No newline at end of file + FTP PUT Erfolgreich.

Operation Erfolgreich

Datei aktualisiert




\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/de/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/de/ERR_FTP_UNAVAILABLE 2012-02-05 13:17:37.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_FTP_UNAVAILABLE 2012-06-08 13:40:49.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der FTP Server war zu beschäftigt um die URL: %U abzurufen

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der FTP Server war zu beschäftigt um die URL: %U abzurufen

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/de/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/de/ERR_GATEWAY_FAILURE 2012-02-05 13:17:39.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_GATEWAY_FAILURE 2012-06-08 13:40:51.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Gateway Proxy Failure

Ein nicht-behebbarer interner Fehler oder ein Konfigurationsproblem verhindert die Ausführung der Anfrage.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_ICAP_FAILURE squid3-3.1.20/errors/de/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/de/ERR_ICAP_FAILURE 2012-02-05 13:17:41.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_ICAP_FAILURE 2012-06-08 13:40:53.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

ICAP Protokoll Fehler.

Das System antwortete: %E

Das heißt, dass etwas mit der ICAP Kommunikation nicht stimmt.

Mögliche Probleme sind:

  • Der ICAP Server ist nicht erreichbar.

  • Die Antwort des ICAP Servers war ungültig.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

ICAP Protokoll Fehler.

Das System antwortete: %E

Das heißt, dass etwas mit der ICAP Kommunikation nicht stimmt.

Mögliche Probleme sind:

  • Der ICAP Server ist nicht erreichbar.

  • Die Antwort des ICAP Servers war ungültig.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_INVALID_REQ squid3-3.1.20/errors/de/ERR_INVALID_REQ --- squid3-3.1.19/errors/de/ERR_INVALID_REQ 2012-02-05 13:17:43.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_INVALID_REQ 2012-06-08 13:40:54.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Ungültige Anfrage Fehler erhalten als versucht wurde die Anfrage zu bearbeiten:

%R

Mögliche Probleme sind:

  • Fehlende oder unbekannte Anfragemethode.

  • Fehlende URL.

  • Fehlende HTTP-Version (HTTP/1.0).

  • Anfrage ist zu lang.

  • Content-Length fehlt für POST oder PUT Anfragen.

  • Ungültiges Zeichen im Hostname; Unterstriche sind nicht erlaubt.

  • HTTP/1.1 Expect wird von einer HTTP/1.0 Software erfragt

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Ungültige Anfrage Fehler erhalten als versucht wurde die Anfrage zu bearbeiten:

%R

Mögliche Probleme sind:

  • Fehlende oder unbekannte Anfragemethode.

  • Fehlende URL.

  • Fehlende HTTP-Version (HTTP/1.0).

  • Anfrage ist zu lang.

  • Content-Length fehlt für POST oder PUT Anfragen.

  • Ungültiges Zeichen im Hostname; Unterstriche sind nicht erlaubt.

  • HTTP/1.1 Expect wird von einer HTTP/1.0 Software erfragt

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_INVALID_RESP squid3-3.1.20/errors/de/ERR_INVALID_RESP --- squid3-3.1.19/errors/de/ERR_INVALID_RESP 2012-02-05 13:17:48.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_INVALID_RESP 2012-06-08 13:40:56.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Ungültige Antwort Fehler erhalten als versucht wurde die Anfrage zu bearbeiten:

%R

Die HTTP Antwortnachricht, die vom Kontaktierten Server empfangen wurde, wurde nicht verstanden oder ist falsch. Bitte kontaktieren sie den Webmaster.

Ihr Cache Administrator ist in der Lage ihnen mehr über das Problem zu erklären, falls dies Notwendig ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Ungültige Antwort Fehler erhalten als versucht wurde die Anfrage zu bearbeiten:

%R

Die HTTP Antwortnachricht, die vom Kontaktierten Server empfangen wurde, wurde nicht verstanden oder ist falsch. Bitte kontaktieren sie den Webmaster.

Ihr Cache Administrator ist in der Lage ihnen mehr über das Problem zu erklären, falls dies Notwendig ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_INVALID_URL squid3-3.1.20/errors/de/ERR_INVALID_URL --- squid3-3.1.19/errors/de/ERR_INVALID_URL 2012-02-05 13:17:50.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_INVALID_URL 2012-06-08 13:40:58.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Ungültige URL

Der Syntax der angeforderten URL ist falsch.

Mögliche Probleme sind:

  • Fehlendes oder ungültiges Adressprotokoll (Versuchen sie zum Beispielhttp://)

  • Fehlender Hostname

  • Ungültiger Doppel-Escape im URL-Pfad

  • Ungültiges Zeichen im Hostname; Unterstriche sind nicht erlaubt.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Ungültige URL

Der Syntax der angeforderten URL ist falsch.

Mögliche Probleme sind:

  • Fehlendes oder ungültiges Adressprotokoll (Versuchen sie zum Beispielhttp://)

  • Fehlender Hostname

  • Ungültiger Doppel-Escape im URL-Pfad

  • Ungültiges Zeichen im Hostname; Unterstriche sind nicht erlaubt.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_LIFETIME_EXP squid3-3.1.20/errors/de/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/de/ERR_LIFETIME_EXP 2012-02-05 13:17:52.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_LIFETIME_EXP 2012-06-08 13:40:59.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Zeitlimit der Verbindung erreicht

Squid hat die Anfrage beendet, da die maximale Verbindungszeit überschritten wurde.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Zeitlimit der Verbindung erreicht

Squid hat die Anfrage beendet, da die maximale Verbindungszeit überschritten wurde.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_NO_RELAY squid3-3.1.20/errors/de/ERR_NO_RELAY --- squid3-3.1.19/errors/de/ERR_NO_RELAY 2012-02-05 13:17:54.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_NO_RELAY 2012-06-08 13:41:02.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Kein Wais Relay

Es ist kein WAIS Relay für diesen Cache definiert! Sagen sie dies dem Administrator.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Kein Wais Relay

Es ist kein WAIS Relay für diesen Cache definiert! Sagen sie dies dem Administrator.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/de/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/de/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:17:56.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:41:05.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Kein gültiges Dokument wurde im Cache gefunden und only-if-cached Option wurde angegeben.

Sie haben eine Anfrage mit der only-if-cached Cache Kontrolloption getätigt. Das Dokument wurde nicht im Cache gefunden, oder es forderte eine Aktualisierung an welche durch die only-if-cached Option unterbunden wurde.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Kein gültiges Dokument wurde im Cache gefunden und only-if-cached Option wurde angegeben.

Sie haben eine Anfrage mit der only-if-cached Cache Kontrolloption getätigt. Das Dokument wurde nicht im Cache gefunden, oder es forderte eine Aktualisierung an welche durch die only-if-cached Option unterbunden wurde.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/error-details.txt squid3-3.1.20/errors/de/error-details.txt --- squid3-3.1.19/errors/de/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/de/error-details.txt 2012-06-08 13:41:31.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/de/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/de/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/de/ERR_PRECONDITION_FAILED 2012-02-05 13:17:59.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_PRECONDITION_FAILED 2012-06-08 13:41:07.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Bedingung nicht Erfüllt.

Dies Bedeutet:

Mindestens eine Bedingung, die vom HTTP Client vorrausgesetzt wird, wurde nicht erfüllt.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_READ_ERROR squid3-3.1.20/errors/de/ERR_READ_ERROR --- squid3-3.1.19/errors/de/ERR_READ_ERROR 2012-02-05 13:18:00.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_READ_ERROR 2012-06-08 13:41:09.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Lesefehler

Das System antwortete: %E

Ein Fehler ist beim Lesen vom Netzwerk aufgetreten. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Lesefehler

Das System antwortete: %E

Ein Fehler ist beim Lesen vom Netzwerk aufgetreten. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_READ_TIMEOUT squid3-3.1.20/errors/de/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/de/ERR_READ_TIMEOUT 2012-02-05 13:18:02.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_READ_TIMEOUT 2012-06-08 13:41:11.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Zeitüberschreitung beim Lesen

Das System antwortete: %E

Zeitüberschreitung beim Warten auf Daten des Netzwerks. Das Netzwerk oder der Server könnten nicht verfügbar oder überlastet sein. Bitte versuchen sie es erneut.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Zeitüberschreitung beim Lesen

Das System antwortete: %E

Zeitüberschreitung beim Warten auf Daten des Netzwerks. Das Netzwerk oder der Server könnten nicht verfügbar oder überlastet sein. Bitte versuchen sie es erneut.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/de/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/de/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:18:04.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:41:14.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Konnte keine sichere Verbindung zu %I herstellen

Das System antwortete: %E

Dieser Proxy und der Zielhost waren nicht in der Lage Sicherheitseinstellungen auszuhandeln die beidseitig akzeptiert werden. Es ist möglich dass der Zielhost keine sicheren Verbindungen unterstützte oder der Proxy nicht mit dem Sicherheitszertifikat des Hosts einverstanden ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Konnte keine sichere Verbindung zu %I herstellen

Das System antwortete: %E

Dieser Proxy und der Zielhost waren nicht in der Lage Sicherheitseinstellungen auszuhandeln die beidseitig akzeptiert werden. Es ist möglich dass der Zielhost keine sicheren Verbindungen unterstützte oder der Proxy nicht mit dem Sicherheitszertifikat des Hosts einverstanden ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_SHUTTING_DOWN squid3-3.1.20/errors/de/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/de/ERR_SHUTTING_DOWN 2012-02-05 13:18:06.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_SHUTTING_DOWN 2012-06-08 13:41:16.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Dieser Cache wird momentan heruntergefahren und kann daher die Anfrage nicht bearbeiten. Bitte wiederholen sie die Anfrage gleich noch einmal.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Dieser Cache wird momentan heruntergefahren und kann daher die Anfrage nicht bearbeiten. Bitte wiederholen sie die Anfrage gleich noch einmal.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_SOCKET_FAILURE squid3-3.1.20/errors/de/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/de/ERR_SOCKET_FAILURE 2012-02-05 13:18:08.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_SOCKET_FAILURE 2012-06-08 13:41:18.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Socketfehler

Das System antwortete: %E

Squid kann keinen TCP-Socket erstellen, wahrscheinlich aufgrund von großer Systemlast. Bitte wiederholen Sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Socketfehler

Das System antwortete: %E

Squid kann keinen TCP-Socket erstellen, wahrscheinlich aufgrund von großer Systemlast. Bitte wiederholen Sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_TOO_BIG squid3-3.1.20/errors/de/ERR_TOO_BIG --- squid3-3.1.19/errors/de/ERR_TOO_BIG 2012-02-05 13:18:10.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_TOO_BIG 2012-06-08 13:41:20.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Die Anfrage oder Antwort ist zu lang.

Für einen POST-Request ist die hochzuladene Resource zu groß.

Für einen GET-Request ist die angeforderte Resource zu groß.

Diese Einschränkungen wurden vom Internetdienstanbieter eingerichtet der diesen Cache betreibt. Bitte kontaktieren sie ihn falls sie denken, dass dies ein Fehler ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Die Anfrage oder Antwort ist zu lang.

Für einen POST-Request ist die hochzuladene Resource zu groß.

Für einen GET-Request ist die angeforderte Resource zu groß.

Diese Einschränkungen wurden vom Internetdienstanbieter eingerichtet der diesen Cache betreibt. Bitte kontaktieren sie ihn falls sie denken, dass dies ein Fehler ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/de/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/de/ERR_UNSUP_HTTPVERSION 2012-02-05 13:18:12.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_UNSUP_HTTPVERSION 2012-06-08 13:41:22.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

Nicht unterstützte HTTP Version


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Unsupported HTTP version

Dieser Squid akzeptiert die angeforderte HTTP Version nicht.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

Nicht unterstützte HTTP Version


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Unsupported HTTP version

Dieser Squid akzeptiert die angeforderte HTTP Version nicht.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_UNSUP_REQ squid3-3.1.20/errors/de/ERR_UNSUP_REQ --- squid3-3.1.19/errors/de/ERR_UNSUP_REQ 2012-02-05 13:18:14.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_UNSUP_REQ 2012-06-08 13:41:24.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Anfragemethode und Protokoll nicht unterstützt

Squid unterstützt nicht alle Anfragemethoden für alle Protokolle. Sie können zum Beispiel keine POST Anfrage über das Gopher Protokoll senden.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Anfragemethode und Protokoll nicht unterstützt

Squid unterstützt nicht alle Anfragemethoden für alle Protokolle. Sie können zum Beispiel keine POST Anfrage über das Gopher Protokoll senden.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_URN_RESOLVE squid3-3.1.20/errors/de/ERR_URN_RESOLVE --- squid3-3.1.19/errors/de/ERR_URN_RESOLVE 2012-02-05 13:18:16.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_URN_RESOLVE 2012-06-08 13:41:27.000000000 +0200 @@ -1 +1 @@ - FEHLER: The requested URN could not be retrieved

ERROR

Eine URL für den angeforderten URN konnte nicht gefunden werden


Der folgende Fehler wurde beim Versuch die URN %U zu holen festgestellt:

Konnte URN nicht auflösen

Hey, erwarten sie nicht zuviel von URNs auf %T :)

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: The requested URN could not be retrieved

ERROR

Eine URL für den angeforderten URN konnte nicht gefunden werden


Der folgende Fehler wurde beim Versuch die URN %U zu holen festgestellt:

Konnte URN nicht auflösen

Hey, erwarten sie nicht zuviel von URNs auf %T :)

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_WRITE_ERROR squid3-3.1.20/errors/de/ERR_WRITE_ERROR --- squid3-3.1.19/errors/de/ERR_WRITE_ERROR 2012-02-05 13:18:21.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_WRITE_ERROR 2012-06-08 13:41:29.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Fehler beim Schreiben

Das System antwortete: %E

Ein Fehler ist beim Schreiben auf das Netzwerk aufgetreten. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Fehler beim Schreiben

Das System antwortete: %E

Ein Fehler ist beim Schreiben auf das Netzwerk aufgetreten. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/de/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/de/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/de/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:18:24.000000000 +0100 +++ squid3-3.1.20/errors/de/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:41:31.000000000 +0200 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Nullgrößenantwort

Squid hat keine Daten für diese Anfrage empfangen.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Nullgrößenantwort

Squid hat keine Daten für diese Anfrage empfangen.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_ACCESS_DENIED squid3-3.1.20/errors/el/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/el/ERR_ACCESS_DENIED 2012-02-05 13:18:26.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_ACCESS_DENIED 2012-06-08 13:41:33.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Απαγορεύεται η Πρόσβαση.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Απαγορεύεται η Πρόσβαση.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:41:35.000000000 +0200 @@ -0,0 +1 @@ + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Time Quota Exceeded.

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.

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.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/el/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/el/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_AGENT_CONFIGURE 2012-06-08 13:41:38.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

ΣΦΑΛΜΑ

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • In the HTTP proxy box type the proxy name %h and port 3128.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_AGENT_WPAD squid3-3.1.20/errors/el/ERR_AGENT_WPAD --- squid3-3.1.19/errors/el/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_AGENT_WPAD 2012-06-08 13:41:43.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

ΣΦΑΛΜΑ

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • Select Auto-detect proxy settings for this network
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • Select Automatically detect settings
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • Select Use Automatic proxy configuration

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/el/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/el/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:18:28.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:41:47.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: Cache Access Denied

ERROR

Cache Απαγορεύεται η Πρόσβαση.


The following error was encountered while trying to retrieve the URL: %U

Απαγορεύεται η Πρόσβαση στο Μεσολαβητή.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file + ΣΦΑΛΜΑ: Cache Access Denied

ERROR

Cache Απαγορεύεται η Πρόσβαση.


The following error was encountered while trying to retrieve the URL: %U

Απαγορεύεται η Πρόσβαση στο Μεσολαβητή.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/el/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/el/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:18:30.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:41:52.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: Cache Manager Access Denied

ERROR

Cache Manager Απαγορεύεται η Πρόσβαση.


The following error was encountered while trying to retrieve the URL: %U

Απαγορεύεται η Πρόσβαση στη Διαχείριση του Μεσολαβητή.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Επικοινωνήστε με τον διαχειριστή του μεσολαβητή σας αν αντιμετωπίζετε δυσκολία να πιστοποιήσετε τον λογαριασμό σας ή αν είστε ο διαχειριστής, διαβάστε την τεκμηρίωση του Squid σχετικά με τη διαχείριση του και κοιτάξτε τα ημερολόγια του προγράμματος για πιο λεπτομερείς αναφορές σφάλματος.



\ No newline at end of file + ΣΦΑΛΜΑ: Cache Manager Access Denied

ERROR

Cache Manager Απαγορεύεται η Πρόσβαση.


The following error was encountered while trying to retrieve the URL: %U

Απαγορεύεται η Πρόσβαση στη Διαχείριση του Μεσολαβητή.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Επικοινωνήστε με τον διαχειριστή του μεσολαβητή σας αν αντιμετωπίζετε δυσκολία να πιστοποιήσετε τον λογαριασμό σας ή αν είστε ο διαχειριστής, διαβάστε την τεκμηρίωση του Squid σχετικά με τη διαχείριση του και κοιτάξτε τα ημερολόγια του προγράμματος για πιο λεπτομερείς αναφορές σφάλματος.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_CANNOT_FORWARD squid3-3.1.20/errors/el/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/el/ERR_CANNOT_FORWARD 2012-02-05 13:18:32.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_CANNOT_FORWARD 2012-06-08 13:41:56.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Αδύνατη η προώθηση της αιτήσεως σας αυτή τη στιγμή.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Αδύνατη η προώθηση της αιτήσεως σας αυτή τη στιγμή.

This request could not be forwarded to the origin server or to any parent caches.

Some possible problems are:

  • An Internet connection needed to access this domains origin servers may be down.
  • All configured parent caches may be currently unreachable.
  • The administrator may not allow this cache to make direct connections to origin servers.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_CONNECT_FAIL squid3-3.1.20/errors/el/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/el/ERR_CONNECT_FAIL 2012-02-05 13:18:34.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_CONNECT_FAIL 2012-06-08 13:42:00.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

Το σύστημα ενημέρωσε ότι: %E

The remote host or network may be down. Please try the request again.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

Το σύστημα ενημέρωσε ότι: %E

The remote host or network may be down. Please try the request again.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_DIR_LISTING squid3-3.1.20/errors/el/ERR_DIR_LISTING --- squid3-3.1.19/errors/el/ERR_DIR_LISTING 2012-02-05 13:18:35.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_DIR_LISTING 2012-06-08 13:42:04.000000000 +0200 @@ -1 +1 @@ - Directory: %U

Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + Directory: %U

Directory: %U/


Directory Content:

%z
%g
Parent Directory (Root Directory)

\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_DNS_FAIL squid3-3.1.20/errors/el/ERR_DNS_FAIL --- squid3-3.1.19/errors/el/ERR_DNS_FAIL 2012-02-05 13:18:38.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_DNS_FAIL 2012-06-08 13:42:06.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Δεν ήταν δυνατόν να εξακριβωθεί η διεύθυνση IP για το όνομα %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Δεν ήταν δυνατόν να εξακριβωθεί η διεύθυνση IP για το όνομα %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_ESI squid3-3.1.20/errors/el/ERR_ESI --- squid3-3.1.19/errors/el/ERR_ESI 2012-02-05 13:18:40.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_ESI 2012-06-08 13:42:08.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_FORWARDING_DENIED squid3-3.1.20/errors/el/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/el/ERR_FORWARDING_DENIED 2012-02-05 13:18:42.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_FORWARDING_DENIED 2012-06-08 13:42:10.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Απαγορεύεται η προώθηση.

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.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Απαγορεύεται η προώθηση.

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.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_FTP_DISABLED squid3-3.1.20/errors/el/ERR_FTP_DISABLED --- squid3-3.1.19/errors/el/ERR_FTP_DISABLED 2012-02-05 13:18:44.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_FTP_DISABLED 2012-06-08 13:42:12.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Το πρωτόκολλο FTP είναι απενεργοποιημένο

Αυτός ο μεσολαβητής δεν υποστηρίζει FTP.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Το πρωτόκολλο FTP είναι απενεργοποιημένο

Αυτός ο μεσολαβητής δεν υποστηρίζει FTP.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_FTP_FAILURE squid3-3.1.20/errors/el/ERR_FTP_FAILURE --- squid3-3.1.19/errors/el/ERR_FTP_FAILURE 2012-02-05 13:18:46.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_FTP_FAILURE 2012-06-08 13:42:14.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Κατά την προσπάθεια πρόσβασης στη διεύθυνση Προέκυψε σφάλμα στο πρωτόκολλο FTP: %U

Το Squid έστειλε τη ακόλουθη εντολή FTP:

%f

The server responded with:

%F
%g

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Κατά την προσπάθεια πρόσβασης στη διεύθυνση Προέκυψε σφάλμα στο πρωτόκολλο FTP: %U

Το Squid έστειλε τη ακόλουθη εντολή FTP:

%f

The server responded with:

%F
%g

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/el/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/el/ERR_FTP_FORBIDDEN 2012-02-05 13:18:48.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_FTP_FORBIDDEN 2012-06-08 13:42:16.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Κατά την προσπάθεια πρόσβασης στη διεύθυνση Προέκυψε σφάλμα εξακρίβωσης FTP: %U

Το Squid έστειλε τη ακόλουθη εντολή FTP:

%f

The server responded with:

%F
%g

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Κατά την προσπάθεια πρόσβασης στη διεύθυνση Προέκυψε σφάλμα εξακρίβωσης FTP: %U

Το Squid έστειλε τη ακόλουθη εντολή FTP:

%f

The server responded with:

%F
%g

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/el/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/el/ERR_FTP_NOT_FOUND 2012-02-05 13:18:50.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_FTP_NOT_FOUND 2012-06-08 13:42:18.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Η ακόλουθη διεύθυνση δεν βρέθηκε: %U

Το Squid έστειλε τη ακόλουθη εντολή FTP:

%f

The server responded with:

%F
%g

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 %B.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Η ακόλουθη διεύθυνση δεν βρέθηκε: %U

Το Squid έστειλε τη ακόλουθη εντολή FTP:

%f

The server responded with:

%F
%g

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 %B.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/el/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/el/ERR_FTP_PUT_CREATED 2012-02-05 13:18:53.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_FTP_PUT_CREATED 2012-06-08 13:42:19.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Η λειτουργία ολοκληρώθηκε με επιτυχία

Το αρχείο δημιουργήθηκε




\ No newline at end of file + FTP PUT Successful.

Η λειτουργία ολοκληρώθηκε με επιτυχία

Το αρχείο δημιουργήθηκε




\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/el/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/el/ERR_FTP_PUT_ERROR 2012-02-05 13:18:55.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_FTP_PUT_ERROR 2012-06-08 13:42:21.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: FTP upload failed

ERROR

FTP PUT upload failed


Κατά την προσπάθεια πρόσβασης στη διεύθυνση Προέκυψε σφάλμα στο πρωτόκολλο FTP: %U

Το Squid έστειλε τη ακόλουθη εντολή FTP:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: FTP upload failed

ERROR

FTP PUT upload failed


Κατά την προσπάθεια πρόσβασης στη διεύθυνση Προέκυψε σφάλμα στο πρωτόκολλο FTP: %U

Το Squid έστειλε τη ακόλουθη εντολή FTP:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/el/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/el/ERR_FTP_PUT_MODIFIED 2012-02-05 13:18:57.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_FTP_PUT_MODIFIED 2012-06-08 13:42:23.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Η λειτουργία ολοκληρώθηκε με επιτυχία

Το αρχείο ανανεώθηκε




\ No newline at end of file + FTP PUT Successful.

Η λειτουργία ολοκληρώθηκε με επιτυχία

Το αρχείο ανανεώθηκε




\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/el/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/el/ERR_FTP_UNAVAILABLE 2012-02-05 13:19:00.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_FTP_UNAVAILABLE 2012-06-08 13:42:24.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Το Squid έστειλε τη ακόλουθη εντολή FTP:

%f

The server responded with:

%F
%g

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Το Squid έστειλε τη ακόλουθη εντολή FTP:

%f

The server responded with:

%F
%g

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/el/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/el/ERR_GATEWAY_FAILURE 2012-02-05 13:19:02.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_GATEWAY_FAILURE 2012-06-08 13:42:26.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_ICAP_FAILURE squid3-3.1.20/errors/el/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/el/ERR_ICAP_FAILURE 2012-02-05 13:19:03.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_ICAP_FAILURE 2012-06-08 13:42:28.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

Το σύστημα ενημέρωσε ότι: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

Το σύστημα ενημέρωσε ότι: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_INVALID_REQ squid3-3.1.20/errors/el/ERR_INVALID_REQ --- squid3-3.1.19/errors/el/ERR_INVALID_REQ 2012-02-05 13:19:06.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_INVALID_REQ 2012-06-08 13:42:29.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Ελλιπής ή άγνωστη μέθοδος αίτησης.

  • Missing URL.

  • Ελλιπές αναγνωριστικό HTTP (HTTP/1.0)

  • Η αίτηση είναι υπερμεγέθης.

  • Έλειπες Περιεχόμενο- Μήκος για τις αιτήσεις POST ή PUT

  • Άκυροι χαρακτήρες στο όνομα υπολογιστή, οι υπογεγραμμένες δεν επιτρέπονται.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Ελλιπής ή άγνωστη μέθοδος αίτησης.

  • Missing URL.

  • Ελλιπές αναγνωριστικό HTTP (HTTP/1.0)

  • Η αίτηση είναι υπερμεγέθης.

  • Έλειπες Περιεχόμενο- Μήκος για τις αιτήσεις POST ή PUT

  • Άκυροι χαρακτήρες στο όνομα υπολογιστή, οι υπογεγραμμένες δεν επιτρέπονται.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_INVALID_RESP squid3-3.1.20/errors/el/ERR_INVALID_RESP --- squid3-3.1.19/errors/el/ERR_INVALID_RESP 2012-02-05 13:19:08.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_INVALID_RESP 2012-06-08 13:42:31.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_INVALID_URL squid3-3.1.20/errors/el/ERR_INVALID_URL --- squid3-3.1.19/errors/el/ERR_INVALID_URL 2012-02-05 13:19:10.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_INVALID_URL 2012-06-08 13:42:33.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Λανθασμένη Διεύθυνση

Υπάρχει πρόβλημα με την αιτούμενη διεύθυνση.

Some possible problems are:

  • Ελλιπές ή λανθασμένο πρωτόκολλο πρόσβασης (θα πρέπει να είναι http:// ή παρόμοιο)

  • Ελλιπές όνομα υπολογιστή

  • Λανθασμένοι χαρακτήρες διαφυγής στη διεύθυνση

  • Άκυροι χαρακτήρες στο όνομα υπολογιστή, οι υπογεγραμμένες δεν επιτρέπονται.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Λανθασμένη Διεύθυνση

Υπάρχει πρόβλημα με την αιτούμενη διεύθυνση.

Some possible problems are:

  • Ελλιπές ή λανθασμένο πρωτόκολλο πρόσβασης (θα πρέπει να είναι http:// ή παρόμοιο)

  • Ελλιπές όνομα υπολογιστή

  • Λανθασμένοι χαρακτήρες διαφυγής στη διεύθυνση

  • Άκυροι χαρακτήρες στο όνομα υπολογιστή, οι υπογεγραμμένες δεν επιτρέπονται.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_LIFETIME_EXP squid3-3.1.20/errors/el/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/el/ERR_LIFETIME_EXP 2012-02-05 13:19:13.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_LIFETIME_EXP 2012-06-08 13:42:34.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Έληξε ο Χρόνος Σύνδεσής

Το Squid τερμάτισε την αίτηση επειδή ξεπέρασε τον μέγιστο χρόνο σύνδεσης.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Έληξε ο Χρόνος Σύνδεσής

Το Squid τερμάτισε την αίτηση επειδή ξεπέρασε τον μέγιστο χρόνο σύνδεσης.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_NO_RELAY squid3-3.1.20/errors/el/ERR_NO_RELAY --- squid3-3.1.19/errors/el/ERR_NO_RELAY 2012-02-05 13:19:15.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_NO_RELAY 2012-06-08 13:42:36.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Δεν υπάρχει Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Δεν υπάρχει Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/el/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/el/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:19:17.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:42:37.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Δεν βρέθηκε έγκυρο αντίγραφο στην μνήμη και έχει καθοριστεί η επιλογή only-if-cached.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Δεν βρέθηκε έγκυρο αντίγραφο στην μνήμη και έχει καθοριστεί η επιλογή only-if-cached.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/error-details.txt squid3-3.1.20/errors/el/error-details.txt --- squid3-3.1.19/errors/el/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/el/error-details.txt 2012-06-08 13:42:57.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/el/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/el/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/el/ERR_PRECONDITION_FAILED 2012-02-05 13:19:19.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_PRECONDITION_FAILED 2012-06-08 13:42:39.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_READ_ERROR squid3-3.1.20/errors/el/ERR_READ_ERROR --- squid3-3.1.19/errors/el/ERR_READ_ERROR 2012-02-05 13:19:21.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_READ_ERROR 2012-06-08 13:42:41.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Σφάλμα Ανάγνωσης

Το σύστημα ενημέρωσε ότι: %E

An error condition occurred while reading data from the network. Please retry your request.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Σφάλμα Ανάγνωσης

Το σύστημα ενημέρωσε ότι: %E

An error condition occurred while reading data from the network. Please retry your request.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_READ_TIMEOUT squid3-3.1.20/errors/el/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/el/ERR_READ_TIMEOUT 2012-02-05 13:19:23.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_READ_TIMEOUT 2012-06-08 13:42:42.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Τέλος Χρόνου Ανάγνωσης

Το σύστημα ενημέρωσε ότι: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Τέλος Χρόνου Ανάγνωσης

Το σύστημα ενημέρωσε ότι: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/el/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/el/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:19:26.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:42:44.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

Το σύστημα ενημέρωσε ότι: %E

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.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

Το σύστημα ενημέρωσε ότι: %E

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.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_SHUTTING_DOWN squid3-3.1.20/errors/el/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/el/ERR_SHUTTING_DOWN 2012-02-05 13:19:28.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_SHUTTING_DOWN 2012-06-08 13:42:45.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_SOCKET_FAILURE squid3-3.1.20/errors/el/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/el/ERR_SOCKET_FAILURE 2012-02-05 13:19:30.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_SOCKET_FAILURE 2012-06-08 13:42:47.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Σφάλμα Σύνδεσης

Το σύστημα ενημέρωσε ότι: %E

Το Squid δεν μπορεί να δημιουργήσει σύνδεση TCP, υποθετικά λόγω φόρτου. Παρακαλώ ξαναδοκιμάστε.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Σφάλμα Σύνδεσης

Το σύστημα ενημέρωσε ότι: %E

Το Squid δεν μπορεί να δημιουργήσει σύνδεση TCP, υποθετικά λόγω φόρτου. Παρακαλώ ξαναδοκιμάστε.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_TOO_BIG squid3-3.1.20/errors/el/ERR_TOO_BIG --- squid3-3.1.19/errors/el/ERR_TOO_BIG 2012-02-05 13:19:33.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_TOO_BIG 2012-06-08 13:42:49.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Το αίτημα ή η απάντηση είναι υπερμεγέθη.

Αν κάνετε μια αίτηση POST ή PUT, τότε το σώμα αυτό που προσπαθείτε να ανεβάσετε είναι πολύ μεγάλο.

If you are making a GET request, then the item you are trying to download is too large.

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.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Το αίτημα ή η απάντηση είναι υπερμεγέθη.

Αν κάνετε μια αίτηση POST ή PUT, τότε το σώμα αυτό που προσπαθείτε να ανεβάσετε είναι πολύ μεγάλο.

If you are making a GET request, then the item you are trying to download is too large.

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.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/el/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/el/ERR_UNSUP_HTTPVERSION 2012-02-05 13:19:35.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_UNSUP_HTTPVERSION 2012-06-08 13:42:50.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_UNSUP_REQ squid3-3.1.20/errors/el/ERR_UNSUP_REQ --- squid3-3.1.19/errors/el/ERR_UNSUP_REQ 2012-02-05 13:19:37.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_UNSUP_REQ 2012-06-08 13:42:52.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Μη υποστηριζόμενη μέθοδος αίτησης και πρωτόκολλο

Το Squid δεν υποστηρίζει όλες τις μεθόδους αιτήσεων για όλα τα πρωτόκολλα πρόσβασης. Για παράδειγμα, το POST για Gopher δεν υποστηρίζεται.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Μη υποστηριζόμενη μέθοδος αίτησης και πρωτόκολλο

Το Squid δεν υποστηρίζει όλες τις μεθόδους αιτήσεων για όλα τα πρωτόκολλα πρόσβασης. Για παράδειγμα, το POST για Gopher δεν υποστηρίζεται.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_URN_RESOLVE squid3-3.1.20/errors/el/ERR_URN_RESOLVE --- squid3-3.1.19/errors/el/ERR_URN_RESOLVE 2012-02-05 13:19:39.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_URN_RESOLVE 2012-06-08 13:42:54.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URN could not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Μεταξύ μας, μην περιμένετε και πολλά από URNs στο %T :)

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URN could not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Μεταξύ μας, μην περιμένετε και πολλά από URNs στο %T :)

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_WRITE_ERROR squid3-3.1.20/errors/el/ERR_WRITE_ERROR --- squid3-3.1.19/errors/el/ERR_WRITE_ERROR 2012-02-05 13:19:41.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_WRITE_ERROR 2012-06-08 13:42:55.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Σφάλμα Εγγραφής

Το σύστημα ενημέρωσε ότι: %E

An error condition occurred while writing to the network. Please retry your request.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Σφάλμα Εγγραφής

Το σύστημα ενημέρωσε ότι: %E

An error condition occurred while writing to the network. Please retry your request.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/el/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/el/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/el/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:19:43.000000000 +0100 +++ squid3-3.1.20/errors/el/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:42:57.000000000 +0200 @@ -1 +1 @@ - ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Απάντηση Μηδενικού Μεγέθους

Squid did not receive any data for this request.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file + ΣΦΑΛΜΑ: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Απάντηση Μηδενικού Μεγέθους

Squid did not receive any data for this request.

Ο διαχειριστής του μεσολαβητή σας είναι ο %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_ACCESS_DENIED squid3-3.1.20/errors/en/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/en/ERR_ACCESS_DENIED 2012-02-05 13:19:46.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_ACCESS_DENIED 2012-06-08 13:42:59.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:43:00.000000000 +0200 @@ -0,0 +1 @@ + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Time Quota Exceeded.

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.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/en/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/en/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_AGENT_CONFIGURE 2012-06-08 13:43:02.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

ERROR

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • In the HTTP proxy box type the proxy name %h and port 3128.
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • In the HTTP proxy box type the proxy name %h and port 3128.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_AGENT_WPAD squid3-3.1.20/errors/en/ERR_AGENT_WPAD --- squid3-3.1.19/errors/en/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_AGENT_WPAD 2012-06-08 13:43:03.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

ERROR

Web Browser Configuration


Your Web Browser configuration needs to be corrected to use this network.

How to find these settings in your browser:

For Firefox browsers go to:
  • Tools -> Options -> Advanced -> Network -> Connection Settings
  • Select Auto-detect proxy settings for this network
For Internet Explorer browsers go to:
  • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
  • Select Automatically detect settings
For Opera browsers go to:
  • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
  • Select Use Automatic proxy configuration

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/en/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/en/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:19:48.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:43:05.000000000 +0200 @@ -1 +1 @@ - ERROR: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file + ERROR: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/en/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/en/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:19:50.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:43:07.000000000 +0200 @@ -1 +1 @@ - ERROR: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + ERROR: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_CANNOT_FORWARD squid3-3.1.20/errors/en/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/en/ERR_CANNOT_FORWARD 2012-02-05 13:19:53.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_CANNOT_FORWARD 2012-06-08 13:43:09.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches.

Some possible problems are:

  • An Internet connection needed to access this domains origin servers may be down.
  • All configured parent caches may be currently unreachable.
  • The administrator may not allow this cache to make direct connections to origin servers.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_CONNECT_FAIL squid3-3.1.20/errors/en/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/en/ERR_CONNECT_FAIL 2012-02-05 13:19:55.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_CONNECT_FAIL 2012-06-08 13:43:13.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_DIR_LISTING squid3-3.1.20/errors/en/ERR_DIR_LISTING --- squid3-3.1.19/errors/en/ERR_DIR_LISTING 2012-02-05 13:19:57.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_DIR_LISTING 2012-06-08 13:43:15.000000000 +0200 @@ -1 +1 @@ - Directory: %U

Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + Directory: %U

Directory: %U/


Directory Content:

%z
%g
Parent Directory (Root Directory)

\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_DNS_FAIL squid3-3.1.20/errors/en/ERR_DNS_FAIL --- squid3-3.1.19/errors/en/ERR_DNS_FAIL 2012-02-05 13:19:59.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_DNS_FAIL 2012-06-08 13:43:17.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_ESI squid3-3.1.20/errors/en/ERR_ESI --- squid3-3.1.19/errors/en/ERR_ESI 2012-02-05 13:20:01.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_ESI 2012-06-08 13:43:18.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_FORWARDING_DENIED squid3-3.1.20/errors/en/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/en/ERR_FORWARDING_DENIED 2012-02-05 13:20:03.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_FORWARDING_DENIED 2012-06-08 13:43:20.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

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.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_FTP_DISABLED squid3-3.1.20/errors/en/ERR_FTP_DISABLED --- squid3-3.1.19/errors/en/ERR_FTP_DISABLED 2012-02-05 13:20:06.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_FTP_DISABLED 2012-06-08 13:43:22.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_FTP_FAILURE squid3-3.1.20/errors/en/ERR_FTP_FAILURE --- squid3-3.1.19/errors/en/ERR_FTP_FAILURE 2012-02-05 13:20:11.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_FTP_FAILURE 2012-06-08 13:43:23.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/en/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/en/ERR_FTP_FORBIDDEN 2012-02-05 13:20:13.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_FTP_FORBIDDEN 2012-06-08 13:43:25.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/en/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/en/ERR_FTP_NOT_FOUND 2012-02-05 13:20:15.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_FTP_NOT_FOUND 2012-06-08 13:43:27.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

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 %B.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

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 %B.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/en/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/en/ERR_FTP_PUT_CREATED 2012-02-05 13:20:17.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_FTP_PUT_CREATED 2012-06-08 13:43:28.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Operation successful

File created




\ No newline at end of file + FTP PUT Successful.

Operation successful

File created




\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/en/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/en/ERR_FTP_PUT_ERROR 2012-02-05 13:20:20.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_FTP_PUT_ERROR 2012-06-08 13:43:30.000000000 +0200 @@ -1 +1 @@ - ERROR: FTP upload failed

ERROR

FTP PUT upload failed


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: FTP upload failed

ERROR

FTP PUT upload failed


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/en/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/en/ERR_FTP_PUT_MODIFIED 2012-02-05 13:20:22.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_FTP_PUT_MODIFIED 2012-06-08 13:43:31.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

Operation successful

File updated




\ No newline at end of file + FTP PUT Successful.

Operation successful

File updated




\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/en/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/en/ERR_FTP_UNAVAILABLE 2012-02-05 13:20:24.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_FTP_UNAVAILABLE 2012-06-08 13:43:33.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/en/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/en/ERR_GATEWAY_FAILURE 2012-02-05 13:20:26.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_GATEWAY_FAILURE 2012-06-08 13:43:35.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Gateway Proxy Failure

A non-recoverable internal failure or configuration problem prevents this request from being completed.

This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_ICAP_FAILURE squid3-3.1.20/errors/en/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/en/ERR_ICAP_FAILURE 2012-02-05 13:20:28.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_ICAP_FAILURE 2012-06-08 13:43:37.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_INVALID_REQ squid3-3.1.20/errors/en/ERR_INVALID_REQ --- squid3-3.1.19/errors/en/ERR_INVALID_REQ 2012-02-05 13:20:30.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_INVALID_REQ 2012-06-08 13:43:38.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

  • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_INVALID_RESP squid3-3.1.20/errors/en/ERR_INVALID_RESP --- squid3-3.1.19/errors/en/ERR_INVALID_RESP 2012-02-05 13:20:31.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_INVALID_RESP 2012-06-08 13:43:40.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_INVALID_URL squid3-3.1.20/errors/en/ERR_INVALID_URL --- squid3-3.1.19/errors/en/ERR_INVALID_URL 2012-02-05 13:20:34.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_INVALID_URL 2012-06-08 13:43:41.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_LIFETIME_EXP squid3-3.1.20/errors/en/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/en/ERR_LIFETIME_EXP 2012-02-05 13:20:36.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_LIFETIME_EXP 2012-06-08 13:43:43.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_NO_RELAY squid3-3.1.20/errors/en/ERR_NO_RELAY --- squid3-3.1.19/errors/en/ERR_NO_RELAY 2012-02-05 13:20:38.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_NO_RELAY 2012-06-08 13:43:45.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/en/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/en/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:20:39.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:43:46.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/error-details.txt squid3-3.1.20/errors/en/error-details.txt --- squid3-3.1.19/errors/en/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/en/error-details.txt 2012-06-08 13:44:06.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/en/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/en/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/en/ERR_PRECONDITION_FAILED 2012-02-05 13:20:42.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_PRECONDITION_FAILED 2012-06-08 13:43:48.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Precondition Failed.

This means:

At least one precondition specified by the HTTP client in the request header has failed.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_READ_ERROR squid3-3.1.20/errors/en/ERR_READ_ERROR --- squid3-3.1.19/errors/en/ERR_READ_ERROR 2012-02-05 13:20:44.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_READ_ERROR 2012-06-08 13:43:50.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_READ_TIMEOUT squid3-3.1.20/errors/en/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/en/ERR_READ_TIMEOUT 2012-02-05 13:20:45.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_READ_TIMEOUT 2012-06-08 13:43:51.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/en/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/en/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:20:47.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:43:53.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

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.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_SHUTTING_DOWN squid3-3.1.20/errors/en/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/en/ERR_SHUTTING_DOWN 2012-02-05 13:20:50.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_SHUTTING_DOWN 2012-06-08 13:43:55.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_SOCKET_FAILURE squid3-3.1.20/errors/en/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/en/ERR_SOCKET_FAILURE 2012-02-05 13:20:52.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_SOCKET_FAILURE 2012-06-08 13:43:56.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_TOO_BIG squid3-3.1.20/errors/en/ERR_TOO_BIG --- squid3-3.1.19/errors/en/ERR_TOO_BIG 2012-02-05 13:20:54.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_TOO_BIG 2012-06-08 13:43:58.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

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.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

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.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/en/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/en/ERR_UNSUP_HTTPVERSION 2012-02-05 13:20:56.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_UNSUP_HTTPVERSION 2012-06-08 13:44:00.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

Unsupported HTTP version


The following error was encountered while trying to retrieve the URL: %U

Unsupported HTTP version

This Squid does not accept the HTTP version you are attempting to use.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_UNSUP_REQ squid3-3.1.20/errors/en/ERR_UNSUP_REQ --- squid3-3.1.19/errors/en/ERR_UNSUP_REQ 2012-02-05 13:20:58.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_UNSUP_REQ 2012-06-08 13:44:01.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_URN_RESOLVE squid3-3.1.20/errors/en/ERR_URN_RESOLVE --- squid3-3.1.19/errors/en/ERR_URN_RESOLVE 2012-02-05 13:21:00.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_URN_RESOLVE 2012-06-08 13:44:03.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URN could not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URN could not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_WRITE_ERROR squid3-3.1.20/errors/en/ERR_WRITE_ERROR --- squid3-3.1.19/errors/en/ERR_WRITE_ERROR 2012-02-05 13:21:03.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_WRITE_ERROR 2012-06-08 13:44:05.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/en/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/en/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/en/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:21:06.000000000 +0100 +++ squid3-3.1.20/errors/en/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:44:06.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_ACCESS_DENIED squid3-3.1.20/errors/es/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/es/ERR_ACCESS_DENIED 2012-02-05 13:21:10.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_ACCESS_DENIED 2012-06-08 13:44:08.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


Se encontró el siguiente error al intentar recuperar la dirección URL: %U

Acceso Denegado

La configuración de control de acceso evita que su solicitud sea permitida en este momento. Por favor, póngase en contacto con su proveedor de servicios si cree que esto es incorrecto.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


Se encontró el siguiente error al intentar recuperar la dirección URL: %U

Acceso Denegado

La configuración de control de acceso evita que su solicitud sea permitida en este momento. Por favor, póngase en contacto con su proveedor de servicios si cree que esto es incorrecto.

Su administrador del caché es %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:44:10.000000000 +0200 @@ -0,0 +1 @@ + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


Se encontró el siguiente error al intentar recuperar la dirección URL: %U

Time Quota Exceeded.

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.

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

Su administrador del caché es %w.



\ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/es/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/es/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_AGENT_CONFIGURE 2012-06-08 13:44:11.000000000 +0200 @@ -0,0 +1 @@ + Configuración del Navegador de Internet

ERROR

Web Browser Configuration


Su configuración de Navegador de Internet necesita ser corregida para usar esta red.

Como encontrar estas preferencias en su navegador:

Para navegadores basados en Firefox vaya a:
  • Herramientas -> Opciones -> Avanzado -> Red -> Ajustes de conexión
  • In the HTTP proxy box type the proxy name %h and port 3128.
  • Para navegadores Internet Explorer vaya a:
  • Herramientas -> Opciones de Internet -> Conexión -> Preferencias de RED ->Proxy
  • In the HTTP proxy box type the proxy name %h and port 3128.
  • Para navegadores Opera vaya a:
  • Herramientas -> Opciones -> Avanzado -> Red -> Servidores Proxy
  • In the HTTP proxy box type the proxy name %h and port 3128.
  • Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_AGENT_WPAD squid3-3.1.20/errors/es/ERR_AGENT_WPAD --- squid3-3.1.19/errors/es/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_AGENT_WPAD 2012-06-08 13:44:13.000000000 +0200 @@ -0,0 +1 @@ + Configuración del Navegador de Internet

    ERROR

    Web Browser Configuration


    Su configuración de Navegador de Internet necesita ser corregida para usar esta red.

    Como encontrar estas preferencias en su navegador:

    Para navegadores basados en Firefox vaya a:
  • Herramientas -> Opciones -> Avanzado -> Red -> Ajustes de conexión
  • Select Auto-detect proxy settings for this network
  • Para navegadores Internet Explorer vaya a:
  • Herramientas -> Opciones de Internet -> Conexión -> Preferencias de RED ->Proxy
  • Seleccione Detectar preferencias automáticamente
  • Para navegadores Opera vaya a:
  • Herramientas -> Opciones -> Avanzado -> Red -> Servidores Proxy
  • Seleccione Usar Configuración automática de Proxy
  • Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/es/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/es/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:21:12.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:44:15.000000000 +0200 @@ -1 +1 @@ - ERROR: Acceso Denegado a la Caché

    ERROR

    Cache Acceso Denegado


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Acceso Denegado a la Caché

    Lo lamento, tu no estás autorizado a solicitar %U de este caché hasta que te hayas autenticado.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + ERROR: Acceso Denegado a la Caché

    ERROR

    Cache Acceso Denegado


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Acceso Denegado a la Caché

    Lo lamento, tu no estás autorizado a solicitar %U de este caché hasta que te hayas autenticado.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/es/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/es/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:21:15.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:44:16.000000000 +0200 @@ -1 +1 @@ - ERROR: Acceso Denegado al Caché Manager

    ERROR

    Cache Manager Acceso Denegado


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Acceso Denegado al Cache Manager.

    Lo lamento, tu no estás autorizado a solicitar %U de este gestor de caché hasta que te hayas autenticado.

    Por favor contacte al administrador del caché si tiene dificultad para autenticarse, o si Ud. es el administrador, lea la documentación de Squid sobre interfaz del cache manager y chequee en el log de caché mensajes de error más detallados.



    \ No newline at end of file + ERROR: Acceso Denegado al Caché Manager

    ERROR

    Cache Manager Acceso Denegado


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Acceso Denegado al Cache Manager.

    Lo lamento, tu no estás autorizado a solicitar %U de este gestor de caché hasta que te hayas autenticado.

    Por favor contacte al administrador del caché si tiene dificultad para autenticarse, o si Ud. es el administrador, lea la documentación de Squid sobre interfaz del cache manager y chequee en el log de caché mensajes de error más detallados.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_CANNOT_FORWARD squid3-3.1.20/errors/es/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/es/ERR_CANNOT_FORWARD 2012-02-05 13:21:17.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_CANNOT_FORWARD 2012-06-08 13:44:18.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Imposibilidad de enviar la petición en este momento.

    Esta solicitud no ha podido comunicarse con el servidor de origen o de alguna de los cachés padres. La causa más probable de este error es que el administrador de caché no permite que este caché realice conexiones directas a los servidores de origen, y todos los cachés configurados como padres son inalcanzables en este momento.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Imposibilidad de enviar la petición en este momento.

    This request could not be forwarded to the origin server or to any parent caches.

    Algunos posibles problemas son:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_CONNECT_FAIL squid3-3.1.20/errors/es/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/es/ERR_CONNECT_FAIL 2012-02-05 13:21:19.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_CONNECT_FAIL 2012-06-08 13:44:20.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Conexión a %I fallida.

    El sistema ha devuelto: %E

    El host remoto o la red se ha caído. Por favor, inténtelo de nuevo la petición.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Conexión a %I fallida.

    El sistema ha devuelto: %E

    El host remoto o la red se ha caído. Por favor, inténtelo de nuevo la petición.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_DIR_LISTING squid3-3.1.20/errors/es/ERR_DIR_LISTING --- squid3-3.1.19/errors/es/ERR_DIR_LISTING 2012-02-05 13:21:22.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_DIR_LISTING 2012-06-08 13:44:22.000000000 +0200 @@ -1 +1 @@ - Directorio: %U

    Directorio: %U/


    Contenido del Directorio:

    %z
    %g
    Directorio superior Directorio superior (Directorio Raiz)

    \ No newline at end of file + Directorio: %U

    Directorio: %U/


    Contenido del Directorio:

    %z
    %g
    Directorio superior (Directorio Raiz)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_DNS_FAIL squid3-3.1.20/errors/es/ERR_DNS_FAIL --- squid3-3.1.19/errors/es/ERR_DNS_FAIL 2012-02-05 13:21:24.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_DNS_FAIL 2012-06-08 13:44:23.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Incapaz de determinar la dirección IP a partir del nombre de la máquina %H

    El servidor DNS devolvió:

    %z

    Esto significa que el caché no ha sido capaz de resolver el nombre de máquina presente en la URL. Compruebe que la dirección sea correcta.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Incapaz de determinar la dirección IP a partir del nombre de la máquina %H

    El servidor DNS devolvió:

    %z

    Esto significa que el caché no ha sido capaz de resolver el nombre de máquina presente en la URL. Compruebe que la dirección sea correcta.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_ESI squid3-3.1.20/errors/es/ERR_ESI --- squid3-3.1.19/errors/es/ERR_ESI 2012-02-05 13:21:26.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_ESI 2012-06-08 13:44:25.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    El procesado ESI falló

    El procesador ESI devolvió:

    %Z

    Esto significa que el sustituto no fue capaz de procesar la plantilla ESI. Por favor, informe de este error al administrador web.

    Su administrador web es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    El procesado ESI falló

    El procesador ESI devolvió:

    %Z

    Esto significa que el sustituto no fue capaz de procesar la plantilla ESI. Por favor, informe de este error al administrador web.

    Su administrador web es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_FORWARDING_DENIED squid3-3.1.20/errors/es/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/es/ERR_FORWARDING_DENIED 2012-02-05 13:21:29.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_FORWARDING_DENIED 2012-06-08 13:44:27.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Reenvío denegado.

    Este caché no transmitirá su solicitud, ya que intenta imponer una relación de conexión. Quizás el cliente en% i es un caché que se ha desconfigurado.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Reenvío denegado.

    Este caché no transmitirá su solicitud, ya que intenta imponer una relación de conexión. Quizás el cliente en% i es un caché que se ha desconfigurado.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_FTP_DISABLED squid3-3.1.20/errors/es/ERR_FTP_DISABLED --- squid3-3.1.19/errors/es/ERR_FTP_DISABLED 2012-02-05 13:21:31.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_FTP_DISABLED 2012-06-08 13:44:29.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Servicio FTP deshabilitado

    Esta caché no soporta FTP.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Servicio FTP deshabilitado

    Esta caché no soporta FTP.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_FTP_FAILURE squid3-3.1.20/errors/es/ERR_FTP_FAILURE --- squid3-3.1.19/errors/es/ERR_FTP_FAILURE 2012-02-05 13:21:33.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_FTP_FAILURE 2012-06-08 13:44:30.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se ha producido un error del protocolo FTP mientras se intentaba acceder a la URL: %U

    Squid ha enviado el siguiente comando FTP:

    %f

    El servidor ha respondido con:

    %F
    %g

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se ha producido un error del protocolo FTP mientras se intentaba acceder a la URL: %U

    Squid ha enviado el siguiente comando FTP:

    %f

    El servidor ha respondido con:

    %F
    %g

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/es/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/es/ERR_FTP_FORBIDDEN 2012-02-05 13:21:35.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_FTP_FORBIDDEN 2012-06-08 13:44:32.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Ha ocurrido una falla de autenticación cuando se trataba de conseguir el URL: %U

    Squid ha enviado el siguiente comando FTP:

    %f

    El servidor ha respondido con:

    %F
    %g

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Ha ocurrido una falla de autenticación cuando se trataba de conseguir el URL: %U

    Squid ha enviado el siguiente comando FTP:

    %f

    El servidor ha respondido con:

    %F
    %g

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/es/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/es/ERR_FTP_NOT_FOUND 2012-02-05 13:21:37.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_FTP_NOT_FOUND 2012-06-08 13:44:34.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    El siguiente URL no pudo ser obtenido: %U

    Squid ha enviado el siguiente comando FTP:

    %f

    El servidor ha respondido con:

    %F
    %g

    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 %B.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    El siguiente URL no pudo ser obtenido: %U

    Squid ha enviado el siguiente comando FTP:

    %f

    El servidor ha respondido con:

    %F
    %g

    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 %B.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/es/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/es/ERR_FTP_PUT_CREATED 2012-02-05 13:21:40.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_FTP_PUT_CREATED 2012-06-08 13:44:35.000000000 +0200 @@ -1 +1 @@ - PUT FTP realizado con éxito

    Operación éxitoso

    Archivo creado




    \ No newline at end of file + PUT FTP realizado con éxito

    Operación éxitoso

    Archivo creado




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/es/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/es/ERR_FTP_PUT_ERROR 2012-02-05 13:21:42.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_FTP_PUT_ERROR 2012-06-08 13:44:37.000000000 +0200 @@ -1 +1 @@ - ERROR: falla en envio FTP

    ERROR

    FTP PUT fallido


    Se ha producido un error del protocolo FTP mientras se intentaba acceder a la URL: %U

    Squid ha enviado el siguiente comando FTP:

    %f

    El servidor ha respondido con:

    %F

    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.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: falla en envio FTP

    ERROR

    FTP PUT fallido


    Se ha producido un error del protocolo FTP mientras se intentaba acceder a la URL: %U

    Squid ha enviado el siguiente comando FTP:

    %f

    El servidor ha respondido con:

    %F

    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.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/es/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/es/ERR_FTP_PUT_MODIFIED 2012-02-05 13:21:45.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_FTP_PUT_MODIFIED 2012-06-08 13:44:39.000000000 +0200 @@ -1 +1 @@ - PUT FTP realizado con éxito

    Operación éxitoso

    Archivo actualizado




    \ No newline at end of file + PUT FTP realizado con éxito

    Operación éxitoso

    Archivo actualizado




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/es/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/es/ERR_FTP_UNAVAILABLE 2012-02-05 13:21:47.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_FTP_UNAVAILABLE 2012-06-08 13:44:41.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    El servidor FTP estaba demasiado ocupado para recuperar la URL: %U

    Squid ha enviado el siguiente comando FTP:

    %f

    El servidor ha respondido con:

    %F
    %g

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    El servidor FTP estaba demasiado ocupado para recuperar la URL: %U

    Squid ha enviado el siguiente comando FTP:

    %f

    El servidor ha respondido con:

    %F
    %g

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/es/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/es/ERR_GATEWAY_FAILURE 2012-02-05 13:21:49.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_GATEWAY_FAILURE 2012-06-08 13:44:42.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_ICAP_FAILURE squid3-3.1.20/errors/es/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/es/ERR_ICAP_FAILURE 2012-02-05 13:21:52.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_ICAP_FAILURE 2012-06-08 13:44:44.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Error de protocolo ICAP.

    El sistema ha devuelto: %E

    Esto significa que falló algún aspecto de la comunicación ICAP.

    Algunos posibles problemas son:

    • El servidor ICAP no es alcanzable.

    • Se ha recibido una respuesta ilegal desde el servidor ICAP.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Error de protocolo ICAP.

    El sistema ha devuelto: %E

    Esto significa que falló algún aspecto de la comunicación ICAP.

    Algunos posibles problemas son:

    • El servidor ICAP no es alcanzable.

    • Se ha recibido una respuesta ilegal desde el servidor ICAP.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_INVALID_REQ squid3-3.1.20/errors/es/ERR_INVALID_REQ --- squid3-3.1.19/errors/es/ERR_INVALID_REQ 2012-02-05 13:21:54.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_INVALID_REQ 2012-06-08 13:44:46.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Petición Incorrecta se ha encontrado un error mientras se intentaba procesar la petición:

    %R

    Algunos posibles problemas son:

    • Falta o es desconocido el método de la petición (no es GET ni POST)

    • URL Perdido.

    • Falta el identificador HTTP (HTTP/1.0)

    • La petición es demasiado grande.

    • Falta Content-Length en las peticiones POST o PUT

    • Hay caracteres ilegales en el nombre de máquina; el carácter subrayado (_) no está permitido.

    • HTTP/1.1 Esperado: la característica ha sido requerida desde un software HTTP/1.0.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Petición Incorrecta se ha encontrado un error mientras se intentaba procesar la petición:

    %R

    Algunos posibles problemas son:

    • Falta o es desconocido el método de la petición (no es GET ni POST)

    • URL Perdido.

    • Falta el identificador HTTP (HTTP/1.0)

    • La petición es demasiado grande.

    • Falta Content-Length en las peticiones POST o PUT

    • Hay caracteres ilegales en el nombre de máquina; el carácter subrayado (_) no está permitido.

    • HTTP/1.1 Esperado: la característica ha sido requerida desde un software HTTP/1.0.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_INVALID_RESP squid3-3.1.20/errors/es/ERR_INVALID_RESP --- squid3-3.1.19/errors/es/ERR_INVALID_RESP 2012-02-05 13:21:56.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_INVALID_RESP 2012-06-08 13:44:47.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Respuesta Incorrecta se ha encontrado un error mientras se intentaba procesar la petición:

    %R

    El mensaje de Respuesta HTTP recibido del servidor contactado no pudo ser entendido o tenía alguna malformación. Por favor contacte al operador del sitio.

    Quizas su administrador del caché pueda darle a Ud. más detalles acerca de la naturaleza exacta del problema en caso de ser necesario.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Respuesta Incorrecta se ha encontrado un error mientras se intentaba procesar la petición:

    %R

    El mensaje de Respuesta HTTP recibido del servidor contactado no pudo ser entendido o tenía alguna malformación. Por favor contacte al operador del sitio.

    Quizas su administrador del caché pueda darle a Ud. más detalles acerca de la naturaleza exacta del problema en caso de ser necesario.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_INVALID_URL squid3-3.1.20/errors/es/ERR_INVALID_URL --- squid3-3.1.19/errors/es/ERR_INVALID_URL 2012-02-05 13:21:58.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_INVALID_URL 2012-06-08 13:44:49.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    URL Inválida

    Algún aspecto del URL solicitado es incorrecto.

    Algunos posibles problemas son:

    • Falta o es incorrecto el protocolo de acceso (debe ser http:// o similar)

    • Falta el nombre de la máquina

    • Hay un doble-escape ilegal en la ruta de la URL

    • Hay caracteres ilegales en el nombre de máquina; el carácter subrayado (_) no está permitido.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    URL Inválida

    Algún aspecto del URL solicitado es incorrecto.

    Algunos posibles problemas son:

    • Falta o es incorrecto el protocolo de acceso (debe ser http:// o similar)

    • Falta el nombre de la máquina

    • Hay un doble-escape ilegal en la ruta de la URL

    • Hay caracteres ilegales en el nombre de máquina; el carácter subrayado (_) no está permitido.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_LIFETIME_EXP squid3-3.1.20/errors/es/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/es/ERR_LIFETIME_EXP 2012-02-05 13:22:01.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_LIFETIME_EXP 2012-06-08 13:44:51.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Ha expirado el tiempo de vida de la conexión

    Squid ha dado por terminada la petición porque se ha excedido el tiempo de vida máximo para una conexión.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Ha expirado el tiempo de vida de la conexión

    Squid ha dado por terminada la petición porque se ha excedido el tiempo de vida máximo para una conexión.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_NO_RELAY squid3-3.1.20/errors/es/ERR_NO_RELAY --- squid3-3.1.19/errors/es/ERR_NO_RELAY 2012-02-05 13:22:03.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_NO_RELAY 2012-06-08 13:44:52.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    No hay una pasarela para protocolo Wais.

    No esta definido el host wais relay para este cache. comentar con el administrador

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    No hay una pasarela para protocolo Wais.

    No esta definido el host wais relay para este cache. comentar con el administrador

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/es/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/es/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:22:05.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:44:54.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    No se encontró un documento válido en el caché y se especificó la directiva only-if-cached.

    Ud. ha enviado una solicitud con la directiva de control del caché only-if-cached. El documento no fue encontrado en el caché, o requiere revalidación prohibida por la directiva only-if-cached

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    No se encontró un documento válido en el caché y se especificó la directiva only-if-cached.

    Ud. ha enviado una solicitud con la directiva de control del caché only-if-cached. El documento no fue encontrado en el caché, o requiere revalidación prohibida por la directiva only-if-cached

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/error-details.txt squid3-3.1.20/errors/es/error-details.txt --- squid3-3.1.19/errors/es/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/es/error-details.txt 2012-06-08 13:45:18.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/es/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/es/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/es/ERR_PRECONDITION_FAILED 2012-02-05 13:22:07.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_PRECONDITION_FAILED 2012-06-08 13:44:56.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_READ_ERROR squid3-3.1.20/errors/es/ERR_READ_ERROR --- squid3-3.1.19/errors/es/ERR_READ_ERROR 2012-02-05 13:22:09.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_READ_ERROR 2012-06-08 13:44:57.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Error de Lectura

    El sistema ha devuelto: %E

    Se ha producido un error al leer datos de la red. Por favor, inténtelo de nuevo.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Error de Lectura

    El sistema ha devuelto: %E

    Se ha producido un error al leer datos de la red. Por favor, inténtelo de nuevo.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_READ_TIMEOUT squid3-3.1.20/errors/es/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/es/ERR_READ_TIMEOUT 2012-02-05 13:22:11.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_READ_TIMEOUT 2012-06-08 13:44:59.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Se acabó el tiempo máximo para lectura de datos de la red.

    El sistema ha devuelto: %E

    Un tiempo de espera se produjo mientras se esperaba leer datos de la red. La red o el servidor puede estar caído o congestionado. Por favor, inténtelo de nuevo.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Se acabó el tiempo máximo para lectura de datos de la red.

    El sistema ha devuelto: %E

    Un tiempo de espera se produjo mientras se esperaba leer datos de la red. La red o el servidor puede estar caído o congestionado. Por favor, inténtelo de nuevo.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/es/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/es/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:22:14.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:45:01.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    No se ha podido establecer una conexión segura con %I

    El sistema ha devuelto: %E

    Este proxy y el host remoto no han podido negociar una confguración de seguridad aceptable mutua para manejar su solicitud. Es posible que el host remoto sea incompatible con conexiones seguras, o el proxy no esté satisfecho con las credenciales de seguridad del host.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    No se ha podido establecer una conexión segura con %I

    El sistema ha devuelto: %E

    Este proxy y el host remoto no han podido negociar una confguración de seguridad aceptable mutua para manejar su solicitud. Es posible que el host remoto sea incompatible con conexiones seguras, o el proxy no esté satisfecho con las credenciales de seguridad del host.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_SHUTTING_DOWN squid3-3.1.20/errors/es/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/es/ERR_SHUTTING_DOWN 2012-02-05 13:22:16.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_SHUTTING_DOWN 2012-06-08 13:45:04.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Este caché está en el proceso de apagado y no puede atender su solicitud en este momento. Por favor, inténtelo de nuevo pronto.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Este caché está en el proceso de apagado y no puede atender su solicitud en este momento. Por favor, inténtelo de nuevo pronto.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_SOCKET_FAILURE squid3-3.1.20/errors/es/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/es/ERR_SOCKET_FAILURE 2012-02-05 13:22:18.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_SOCKET_FAILURE 2012-06-08 13:45:07.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Fallo en el puerto (socket)

    El sistema ha devuelto: %E

    Squid no ha sido capaz de crear un socket TCP, probablemente debido a una carga excesiva. Por favor reintenta tu petición.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Fallo en el puerto (socket)

    El sistema ha devuelto: %E

    Squid no ha sido capaz de crear un socket TCP, probablemente debido a una carga excesiva. Por favor reintenta tu petición.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_TOO_BIG squid3-3.1.20/errors/es/ERR_TOO_BIG --- squid3-3.1.19/errors/es/ERR_TOO_BIG 2012-02-05 13:22:20.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_TOO_BIG 2012-06-08 13:45:09.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    La petición o la respuesta es demasiado larga.

    Si está haciendo una petición POST o PUT, lo que está intentando subir es demasiado grande.

    Si está haciendo una petición GET, entonces que está tratando de bajar es demasiado grande.

    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

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    La petición o la respuesta es demasiado larga.

    Si está haciendo una petición POST o PUT, lo que está intentando subir es demasiado grande.

    Si está haciendo una petición GET, entonces que está tratando de bajar es demasiado grande.

    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

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/es/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/es/ERR_UNSUP_HTTPVERSION 2012-02-05 13:22:23.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_UNSUP_HTTPVERSION 2012-06-08 13:45:11.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    Version HTTP no soportada


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Unsupported HTTP version

    Este Squid no acepta la version HTTP que tu estas pretendiendo usar.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    Version HTTP no soportada


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Unsupported HTTP version

    Este Squid no acepta la version HTTP que tu estas pretendiendo usar.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_UNSUP_REQ squid3-3.1.20/errors/es/ERR_UNSUP_REQ --- squid3-3.1.19/errors/es/ERR_UNSUP_REQ 2012-02-05 13:22:25.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_UNSUP_REQ 2012-06-08 13:45:13.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Método de la petición y protocolo no soportados.

    Squid no admite todos los métodos para todos los protocolos de acceso. Por ejemplo, no se puede hacer un POST a un servidor Gopher.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Método de la petición y protocolo no soportados.

    Squid no admite todos los métodos para todos los protocolos de acceso. Por ejemplo, no se puede hacer un POST a un servidor Gopher.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_URN_RESOLVE squid3-3.1.20/errors/es/ERR_URN_RESOLVE --- squid3-3.1.19/errors/es/ERR_URN_RESOLVE 2012-02-05 13:22:27.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_URN_RESOLVE 2012-06-08 13:45:14.000000000 +0200 @@ -1 +1 @@ - ERROR: La URN requerida no pudo ser obtenida.

    ERROR

    No se ha podido obtener una URL para el URN solicitado


    Se encontró el siguiente error al intentar recuperar la dirección URN: %U

    No se puede resolver el URN

    Hey, no espere mucho de URNs en %T :)

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: La URN requerida no pudo ser obtenida.

    ERROR

    No se ha podido obtener una URL para el URN solicitado


    Se encontró el siguiente error al intentar recuperar la dirección URN: %U

    No se puede resolver el URN

    Hey, no espere mucho de URNs en %T :)

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_WRITE_ERROR squid3-3.1.20/errors/es/ERR_WRITE_ERROR --- squid3-3.1.19/errors/es/ERR_WRITE_ERROR 2012-02-05 13:22:29.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_WRITE_ERROR 2012-06-08 13:45:16.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Error de Escritura

    El sistema ha devuelto: %E

    Se ha producido un error al escribir datos de la red. Por favor, inténtelo de nuevo.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Error de Escritura

    El sistema ha devuelto: %E

    Se ha producido un error al escribir datos de la red. Por favor, inténtelo de nuevo.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/es/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/es/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/es/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:22:31.000000000 +0100 +++ squid3-3.1.20/errors/es/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:45:18.000000000 +0200 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Respuesta vacía (tamaño cero)

    Squid no ha recibido ninguna información en respuesta a esta petición.

    Su administrador del caché es %w.



    \ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

    ERROR

    El URL solicitado no se ha podido conseguir


    Se encontró el siguiente error al intentar recuperar la dirección URL: %U

    Respuesta vacía (tamaño cero)

    Squid no ha recibido ninguna información en respuesta a esta petición.

    Su administrador del caché es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_ACCESS_DENIED squid3-3.1.20/errors/et/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/et/ERR_ACCESS_DENIED 2012-02-05 13:22:33.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_ACCESS_DENIED 2012-06-08 13:45:20.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Juurdepääs keelatud.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Juurdepääs keelatud.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:45:22.000000000 +0200 @@ -0,0 +1 @@ + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/et/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/et/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_AGENT_CONFIGURE 2012-06-08 13:45:23.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    VIGA

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_AGENT_WPAD squid3-3.1.20/errors/et/ERR_AGENT_WPAD --- squid3-3.1.19/errors/et/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_AGENT_WPAD 2012-06-08 13:45:25.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    VIGA

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/et/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/et/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:22:35.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:45:27.000000000 +0200 @@ -1 +1 @@ - VIGA: Cache Access Denied

    ERROR

    Cache Juurdepääs keelatud.


    The following error was encountered while trying to retrieve the URL: %U

    Vahemälu serveri kasutamine keelatud.

    abandust, teil pole õigust päringule %U kuni te pole läbinud autoriseerimist.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + VIGA: Cache Access Denied

    ERROR

    Cache Juurdepääs keelatud.


    The following error was encountered while trying to retrieve the URL: %U

    Vahemälu serveri kasutamine keelatud.

    abandust, teil pole õigust päringule %U kuni te pole läbinud autoriseerimist.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/et/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/et/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:22:37.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:45:28.000000000 +0200 @@ -1 +1 @@ - VIGA: Cache Manager Access Denied

    ERROR

    Cache Manager Juurdepääs keelatud.


    The following error was encountered while trying to retrieve the URL: %U

    Vahemälu serveri haldaja kasutamine keelatud.

    Vabandust, teil pole õigust päringule %U sellele vahemälu serveri haldajale, kuni te pole läbinud autoriseerimist.

    Palun kontakteeruge vahemälu serveri administraatoriga,kui teil on probleeme autoriseerimisega või kui te oleteadministraator, lugege Squidi dokumentatsiooni vahemälu serveri haldaja interfeisi kohtaja kontrollige vahemälu serveri logi täpsema veakirjelduse saamiseks.



    \ No newline at end of file + VIGA: Cache Manager Access Denied

    ERROR

    Cache Manager Juurdepääs keelatud.


    The following error was encountered while trying to retrieve the URL: %U

    Vahemälu serveri haldaja kasutamine keelatud.

    Vabandust, teil pole õigust päringule %U sellele vahemälu serveri haldajale, kuni te pole läbinud autoriseerimist.

    Palun kontakteeruge vahemälu serveri administraatoriga,kui teil on probleeme autoriseerimisega või kui te oleteadministraator, lugege Squidi dokumentatsiooni vahemälu serveri haldaja interfeisi kohtaja kontrollige vahemälu serveri logi täpsema veakirjelduse saamiseks.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_CANNOT_FORWARD squid3-3.1.20/errors/et/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/et/ERR_CANNOT_FORWARD 2012-02-05 13:22:39.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_CANNOT_FORWARD 2012-06-08 13:45:30.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Päringu edastamine ebaõnnestus.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Päringu edastamine ebaõnnestus.

    This request could not be forwarded to the origin server or to any parent caches.

    Some possible problems are:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_CONNECT_FAIL squid3-3.1.20/errors/et/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/et/ERR_CONNECT_FAIL 2012-02-05 13:22:41.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_CONNECT_FAIL 2012-06-08 13:45:32.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    Süsteem vastas: %E

    The remote host or network may be down. Please try the request again.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    Süsteem vastas: %E

    The remote host or network may be down. Please try the request again.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_DIR_LISTING squid3-3.1.20/errors/et/ERR_DIR_LISTING --- squid3-3.1.19/errors/et/ERR_DIR_LISTING 2012-02-05 13:22:43.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_DIR_LISTING 2012-06-08 13:45:33.000000000 +0200 @@ -1 +1 @@ - Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory Parent Directory (Root Directory)

    \ No newline at end of file + Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_DNS_FAIL squid3-3.1.20/errors/et/ERR_DNS_FAIL --- squid3-3.1.19/errors/et/ERR_DNS_FAIL 2012-02-05 13:22:45.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_DNS_FAIL 2012-06-08 13:45:35.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Ei õnnestu saada hosti %H nimele vastavat IP aadressi

    DNS server vastas:

    %z

    Mis tähendab vahemälu server ei suutnud lahendada URLis antud hosti nime. Palun kontrollige aadressi korrektsust.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Ei õnnestu saada hosti %H nimele vastavat IP aadressi

    DNS server vastas:

    %z

    Mis tähendab vahemälu server ei suutnud lahendada URLis antud hosti nime. Palun kontrollige aadressi korrektsust.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_ESI squid3-3.1.20/errors/et/ERR_ESI --- squid3-3.1.19/errors/et/ERR_ESI 2012-02-05 13:22:47.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_ESI 2012-06-08 13:45:37.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_FORWARDING_DENIED squid3-3.1.20/errors/et/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/et/ERR_FORWARDING_DENIED 2012-02-05 13:22:50.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_FORWARDING_DENIED 2012-06-08 13:45:39.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Edastamine keelatud.

    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.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Edastamine keelatud.

    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.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_FTP_DISABLED squid3-3.1.20/errors/et/ERR_FTP_DISABLED --- squid3-3.1.19/errors/et/ERR_FTP_DISABLED 2012-02-05 13:22:52.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_FTP_DISABLED 2012-06-08 13:45:41.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP on blokeeritud

    See vahemälu server ei toeta FTPd.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP on blokeeritud

    See vahemälu server ei toeta FTPd.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_FTP_FAILURE squid3-3.1.20/errors/et/ERR_FTP_FAILURE --- squid3-3.1.19/errors/et/ERR_FTP_FAILURE 2012-02-05 13:22:54.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_FTP_FAILURE 2012-06-08 13:45:42.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid saatis järgneva FTP käsu:

    %f

    The server responded with:

    %F
    %g

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid saatis järgneva FTP käsu:

    %f

    The server responded with:

    %F
    %g

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/et/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/et/ERR_FTP_FORBIDDEN 2012-02-05 13:22:56.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_FTP_FORBIDDEN 2012-06-08 13:45:44.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid saatis järgneva FTP käsu:

    %f

    The server responded with:

    %F
    %g

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid saatis järgneva FTP käsu:

    %f

    The server responded with:

    %F
    %g

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/et/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/et/ERR_FTP_NOT_FOUND 2012-02-05 13:22:59.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_FTP_NOT_FOUND 2012-06-08 13:45:45.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid saatis järgneva FTP käsu:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid saatis järgneva FTP käsu:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/et/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/et/ERR_FTP_PUT_CREATED 2012-02-05 13:23:01.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_FTP_PUT_CREATED 2012-06-08 13:45:47.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operation õnnestus

    Fail on loodud




    \ No newline at end of file + FTP PUT Successful.

    Operation õnnestus

    Fail on loodud




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/et/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/et/ERR_FTP_PUT_ERROR 2012-02-05 13:23:03.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_FTP_PUT_ERROR 2012-06-08 13:45:49.000000000 +0200 @@ -1 +1 @@ - VIGA: FTP upload failed

    ERROR

    FTP PUT upload failed


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid saatis järgneva FTP käsu:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: FTP upload failed

    ERROR

    FTP PUT upload failed


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid saatis järgneva FTP käsu:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/et/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/et/ERR_FTP_PUT_MODIFIED 2012-02-05 13:23:05.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_FTP_PUT_MODIFIED 2012-06-08 13:45:51.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operation õnnestus

    Fail on uuendatud




    \ No newline at end of file + FTP PUT Successful.

    Operation õnnestus

    Fail on uuendatud




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/et/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/et/ERR_FTP_UNAVAILABLE 2012-02-05 13:23:07.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_FTP_UNAVAILABLE 2012-06-08 13:45:52.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid saatis järgneva FTP käsu:

    %f

    The server responded with:

    %F
    %g

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid saatis järgneva FTP käsu:

    %f

    The server responded with:

    %F
    %g

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/et/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/et/ERR_GATEWAY_FAILURE 2012-02-05 13:23:09.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_GATEWAY_FAILURE 2012-06-08 13:45:54.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_ICAP_FAILURE squid3-3.1.20/errors/et/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/et/ERR_ICAP_FAILURE 2012-02-05 13:23:11.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_ICAP_FAILURE 2012-06-08 13:45:56.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    Süsteem vastas: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    Süsteem vastas: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_INVALID_REQ squid3-3.1.20/errors/et/ERR_INVALID_REQ --- squid3-3.1.19/errors/et/ERR_INVALID_REQ 2012-02-05 13:23:13.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_INVALID_REQ 2012-06-08 13:45:57.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • Puudub või tundmatu päringu meetod (GET, POST)

    • Puudub URL

    • Puudub HTTP identifikaator (HTTP/1.0)

    • Päring võib olla liiga suur

    • POST või PUT päringutel puudub Content-Length

    • keelatud sümbolid hosti nimes; alakriipsud pole lubatud

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • Puudub või tundmatu päringu meetod (GET, POST)

    • Puudub URL

    • Puudub HTTP identifikaator (HTTP/1.0)

    • Päring võib olla liiga suur

    • POST või PUT päringutel puudub Content-Length

    • keelatud sümbolid hosti nimes; alakriipsud pole lubatud

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_INVALID_RESP squid3-3.1.20/errors/et/ERR_INVALID_RESP --- squid3-3.1.19/errors/et/ERR_INVALID_RESP 2012-02-05 13:23:15.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_INVALID_RESP 2012-06-08 13:45:59.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    Vasti võetud HTTP vastus on tundmatu või muidu katki. Palun kontakteeruge saidi operaatoriga.

    Teie vehemälu serveri administraator võib saada anda täiendavat infot selle vea detailide kohta.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    Vasti võetud HTTP vastus on tundmatu või muidu katki. Palun kontakteeruge saidi operaatoriga.

    Teie vehemälu serveri administraator võib saada anda täiendavat infot selle vea detailide kohta.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_INVALID_URL squid3-3.1.20/errors/et/ERR_INVALID_URL --- squid3-3.1.19/errors/et/ERR_INVALID_URL 2012-02-05 13:23:17.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_INVALID_URL 2012-06-08 13:46:02.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Vigane URL

    Mõni osa URList on vigane.

    Some possible problems are:

    • Puuduv või vigane protokoll (peaks olema http:// või sarnane)

    • Puuduv hosti nimi

    • Vigane topelt-kaldkriips URLi teel

    • keelatud sümbolid hosti nimes; alakriipsud pole lubatud

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Vigane URL

    Mõni osa URList on vigane.

    Some possible problems are:

    • Puuduv või vigane protokoll (peaks olema http:// või sarnane)

    • Puuduv hosti nimi

    • Vigane topelt-kaldkriips URLi teel

    • keelatud sümbolid hosti nimes; alakriipsud pole lubatud

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_LIFETIME_EXP squid3-3.1.20/errors/et/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/et/ERR_LIFETIME_EXP 2012-02-05 13:23:19.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_LIFETIME_EXP 2012-06-08 13:46:05.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Ühenduse eluaeg lõppes

    Squid katkestas päringu, kuna see kestis liiga kaua.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Ühenduse eluaeg lõppes

    Squid katkestas päringu, kuna see kestis liiga kaua.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_NO_RELAY squid3-3.1.20/errors/et/ERR_NO_RELAY --- squid3-3.1.19/errors/et/ERR_NO_RELAY 2012-02-05 13:23:21.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_NO_RELAY 2012-06-08 13:46:07.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Wais edastaja puudub

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Wais edastaja puudub

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/et/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/et/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:23:23.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:46:10.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Kehtiv dokument puudub vahemälu serverist ja päring sisaldas only-if-cached direktiivi.

    Te edastasite päringu only-if-cached vahemälu kontrolli direktiiviga. Dokumenti ei leitud vahemälu serverist võita nõudis uuendamist, mis on aga keelatud only-if-cached direktiiviga.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Kehtiv dokument puudub vahemälu serverist ja päring sisaldas only-if-cached direktiivi.

    Te edastasite päringu only-if-cached vahemälu kontrolli direktiiviga. Dokumenti ei leitud vahemälu serverist võita nõudis uuendamist, mis on aga keelatud only-if-cached direktiiviga.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/error-details.txt squid3-3.1.20/errors/et/error-details.txt --- squid3-3.1.19/errors/et/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/et/error-details.txt 2012-06-08 13:46:36.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/et/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/et/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/et/ERR_PRECONDITION_FAILED 2012-02-05 13:23:25.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_PRECONDITION_FAILED 2012-06-08 13:46:12.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_READ_ERROR squid3-3.1.20/errors/et/ERR_READ_ERROR --- squid3-3.1.19/errors/et/ERR_READ_ERROR 2012-02-05 13:23:27.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_READ_ERROR 2012-06-08 13:46:15.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Viga lugemisel

    Süsteem vastas: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Viga lugemisel

    Süsteem vastas: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_READ_TIMEOUT squid3-3.1.20/errors/et/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/et/ERR_READ_TIMEOUT 2012-02-05 13:23:29.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_READ_TIMEOUT 2012-06-08 13:46:17.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lugeja kannatus katkes

    Süsteem vastas: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lugeja kannatus katkes

    Süsteem vastas: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/et/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/et/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:23:31.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:46:19.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    Süsteem vastas: %E

    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.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    Süsteem vastas: %E

    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.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_SHUTTING_DOWN squid3-3.1.20/errors/et/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/et/ERR_SHUTTING_DOWN 2012-02-05 13:23:33.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_SHUTTING_DOWN 2012-06-08 13:46:21.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_SOCKET_FAILURE squid3-3.1.20/errors/et/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/et/ERR_SOCKET_FAILURE 2012-02-05 13:23:35.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_SOCKET_FAILURE 2012-06-08 13:46:24.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Pistiku viga

    Süsteem vastas: %E

    Squid ei suuda tekitada TCP pistikut, ilmselt ülekoormuse tõttu. Palun korrake päringut.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Pistiku viga

    Süsteem vastas: %E

    Squid ei suuda tekitada TCP pistikut, ilmselt ülekoormuse tõttu. Palun korrake päringut.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_TOO_BIG squid3-3.1.20/errors/et/ERR_TOO_BIG --- squid3-3.1.19/errors/et/ERR_TOO_BIG 2012-02-05 13:23:37.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_TOO_BIG 2012-06-08 13:46:26.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Päring või vastus on liiga suur.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Päring või vastus on liiga suur.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/et/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/et/ERR_UNSUP_HTTPVERSION 2012-02-05 13:23:39.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_UNSUP_HTTPVERSION 2012-06-08 13:46:28.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_UNSUP_REQ squid3-3.1.20/errors/et/ERR_UNSUP_REQ --- squid3-3.1.19/errors/et/ERR_UNSUP_REQ 2012-02-05 13:23:41.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_UNSUP_REQ 2012-06-08 13:46:30.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Tundmatu päringu meetod ja protokoll

    Squid ei toeta kõiki päringu meetodeid kõikide protokollidega. Näiteks, te ei saa teha POST operatsiooni Gopher päringus.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Tundmatu päringu meetod ja protokoll

    Squid ei toeta kõiki päringu meetodeid kõikide protokollidega. Näiteks, te ei saa teha POST operatsiooni Gopher päringus.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_URN_RESOLVE squid3-3.1.20/errors/et/ERR_URN_RESOLVE --- squid3-3.1.19/errors/et/ERR_URN_RESOLVE 2012-02-05 13:23:43.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_URN_RESOLVE 2012-06-08 13:46:32.000000000 +0200 @@ -1 +1 @@ - VIGA: The requested URN could not be retrieved

    ERROR

    Päring URNile ei saa vastust


    The following error was encountered while trying to retrieve the URN: %U

    Ei suuda lahendada URN

    Hei, mida sa ootad URNidelt %T peal:)

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: The requested URN could not be retrieved

    ERROR

    Päring URNile ei saa vastust


    The following error was encountered while trying to retrieve the URN: %U

    Ei suuda lahendada URN

    Hei, mida sa ootad URNidelt %T peal:)

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_WRITE_ERROR squid3-3.1.20/errors/et/ERR_WRITE_ERROR --- squid3-3.1.19/errors/et/ERR_WRITE_ERROR 2012-02-05 13:23:45.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_WRITE_ERROR 2012-06-08 13:46:35.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Viga kirjutamisel

    Süsteem vastas: %E

    An error condition occurred while writing to the network. Please retry your request.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Viga kirjutamisel

    Süsteem vastas: %E

    An error condition occurred while writing to the network. Please retry your request.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/et/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/et/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/et/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:23:47.000000000 +0100 +++ squid3-3.1.20/errors/et/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:46:36.000000000 +0200 @@ -1 +1 @@ - VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Vastus on tühi

    Squid ei saanud selle päringu vastuseks midagi.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file + VIGA: Päring URLile ei saa vastust

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Vastus on tühi

    Squid ei saanud selle päringu vastuseks midagi.

    Teie teenusepakkuja aadress on %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_ACCESS_DENIED squid3-3.1.20/errors/fa/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/fa/ERR_ACCESS_DENIED 2012-02-05 13:23:49.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_ACCESS_DENIED 2012-06-08 13:46:39.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    دسترسی رد شد.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    دسترسی رد شد.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:46:41.000000000 +0200 @@ -0,0 +1 @@ + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/fa/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/fa/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_AGENT_CONFIGURE 2012-06-08 13:46:43.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    خطا

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_AGENT_WPAD squid3-3.1.20/errors/fa/ERR_AGENT_WPAD --- squid3-3.1.19/errors/fa/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_AGENT_WPAD 2012-06-08 13:46:45.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    خطا

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/fa/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/fa/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:23:51.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:46:47.000000000 +0200 @@ -1 +1 @@ - خطا: Cache Access Denied

    ERROR

    Cache دسترسی رد شد.


    The following error was encountered while trying to retrieve the URL: %U

    دسترسی به نهانگاه رد شد.

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + خطا: Cache Access Denied

    ERROR

    Cache دسترسی رد شد.


    The following error was encountered while trying to retrieve the URL: %U

    دسترسی به نهانگاه رد شد.

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:23:53.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:46:49.000000000 +0200 @@ -1 +1 @@ - خطا: Cache Manager Access Denied

    ERROR

    Cache Manager دسترسی رد شد.


    The following error was encountered while trying to retrieve the URL: %U

    دسترسی مدیریت نهانگاه رد شد.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file + خطا: Cache Manager Access Denied

    ERROR

    Cache Manager دسترسی رد شد.


    The following error was encountered while trying to retrieve the URL: %U

    دسترسی مدیریت نهانگاه رد شد.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_CANNOT_FORWARD squid3-3.1.20/errors/fa/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/fa/ERR_CANNOT_FORWARD 2012-02-05 13:23:55.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_CANNOT_FORWARD 2012-06-08 13:46:51.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches.

    بعضی از مشکلات احتمالی:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_CONNECT_FAIL squid3-3.1.20/errors/fa/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/fa/ERR_CONNECT_FAIL 2012-02-05 13:23:57.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_CONNECT_FAIL 2012-06-08 13:46:53.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    برقراری ارتباط به l% با عدم موفقیت همراه بود.

    The system returned: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    برقراری ارتباط به l% با عدم موفقیت همراه بود.

    The system returned: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_DIR_LISTING squid3-3.1.20/errors/fa/ERR_DIR_LISTING --- squid3-3.1.19/errors/fa/ERR_DIR_LISTING 2012-02-05 13:24:00.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_DIR_LISTING 2012-06-08 13:46:55.000000000 +0200 @@ -1 +1 @@ - مسیر : U%

    مسیر: %U/


    محتویات مسیر:

    %z
    %g
    شاخه والد مسیر اصلی (مسیر ریشه)

    \ No newline at end of file + مسیر : U%

    مسیر: %U/


    محتویات مسیر:

    %z
    %g
    مسیر اصلی (مسیر ریشه)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_DNS_FAIL squid3-3.1.20/errors/fa/ERR_DNS_FAIL --- squid3-3.1.19/errors/fa/ERR_DNS_FAIL 2012-02-05 13:24:02.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_DNS_FAIL 2012-06-08 13:46:57.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    کارگزار DNS برگشت داده‌ :

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    کارگزار DNS برگشت داده‌ :

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_ESI squid3-3.1.20/errors/fa/ERR_ESI --- squid3-3.1.19/errors/fa/ERR_ESI 2012-02-05 13:24:04.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_ESI 2012-06-08 13:47:00.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    پردازش ESI با عدم موفقیت همراه بود.

    پردازش ESI برگشت داده:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    پردازش ESI با عدم موفقیت همراه بود.

    پردازش ESI برگشت داده:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_FORWARDING_DENIED squid3-3.1.20/errors/fa/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/fa/ERR_FORWARDING_DENIED 2012-02-05 13:24:06.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_FORWARDING_DENIED 2012-06-08 13:47:02.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    امکان Forward بسته شده است.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    امکان Forward بسته شده است.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_FTP_DISABLED squid3-3.1.20/errors/fa/ERR_FTP_DISABLED --- squid3-3.1.19/errors/fa/ERR_FTP_DISABLED 2012-02-05 13:24:08.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_FTP_DISABLED 2012-06-08 13:47:04.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP قابل دسترس نیست.

    این کارگزار Cache از قرارداد FTP پشتیبانی نمی‌کند.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP قابل دسترس نیست.

    این کارگزار Cache از قرارداد FTP پشتیبانی نمی‌کند.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_FTP_FAILURE squid3-3.1.20/errors/fa/ERR_FTP_FAILURE --- squid3-3.1.19/errors/fa/ERR_FTP_FAILURE 2012-02-05 13:24:10.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_FTP_FAILURE 2012-06-08 13:47:06.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    یک خطا روی پروتکل FTP در زمان اتصال به آدرس مورد نظر رخ داد.: %U

    اسکویید دستور FTP روبرو را فرستاد:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    یک خطا روی پروتکل FTP در زمان اتصال به آدرس مورد نظر رخ داد.: %U

    اسکویید دستور FTP روبرو را فرستاد:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/fa/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/fa/ERR_FTP_FORBIDDEN 2012-02-05 13:24:12.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_FTP_FORBIDDEN 2012-06-08 13:47:09.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    موقع تلاش جهت دسترسی به آدرس مورد نظر عمل شناسایی کاربر بر روی FTP با عدم موفقیت همراه بود. : %U

    اسکویید دستور FTP روبرو را فرستاد:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    موقع تلاش جهت دسترسی به آدرس مورد نظر عمل شناسایی کاربر بر روی FTP با عدم موفقیت همراه بود. : %U

    اسکویید دستور FTP روبرو را فرستاد:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/fa/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/fa/ERR_FTP_NOT_FOUND 2012-02-05 13:24:14.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_FTP_NOT_FOUND 2012-06-08 13:47:10.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    اسکویید دستور FTP روبرو را فرستاد:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    اسکویید دستور FTP روبرو را فرستاد:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/fa/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/fa/ERR_FTP_PUT_CREATED 2012-02-05 13:24:17.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_FTP_PUT_CREATED 2012-06-08 13:47:12.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    عملیات موفقیت‌آمیز

    فایل ایجاد شد.




    \ No newline at end of file + FTP PUT Successful.

    عملیات موفقیت‌آمیز

    فایل ایجاد شد.




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/fa/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/fa/ERR_FTP_PUT_ERROR 2012-02-05 13:24:20.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_FTP_PUT_ERROR 2012-06-08 13:47:14.000000000 +0200 @@ -1 +1 @@ - خطا: FTP upload failed

    ERROR

    FTP PUT upload failed


    یک خطا روی پروتکل FTP در زمان اتصال به آدرس مورد نظر رخ داد.: %U

    اسکویید دستور FTP روبرو را فرستاد:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: FTP upload failed

    ERROR

    FTP PUT upload failed


    یک خطا روی پروتکل FTP در زمان اتصال به آدرس مورد نظر رخ داد.: %U

    اسکویید دستور FTP روبرو را فرستاد:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/fa/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/fa/ERR_FTP_PUT_MODIFIED 2012-02-05 13:24:24.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_FTP_PUT_MODIFIED 2012-06-08 13:47:15.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    عملیات موفقیت‌آمیز

    فایل بروزرسانی شد.




    \ No newline at end of file + FTP PUT Successful.

    عملیات موفقیت‌آمیز

    فایل بروزرسانی شد.




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/fa/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/fa/ERR_FTP_UNAVAILABLE 2012-02-05 13:24:29.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_FTP_UNAVAILABLE 2012-06-08 13:47:17.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    اسکویید دستور FTP روبرو را فرستاد:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    اسکویید دستور FTP روبرو را فرستاد:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/fa/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/fa/ERR_GATEWAY_FAILURE 2012-02-05 13:24:32.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_GATEWAY_FAILURE 2012-06-08 13:47:18.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_ICAP_FAILURE squid3-3.1.20/errors/fa/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/fa/ERR_ICAP_FAILURE 2012-02-05 13:24:34.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_ICAP_FAILURE 2012-06-08 13:47:20.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    خطا در قرارداد ICAP

    The system returned: %E

    This means that some aspect of the ICAP communication failed.

    بعضی از مشکلات احتمالی:

    • کارگزار ICAP قابل دسترس نیست.

    • یک جواب نامعتبر از خادم ICAP دریافت شد.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    خطا در قرارداد ICAP

    The system returned: %E

    This means that some aspect of the ICAP communication failed.

    بعضی از مشکلات احتمالی:

    • کارگزار ICAP قابل دسترس نیست.

    • یک جواب نامعتبر از خادم ICAP دریافت شد.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_INVALID_REQ squid3-3.1.20/errors/fa/ERR_INVALID_REQ --- squid3-3.1.19/errors/fa/ERR_INVALID_REQ 2012-02-05 13:24:38.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_INVALID_REQ 2012-06-08 13:47:22.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    درخواست نامعتبر این خطا در زمان پردازش درخواست روی داده بود:

    %R

    بعضی از مشکلات احتمالی:

    • فقدان یا ناشناخته بودن روش درخواست.

    • فقدان نشانی اینترنتی

    • فقدان شناسه HTTP (نسخه 1.0)

    • درخواست بسیار بزرگ است.

    • طول محتویات درخواست برای PUT یا POST کم است.

    • کاراکتر غیرمجاز در نام دستگاه، زیرین خط (ـ) اجازه داده نشده است.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    درخواست نامعتبر این خطا در زمان پردازش درخواست روی داده بود:

    %R

    بعضی از مشکلات احتمالی:

    • فقدان یا ناشناخته بودن روش درخواست.

    • فقدان نشانی اینترنتی

    • فقدان شناسه HTTP (نسخه 1.0)

    • درخواست بسیار بزرگ است.

    • طول محتویات درخواست برای PUT یا POST کم است.

    • کاراکتر غیرمجاز در نام دستگاه، زیرین خط (ـ) اجازه داده نشده است.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_INVALID_RESP squid3-3.1.20/errors/fa/ERR_INVALID_RESP --- squid3-3.1.19/errors/fa/ERR_INVALID_RESP 2012-02-05 13:24:40.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_INVALID_RESP 2012-06-08 13:47:23.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    پاسخ نامعتبر این خطا در زمان پردازش درخواست روی‌ داده بود:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    پاسخ نامعتبر این خطا در زمان پردازش درخواست روی‌ داده بود:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_INVALID_URL squid3-3.1.20/errors/fa/ERR_INVALID_URL --- squid3-3.1.19/errors/fa/ERR_INVALID_URL 2012-02-05 13:24:44.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_INVALID_URL 2012-06-08 13:47:25.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    نشانی اینترنتی نامعتبر

    برخی از صُور نشانی اینترنتی درخواست شده ناصحیح است.

    بعضی از مشکلات احتمالی:

    • فقدان یا ناصحیح بودن قرارداد دست‌یابی (باید به فرمhttp:// یا شبیه آن باشد)

    • فقدان hostname

    • ۲ فاصله خالی غیر مجاز در مسیر نشانی اینترنتی

    • کاراکتر غیرمجاز در نام دستگاه، زیرین خط (ـ) اجازه داده نشده است.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    نشانی اینترنتی نامعتبر

    برخی از صُور نشانی اینترنتی درخواست شده ناصحیح است.

    بعضی از مشکلات احتمالی:

    • فقدان یا ناصحیح بودن قرارداد دست‌یابی (باید به فرمhttp:// یا شبیه آن باشد)

    • فقدان hostname

    • ۲ فاصله خالی غیر مجاز در مسیر نشانی اینترنتی

    • کاراکتر غیرمجاز در نام دستگاه، زیرین خط (ـ) اجازه داده نشده است.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_LIFETIME_EXP squid3-3.1.20/errors/fa/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/fa/ERR_LIFETIME_EXP 2012-02-05 13:24:47.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_LIFETIME_EXP 2012-06-08 13:47:27.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    دوره عمر ارتباط شما به پایان رسید.

    Squid has terminated the request because it has exceeded the maximum connection lifetime.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    دوره عمر ارتباط شما به پایان رسید.

    Squid has terminated the request because it has exceeded the maximum connection lifetime.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_NO_RELAY squid3-3.1.20/errors/fa/ERR_NO_RELAY --- squid3-3.1.19/errors/fa/ERR_NO_RELAY 2012-02-05 13:24:53.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_NO_RELAY 2012-06-08 13:47:28.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    عدم رله Wais

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    عدم رله Wais

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/fa/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/fa/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:24:56.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:47:30.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/error-details.txt squid3-3.1.20/errors/fa/error-details.txt --- squid3-3.1.19/errors/fa/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/fa/error-details.txt 2012-06-08 13:47:49.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/fa/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/fa/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/fa/ERR_PRECONDITION_FAILED 2012-02-05 13:24:58.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_PRECONDITION_FAILED 2012-06-08 13:47:32.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_READ_ERROR squid3-3.1.20/errors/fa/ERR_READ_ERROR --- squid3-3.1.19/errors/fa/ERR_READ_ERROR 2012-02-05 13:25:04.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_READ_ERROR 2012-06-08 13:47:33.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    خطا در خواندن

    The system returned: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    خطا در خواندن

    The system returned: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_READ_TIMEOUT squid3-3.1.20/errors/fa/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/fa/ERR_READ_TIMEOUT 2012-02-05 13:25:14.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_READ_TIMEOUT 2012-06-08 13:47:35.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    سپری شدن زمان مجاز خواندن

    The system returned: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    سپری شدن زمان مجاز خواندن

    The system returned: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/fa/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/fa/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:25:19.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:47:36.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ایجاد یک ارتباط امن به I% با عدم موفقیت همراه بود.

    The system returned: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ایجاد یک ارتباط امن به I% با عدم موفقیت همراه بود.

    The system returned: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_SHUTTING_DOWN squid3-3.1.20/errors/fa/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/fa/ERR_SHUTTING_DOWN 2012-02-05 13:25:21.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_SHUTTING_DOWN 2012-06-08 13:47:38.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_SOCKET_FAILURE squid3-3.1.20/errors/fa/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/fa/ERR_SOCKET_FAILURE 2012-02-05 13:25:24.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_SOCKET_FAILURE 2012-06-08 13:47:40.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    خرابی سوکت

    The system returned: %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    خرابی سوکت

    The system returned: %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_TOO_BIG squid3-3.1.20/errors/fa/ERR_TOO_BIG --- squid3-3.1.19/errors/fa/ERR_TOO_BIG 2012-02-05 13:25:26.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_TOO_BIG 2012-06-08 13:47:41.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    اگر شما یک درخواست PUT یا POST دارید، موردی که شما در تلاش برای بارگذاری هستید بسیار بزرگ است.

    اگر شما یک درخواست GET دارید، موردی که شما در تلاش برای دریافت آن هستید بسیار بزرگ است.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    اگر شما یک درخواست PUT یا POST دارید، موردی که شما در تلاش برای بارگذاری هستید بسیار بزرگ است.

    اگر شما یک درخواست GET دارید، موردی که شما در تلاش برای دریافت آن هستید بسیار بزرگ است.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/fa/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/fa/ERR_UNSUP_HTTPVERSION 2012-02-05 13:25:29.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_UNSUP_HTTPVERSION 2012-06-08 13:47:43.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    نسخه HTTP پشتیبانی نشده


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    نسخه HTTP پشتیبانی نشده


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_UNSUP_REQ squid3-3.1.20/errors/fa/ERR_UNSUP_REQ --- squid3-3.1.19/errors/fa/ERR_UNSUP_REQ 2012-02-05 13:25:31.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_UNSUP_REQ 2012-06-08 13:47:44.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    روش پشتیبانی‌نشده درخواست و قرارداد

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    روش پشتیبانی‌نشده درخواست و قرارداد

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_URN_RESOLVE squid3-3.1.20/errors/fa/ERR_URN_RESOLVE --- squid3-3.1.19/errors/fa/ERR_URN_RESOLVE 2012-02-05 13:25:34.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_URN_RESOLVE 2012-06-08 13:47:46.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URN could not be retrieved

    ERROR

    آدرسی برای URN درخواست شده موجود نبود.


    The following error was encountered while trying to retrieve the URN: %U

    عدم توانایی در ترجمه URN.

    آهای، انتظار زیادی از URNها بر روی T% نداشته باش :)

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URN could not be retrieved

    ERROR

    آدرسی برای URN درخواست شده موجود نبود.


    The following error was encountered while trying to retrieve the URN: %U

    عدم توانایی در ترجمه URN.

    آهای، انتظار زیادی از URNها بر روی T% نداشته باش :)

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_WRITE_ERROR squid3-3.1.20/errors/fa/ERR_WRITE_ERROR --- squid3-3.1.19/errors/fa/ERR_WRITE_ERROR 2012-02-05 13:25:37.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_WRITE_ERROR 2012-06-08 13:47:48.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    خطا در نوشتن

    The system returned: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    خطا در نوشتن

    The system returned: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fa/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/fa/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/fa/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:25:39.000000000 +0100 +++ squid3-3.1.20/errors/fa/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:47:49.000000000 +0200 @@ -1 +1 @@ - خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    Squid did not receive any data for this request.

    Your cache administrator is %w.



    \ No newline at end of file + خطا: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    Squid did not receive any data for this request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_ACCESS_DENIED squid3-3.1.20/errors/fi/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/fi/ERR_ACCESS_DENIED 2012-02-05 13:25:42.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_ACCESS_DENIED 2012-06-08 13:47:51.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Pääsy evätty.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Pääsy evätty.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:47:53.000000000 +0200 @@ -0,0 +1 @@ + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/fi/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/fi/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_AGENT_CONFIGURE 2012-06-08 13:47:54.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    VIRHE

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_AGENT_WPAD squid3-3.1.20/errors/fi/ERR_AGENT_WPAD --- squid3-3.1.19/errors/fi/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_AGENT_WPAD 2012-06-08 13:47:56.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    VIRHE

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/fi/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/fi/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:25:44.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:47:58.000000000 +0200 @@ -1 +1 @@ - VIRHE: Cache Access Denied

    ERROR

    Cache Pääsy evätty.


    The following error was encountered while trying to retrieve the URL: %U

    Pääsy välityspalvelimeen evätty.

    Sinulla ei tällä hetkellä ole oikeutta pyytää osoitetta %U tästä välityspalvelimesta ennen kuin olet todentanut henkilöllisyytesi.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + VIRHE: Cache Access Denied

    ERROR

    Cache Pääsy evätty.


    The following error was encountered while trying to retrieve the URL: %U

    Pääsy välityspalvelimeen evätty.

    Sinulla ei tällä hetkellä ole oikeutta pyytää osoitetta %U tästä välityspalvelimesta ennen kuin olet todentanut henkilöllisyytesi.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:25:47.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:47:59.000000000 +0200 @@ -1 +1 @@ - VIRHE: Cache Manager Access Denied

    ERROR

    Cache Manager Pääsy evätty.


    The following error was encountered while trying to retrieve the URL: %U

    Pääsy välityspalvelimen hallintaan evätty.

    Sinulla ei tällä hetkellä ole oikeutta pyytää osoitetta %U tästä välityspalvelimen hallinnasta ennen kuin olet osoittanut henkilöllisyytesi.

    Jos sinulla on hankaluuksia hekilöllisyytesi osoittamisessa, ota yhteyttä välityspalvelimen ylläpitoon tai jos sinä olet ylläpitäjä, lue Squidin dokumentaatiosta välityspalvelimen hallinnan käyttöliittymästä ja tarkista välityspalvelimen lokista tarkemmat virheilmoitukset.



    \ No newline at end of file + VIRHE: Cache Manager Access Denied

    ERROR

    Cache Manager Pääsy evätty.


    The following error was encountered while trying to retrieve the URL: %U

    Pääsy välityspalvelimen hallintaan evätty.

    Sinulla ei tällä hetkellä ole oikeutta pyytää osoitetta %U tästä välityspalvelimen hallinnasta ennen kuin olet osoittanut henkilöllisyytesi.

    Jos sinulla on hankaluuksia hekilöllisyytesi osoittamisessa, ota yhteyttä välityspalvelimen ylläpitoon tai jos sinä olet ylläpitäjä, lue Squidin dokumentaatiosta välityspalvelimen hallinnan käyttöliittymästä ja tarkista välityspalvelimen lokista tarkemmat virheilmoitukset.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_CANNOT_FORWARD squid3-3.1.20/errors/fi/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/fi/ERR_CANNOT_FORWARD 2012-02-05 13:25:50.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_CANNOT_FORWARD 2012-06-08 13:48:01.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Pyyntöä ei voitu edelleenohjata.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Pyyntöä ei voitu edelleenohjata.

    This request could not be forwarded to the origin server or to any parent caches.

    Mahdollisia ongelmia:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_CONNECT_FAIL squid3-3.1.20/errors/fi/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/fi/ERR_CONNECT_FAIL 2012-02-05 13:25:53.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_CONNECT_FAIL 2012-06-08 13:48:03.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    Järjestelmä palautti viestin:%E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    Järjestelmä palautti viestin:%E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_DIR_LISTING squid3-3.1.20/errors/fi/ERR_DIR_LISTING --- squid3-3.1.19/errors/fi/ERR_DIR_LISTING 2012-02-05 13:25:55.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_DIR_LISTING 2012-06-08 13:48:04.000000000 +0200 @@ -1 +1 @@ - Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory Parent Directory (Root Directory)

    \ No newline at end of file + Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_DNS_FAIL squid3-3.1.20/errors/fi/ERR_DNS_FAIL --- squid3-3.1.19/errors/fi/ERR_DNS_FAIL 2012-02-05 13:25:58.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_DNS_FAIL 2012-06-08 13:48:06.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nimelle %H ei voitu määrittää IP-osoitetta.

    DNS-palvelin palautti viestin:

    %z

    Tämä tarkoittaa, että Välityspalvelin ei voinut selvittää URL:ssä esitettyä palvelinnimeä. Tarkista, että osoite on oikein.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nimelle %H ei voitu määrittää IP-osoitetta.

    DNS-palvelin palautti viestin:

    %z

    Tämä tarkoittaa, että Välityspalvelin ei voinut selvittää URL:ssä esitettyä palvelinnimeä. Tarkista, että osoite on oikein.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_ESI squid3-3.1.20/errors/fi/ERR_ESI --- squid3-3.1.19/errors/fi/ERR_ESI 2012-02-05 13:26:02.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_ESI 2012-06-08 13:48:07.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_FORWARDING_DENIED squid3-3.1.20/errors/fi/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/fi/ERR_FORWARDING_DENIED 2012-02-05 13:26:07.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_FORWARDING_DENIED 2012-06-08 13:48:09.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Edelleenohjaus evätty.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Edelleenohjaus evätty.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_FTP_DISABLED squid3-3.1.20/errors/fi/ERR_FTP_DISABLED --- squid3-3.1.19/errors/fi/ERR_FTP_DISABLED 2012-02-05 13:26:09.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_FTP_DISABLED 2012-06-08 13:48:11.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP on poistettu käytöstä

    FTP on poistettu käytöstä.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP on poistettu käytöstä

    FTP on poistettu käytöstä.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_FTP_FAILURE squid3-3.1.20/errors/fi/ERR_FTP_FAILURE --- squid3-3.1.19/errors/fi/ERR_FTP_FAILURE 2012-02-05 13:26:13.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_FTP_FAILURE 2012-06-08 13:48:12.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    Tapahtui FTP-protokollavirhe yritettäessä hakea URL-osoitetta: %U

    Squid lähetti seuraavan FTP-komennon:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    Tapahtui FTP-protokollavirhe yritettäessä hakea URL-osoitetta: %U

    Squid lähetti seuraavan FTP-komennon:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/fi/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/fi/ERR_FTP_FORBIDDEN 2012-02-05 13:26:15.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_FTP_FORBIDDEN 2012-06-08 13:48:14.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid lähetti seuraavan FTP-komennon:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid lähetti seuraavan FTP-komennon:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/fi/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/fi/ERR_FTP_NOT_FOUND 2012-02-05 13:26:19.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_FTP_NOT_FOUND 2012-06-08 13:48:16.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid lähetti seuraavan FTP-komennon:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid lähetti seuraavan FTP-komennon:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/fi/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/fi/ERR_FTP_PUT_CREATED 2012-02-05 13:26:22.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_FTP_PUT_CREATED 2012-06-08 13:48:17.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Toiminto onnistui

    Tiedosto luotu




    \ No newline at end of file + FTP PUT Successful.

    Toiminto onnistui

    Tiedosto luotu




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/fi/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/fi/ERR_FTP_PUT_ERROR 2012-02-05 13:26:24.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_FTP_PUT_ERROR 2012-06-08 13:48:19.000000000 +0200 @@ -1 +1 @@ - VIRHE: FTP upload failed

    ERROR

    FTP PUT upload failed


    Tapahtui FTP-protokollavirhe yritettäessä hakea URL-osoitetta: %U

    Squid lähetti seuraavan FTP-komennon:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: FTP upload failed

    ERROR

    FTP PUT upload failed


    Tapahtui FTP-protokollavirhe yritettäessä hakea URL-osoitetta: %U

    Squid lähetti seuraavan FTP-komennon:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/fi/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/fi/ERR_FTP_PUT_MODIFIED 2012-02-05 13:26:28.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_FTP_PUT_MODIFIED 2012-06-08 13:48:21.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Toiminto onnistui

    Tiedosto päivitetty




    \ No newline at end of file + FTP PUT Successful.

    Toiminto onnistui

    Tiedosto päivitetty




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/fi/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/fi/ERR_FTP_UNAVAILABLE 2012-02-05 13:26:30.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_FTP_UNAVAILABLE 2012-06-08 13:48:22.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid lähetti seuraavan FTP-komennon:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid lähetti seuraavan FTP-komennon:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/fi/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/fi/ERR_GATEWAY_FAILURE 2012-02-05 13:26:33.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_GATEWAY_FAILURE 2012-06-08 13:48:24.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_ICAP_FAILURE squid3-3.1.20/errors/fi/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/fi/ERR_ICAP_FAILURE 2012-02-05 13:26:36.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_ICAP_FAILURE 2012-06-08 13:48:26.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    Järjestelmä palautti viestin:%E

    This means that some aspect of the ICAP communication failed.

    Mahdollisia ongelmia:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    Järjestelmä palautti viestin:%E

    This means that some aspect of the ICAP communication failed.

    Mahdollisia ongelmia:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_INVALID_REQ squid3-3.1.20/errors/fi/ERR_INVALID_REQ --- squid3-3.1.19/errors/fi/ERR_INVALID_REQ 2012-02-05 13:26:39.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_INVALID_REQ 2012-06-08 13:48:27.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Mahdollisia ongelmia:

    • Puuttuva tai tuntematon hakupyynnön tyyppi

    • Puuttuva URL

    • Puuttuva HTTP-tunniste (HTTP/1.0).

    • Hakupyyntö on liian suuri

    • Content-Length puuttuu POST- tai PUT-hakupyynnostä

    • Virheellinen merkki palvelinnimessä; alaviivat eivät ole sallittuja

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Mahdollisia ongelmia:

    • Puuttuva tai tuntematon hakupyynnön tyyppi

    • Puuttuva URL

    • Puuttuva HTTP-tunniste (HTTP/1.0).

    • Hakupyyntö on liian suuri

    • Content-Length puuttuu POST- tai PUT-hakupyynnostä

    • Virheellinen merkki palvelinnimessä; alaviivat eivät ole sallittuja

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_INVALID_RESP squid3-3.1.20/errors/fi/ERR_INVALID_RESP --- squid3-3.1.19/errors/fi/ERR_INVALID_RESP 2012-02-05 13:26:42.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_INVALID_RESP 2012-06-08 13:48:29.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_INVALID_URL squid3-3.1.20/errors/fi/ERR_INVALID_URL --- squid3-3.1.19/errors/fi/ERR_INVALID_URL 2012-02-05 13:26:44.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_INVALID_URL 2012-06-08 13:48:31.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Virheellinen URL-osoite

    Joku osa URL-osoitetta on virheellinen.

    Mahdollisia ongelmia:

    • Puuttuva tai virheellinen yhteyskäytäntö (tulisi olla http:// tai vastaava)

    • Puuttuva palvelinnimi

    • Kielletty kaksois-escape URL-osoitteessa

    • Virheellinen merkki palvelinnimessä; alaviivat eivät ole sallittuja

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Virheellinen URL-osoite

    Joku osa URL-osoitetta on virheellinen.

    Mahdollisia ongelmia:

    • Puuttuva tai virheellinen yhteyskäytäntö (tulisi olla http:// tai vastaava)

    • Puuttuva palvelinnimi

    • Kielletty kaksois-escape URL-osoitteessa

    • Virheellinen merkki palvelinnimessä; alaviivat eivät ole sallittuja

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_LIFETIME_EXP squid3-3.1.20/errors/fi/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/fi/ERR_LIFETIME_EXP 2012-02-05 13:26:47.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_LIFETIME_EXP 2012-06-08 13:48:32.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Yhteyden elinaika umpeutui

    Squid on keskeyttänyt hakupuunnön, koska se ylitti suurimman mahdollisimman yhteyden elinajan.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Yhteyden elinaika umpeutui

    Squid on keskeyttänyt hakupuunnön, koska se ylitti suurimman mahdollisimman yhteyden elinajan.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_NO_RELAY squid3-3.1.20/errors/fi/ERR_NO_RELAY --- squid3-3.1.19/errors/fi/ERR_NO_RELAY 2012-02-05 13:26:51.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_NO_RELAY 2012-06-08 13:48:34.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Ei WAIS-linkkiä

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Ei WAIS-linkkiä

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/fi/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/fi/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:26:54.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:48:35.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/error-details.txt squid3-3.1.20/errors/fi/error-details.txt --- squid3-3.1.19/errors/fi/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/fi/error-details.txt 2012-06-08 13:48:55.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/fi/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/fi/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/fi/ERR_PRECONDITION_FAILED 2012-02-05 13:26:57.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_PRECONDITION_FAILED 2012-06-08 13:48:37.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_READ_ERROR squid3-3.1.20/errors/fi/ERR_READ_ERROR --- squid3-3.1.19/errors/fi/ERR_READ_ERROR 2012-02-05 13:26:59.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_READ_ERROR 2012-06-08 13:48:39.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lukuvirhe

    Järjestelmä palautti viestin:%E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lukuvirhe

    Järjestelmä palautti viestin:%E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_READ_TIMEOUT squid3-3.1.20/errors/fi/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/fi/ERR_READ_TIMEOUT 2012-02-05 13:27:02.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_READ_TIMEOUT 2012-06-08 13:48:40.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lukemisen aikakatkaisu

    Järjestelmä palautti viestin:%E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lukemisen aikakatkaisu

    Järjestelmä palautti viestin:%E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/fi/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/fi/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:27:05.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:48:42.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    Järjestelmä palautti viestin:%E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    Järjestelmä palautti viestin:%E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_SHUTTING_DOWN squid3-3.1.20/errors/fi/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/fi/ERR_SHUTTING_DOWN 2012-02-05 13:27:07.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_SHUTTING_DOWN 2012-06-08 13:48:44.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_SOCKET_FAILURE squid3-3.1.20/errors/fi/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/fi/ERR_SOCKET_FAILURE 2012-02-05 13:27:10.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_SOCKET_FAILURE 2012-06-08 13:48:45.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Sokettivirhe

    Järjestelmä palautti viestin:%E

    Squid ei voinut luoda TCP-sokettia, oletettavasti valtavan kuorman vuoksi. Uusi hakupyyntösi.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Sokettivirhe

    Järjestelmä palautti viestin:%E

    Squid ei voinut luoda TCP-sokettia, oletettavasti valtavan kuorman vuoksi. Uusi hakupyyntösi.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_TOO_BIG squid3-3.1.20/errors/fi/ERR_TOO_BIG --- squid3-3.1.19/errors/fi/ERR_TOO_BIG 2012-02-05 13:27:13.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_TOO_BIG 2012-06-08 13:48:47.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/fi/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/fi/ERR_UNSUP_HTTPVERSION 2012-02-05 13:27:16.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_UNSUP_HTTPVERSION 2012-06-08 13:48:49.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_UNSUP_REQ squid3-3.1.20/errors/fi/ERR_UNSUP_REQ --- squid3-3.1.19/errors/fi/ERR_UNSUP_REQ 2012-02-05 13:27:20.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_UNSUP_REQ 2012-06-08 13:48:50.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Hakupyynnon tyyppi ja yhteyskäytäntö ei tuettu

    Squid ei tue kaikkia hakupyynnon tyyppejä kaikilla protokollilla. Et voi esimerkiksi käyttää POST-pyyntöä gopherilla.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Hakupyynnon tyyppi ja yhteyskäytäntö ei tuettu

    Squid ei tue kaikkia hakupyynnon tyyppejä kaikilla protokollilla. Et voi esimerkiksi käyttää POST-pyyntöä gopherilla.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_URN_RESOLVE squid3-3.1.20/errors/fi/ERR_URN_RESOLVE --- squid3-3.1.19/errors/fi/ERR_URN_RESOLVE 2012-02-05 13:27:22.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_URN_RESOLVE 2012-06-08 13:48:52.000000000 +0200 @@ -1 +1 @@ - VIRHE: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    The following error was encountered while trying to retrieve the URN: %U

    URN:ää ei voitu selvittää

    Hei, älä odota liikaa URN:iltä kun kyseessä on %T :-)

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    The following error was encountered while trying to retrieve the URN: %U

    URN:ää ei voitu selvittää

    Hei, älä odota liikaa URN:iltä kun kyseessä on %T :-)

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_WRITE_ERROR squid3-3.1.20/errors/fi/ERR_WRITE_ERROR --- squid3-3.1.19/errors/fi/ERR_WRITE_ERROR 2012-02-05 13:27:24.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_WRITE_ERROR 2012-06-08 13:48:54.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Virhe kirjoitettaessa

    Järjestelmä palautti viestin:%E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Virhe kirjoitettaessa

    Järjestelmä palautti viestin:%E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fi/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/fi/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/fi/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:27:27.000000000 +0100 +++ squid3-3.1.20/errors/fi/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:48:55.000000000 +0200 @@ -1 +1 @@ - VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nollan pituinen vastaus

    Haku ei tuonut Squidille mitään tietoa.

    Your cache administrator is %w.



    \ No newline at end of file + VIRHE: Pyydettyä URL-osoitetta ei voitu hakea

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nollan pituinen vastaus

    Haku ei tuonut Squidille mitään tietoa.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_ACCESS_DENIED squid3-3.1.20/errors/fr/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/fr/ERR_ACCESS_DENIED 2012-02-05 13:27:30.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_ACCESS_DENIED 2012-06-08 13:48:57.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Accès interdit.

    La configuration du contrôle d'accès, empêche votre requête d'être acceptée. Si vous pensez que c'est une erreur, contactez votre fournisseur d'accès.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Accès interdit.

    La configuration du contrôle d'accès, empêche votre requête d'être acceptée. Si vous pensez que c'est une erreur, contactez votre fournisseur d'accès.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:48:59.000000000 +0200 @@ -0,0 +1 @@ + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Le temps de connexion de votre quota est dépassé.

    Ce proxy utilise un quota qui limite le temps de connexion. Le crédit de votre quota est actuellement vide, mais il sera de nouveau crédité lorsque vous allez redémarrer le proxy.

    Ces limites ont été fixées par le Fournisseur d'Accès Internet et agissent sur ce proxy. Si vous pensez que c'est une erreur, contactez le fournisseur d'accès.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/fr/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/fr/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_AGENT_CONFIGURE 2012-06-08 13:49:00.000000000 +0200 @@ -0,0 +1 @@ + Configuration du navigateur Web

    ERREUR

    Web Browser Configuration


    Vous devez corriger la configuration de votre navigateur Web, pour qu'il soit utilisé dans ce réseau

    Comment trouver ces réglages dans votre navigateur :

    Pour configurer Firefox, allez à :
    • Outils -> Options -> Avancé -> Réseau -> Paramètres de Connexion
    • Vous devez indiquer dans la fenêtre du proxy HTTP, le nom du proxy %h et le port 3128
    Pour configurer Internet Explorer, allez à :
    • Outils -> Options Internet -> Connexion -> Paramètres LAN -> Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Pour configurer Opéra, allez à :
    • Outils -> Préférences -> Avancé -> Réseau -> Serveur Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_AGENT_WPAD squid3-3.1.20/errors/fr/ERR_AGENT_WPAD --- squid3-3.1.19/errors/fr/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_AGENT_WPAD 2012-06-08 13:49:02.000000000 +0200 @@ -0,0 +1 @@ + Configuration du navigateur Web

    ERREUR

    Web Browser Configuration


    Vous devez corriger la configuration de votre navigateur Web, pour qu'il soit utilisé dans ce réseau

    Comment trouver ces réglages dans votre navigateur :

    Pour configurer Firefox, allez à :
    • Outils -> Options -> Avancé -> Réseau -> Paramètres de Connexion
    • Sélectionnez détection automatique dans les paramètres du proxy pour ce réseau
    Pour configurer Internet Explorer, allez à :
    • Outils -> Options Internet -> Connexion -> Paramètres LAN -> Proxy
    • Sélectionnez le paramètre détection automatique
    Pour configurer Opéra, allez à :
    • Outils -> Préférences -> Avancé -> Réseau -> Serveur Proxy
    • Utilisez la sélection automatique pour configurer le proxy

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/fr/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/fr/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:27:33.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:49:03.000000000 +0200 @@ -1 +1 @@ - ERREUR: Cache Access Denied

    ERROR

    Cache Accès interdit.


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Accès au cache interdit.

    Désolé, vous n'êtes pas autorisé à demander la requête %U de ce cache tant que vous ne vous serez pas identifié.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + ERREUR: Cache Access Denied

    ERROR

    Cache Accès interdit.


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Accès au cache interdit.

    Désolé, vous n'êtes pas autorisé à demander la requête %U de ce cache tant que vous ne serez pas identifié.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:27:35.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:49:05.000000000 +0200 @@ -1 +1 @@ - ERREUR: Cache Manager Access Denied

    ERROR

    Cache Manager Accès interdit.


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Accès au Gestionnaire de Cache Interdit.

    Désolé, vous n'êtes pas autorisé à demander la requête %U au travers du gestionnaire de cache tant que vous ne vous serez pas identifié.

    S'il vous plait, contacter administrateur du proxy si vous avez des difficultés pour vous authentifier ou si vous êtes l'administrateur, lisez la documentation Squid sur l'interface du gestionnaire de cache, vérifiez aussi les fichiers logs du gestionnaire cache pour analyser en détails les messages d'erreurs.



    \ No newline at end of file + ERREUR: Cache Manager Access Denied

    ERROR

    Cache Manager Accès interdit.


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Accès au Gestionnaire de Cache Interdit.

    Désolé, vous n'êtes pas autorisé à demander la requête %U au travers du gestionnaire de cache tant que vous ne serez pas identifié.

    S'il vous plait, contacter l'administrateur du proxy si vous avez des difficultés pour vous authentifier ou si vous êtes administrateur, lisez la documentation Squid sur l'interface du gestionnaire du cache, vérifiez aussi les fichiers logs du cache pour analyser en détails les messages d'erreurs.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_CANNOT_FORWARD squid3-3.1.20/errors/fr/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/fr/ERR_CANNOT_FORWARD 2012-02-05 13:27:38.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_CANNOT_FORWARD 2012-06-08 13:49:07.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    En ce moment, il est impossible de retransmettre cette requête.

    Cette requête ne peut pas être transférée au serveur source ou à tous les proxy parent. La cause la plus probable est que l'administrateur du proxy a bloqué des connexions directes au serveur d'origine, et tous les proxy parents configurés sont actuellement inaccessibles.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    En ce moment, il est impossible de retransmettre cette requête.

    This request could not be forwarded to the origin server or to any parent caches.

    Problèmes possibles :

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_CONNECT_FAIL squid3-3.1.20/errors/fr/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/fr/ERR_CONNECT_FAIL 2012-02-05 13:27:40.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_CONNECT_FAIL 2012-06-08 13:49:08.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    La connexion %I a échouée.

    Le système a retourné : %E

    L'hôte distant ou le réseau sont peut-être défaillant. Veuillez renouveler votre requête.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    La connexion %I a échouée.

    Le système a retourné : %E

    L'hôte distant ou le réseau sont peut-être défaillant. Veuillez renouveler votre requête.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_DIR_LISTING squid3-3.1.20/errors/fr/ERR_DIR_LISTING --- squid3-3.1.19/errors/fr/ERR_DIR_LISTING 2012-02-05 13:27:42.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_DIR_LISTING 2012-06-08 13:49:10.000000000 +0200 @@ -1 +1 @@ - Répertoire : %U

    Répertoire : %U/


    Contenu du Répertoire :

    %z
    %g
    Répertoire Parent Répertoire Parent (Répertoire Racine)

    \ No newline at end of file + Répertoire : %U

    Répertoire : %U/


    Contenu du répertoire :

    %z
    %g
    Répertoire Parent (Répertoire Racine)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_DNS_FAIL squid3-3.1.20/errors/fr/ERR_DNS_FAIL --- squid3-3.1.19/errors/fr/ERR_DNS_FAIL 2012-02-05 13:27:45.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_DNS_FAIL 2012-06-08 13:49:12.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Impossible de déterminer l'adresse IP du nom d'hôte %H

    Le serveur DNS a retourné :

    %z

    Cela signifie que le proxy ne peut pas résoudre le nom d'hôte présent dans l'URL. Vérifier si l'adresse est correcte.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Impossible de déterminer l'adresse IP du nom d'hôte %H

    Le serveur DNS a retourné :

    %z

    Cela signifie que le proxy ne peut pas résoudre le nom d'hôte présent dans l'URL. Vérifier si l'adresse est correcte.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_ESI squid3-3.1.20/errors/fr/ERR_ESI --- squid3-3.1.19/errors/fr/ERR_ESI 2012-02-05 13:27:50.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_ESI 2012-06-08 13:49:13.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Le traitement ESI a échoué.

    Le processeur ESI a répondu :

    %Z

    Cela signifie que le substitut n'a pas été capable de traiter le modèle ESI. Veuillez reporter cette erreur au webmaster.

    Votre webmaster est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Le traitement ESI a échoué.

    Le processus ESI a répondu :

    %Z

    Cela signifie que le substitut n'a pas été capable de traiter le modèle ESI. Veuillez reporter cette erreur au webmaster.

    Votre webmaster est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_FORWARDING_DENIED squid3-3.1.20/errors/fr/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/fr/ERR_FORWARDING_DENIED 2012-02-05 13:27:53.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_FORWARDING_DENIED 2012-06-08 13:49:15.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Retransmission interdite.

    Ce proxy ne fera pas suivre votre requête, car il essaye de mettre en application une interaction. Le client %i est peut-être un cache mal configuré.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Transmission interdite.

    Ce proxy ne fera pas suivre votre requête, car il essaye de mettre en application une interaction. Le client %i est peut-être un cache mal configuré.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_FTP_DISABLED squid3-3.1.20/errors/fr/ERR_FTP_DISABLED --- squid3-3.1.19/errors/fr/ERR_FTP_DISABLED 2012-02-05 13:27:55.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_FTP_DISABLED 2012-06-08 13:49:17.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    FTP est désactivé

    Ce proxy ne prend pas en compte le protocole FTP.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    FTP est désactivé

    Ce proxy ne prend pas en compte le protocole FTP.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_FTP_FAILURE squid3-3.1.20/errors/fr/ERR_FTP_FAILURE --- squid3-3.1.19/errors/fr/ERR_FTP_FAILURE 2012-02-05 13:27:58.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_FTP_FAILURE 2012-06-08 13:49:18.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant de charger l'URL : %U une erreur de protocole FTP est survenue.

    Squid a envoyé la commande FTP suivante :

    %f

    Le serveur a répondu :

    %F
    %g

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant de charger l'URL : %U une erreur de protocole FTP est survenue.

    Squid a envoyé la commande FTP suivante :

    %f

    Le serveur a répondu :

    %F
    %g

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/fr/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/fr/ERR_FTP_FORBIDDEN 2012-02-05 13:28:01.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_FTP_FORBIDDEN 2012-06-08 13:49:20.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant de charger l'URL : %U une erreur d'authentification a eu lieu lors de l'accès au serveur FTP.

    Squid a envoyé la commande FTP suivante :

    %f

    Le serveur a répondu :

    %F
    %g

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant de charger l'URL : %U une erreur d'authentification a eu lieu lors de l'accès au serveur FTP.

    Squid a envoyé la commande FTP suivante :

    %f

    Le serveur a répondu :

    %F
    %g

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/fr/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/fr/ERR_FTP_NOT_FOUND 2012-02-05 13:28:03.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_FTP_NOT_FOUND 2012-06-08 13:49:22.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'URL suivante n'a pas pu être chargée : %U

    Squid a envoyé la commande FTP suivante :

    %f

    Le serveur a répondu :

    %F
    %g

    Cela pourrait être causé par une URL FTP qui contient les chemins absolus (ce qui n'est pas compatible avec la RFC 1738). Si tel est le cas, le fichier peut être disponible à l'adresse B .

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'URL suivante n'a pas pu être chargée : %U

    Squid a envoyé la commande FTP suivante :

    %f

    Le serveur a répondu :

    %F
    %g

    Cela pourrait être causé par une URL FTP qui contient un chemin absolut (ce qui n'est pas compatible avec la RFC 1738). Si tel est le cas, le fichier peut être disponible à l'adresse %B.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/fr/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/fr/ERR_FTP_PUT_CREATED 2012-02-05 13:28:05.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_FTP_PUT_CREATED 2012-06-08 13:49:23.000000000 +0200 @@ -1 +1 @@ - FTP PUT envoi du fichier réussi.

    Opération réussie

    Le fichier a été créé.




    \ No newline at end of file + FTP avec PUT, l'envoi du fichier a réussi.

    Opération réussie

    Le fichier a été créé




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/fr/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/fr/ERR_FTP_PUT_ERROR 2012-02-05 13:28:08.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_FTP_PUT_ERROR 2012-06-08 13:49:25.000000000 +0200 @@ -1 +1 @@ - ERREUR: FTP upload failed

    ERROR

    FTP PUT échec à l'envoi du fichier


    En essayant de charger l'URL : %U une erreur de protocole FTP est survenue.

    Squid a envoyé la commande FTP suivante :

    %f

    Le serveur a répondu :

    %F

    Cela signifie que le serveur FTP n'a pas les autorisations ou pas assez d'espace pour stocker ce fichier. Veuillez vérifier l'emplacement, les autorisations et l'espace disque puis essayez de nouveau.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: FTP upload failed

    ERROR

    FTP avec PUT, échec lors de l'envoi du fichier


    En essayant de charger l'URL : %U une erreur de protocole FTP est survenue.

    Squid a envoyé la commande FTP suivante :

    %f

    Le serveur a répondu :

    %F

    Cela signifie que le serveur FTP n'a pas les autorisations ou pas assez d'espace pour stocker ce fichier. Veuillez vérifier le chemin, les autorisations et l'espace disque puis essayez de nouveau.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/fr/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/fr/ERR_FTP_PUT_MODIFIED 2012-02-05 13:28:10.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_FTP_PUT_MODIFIED 2012-06-08 13:49:27.000000000 +0200 @@ -1 +1 @@ - FTP PUT envoi du fichier réussi.

    Opération réussie

    Le fichier a été mis à jour




    \ No newline at end of file + FTP avec PUT, l'envoi du fichier a réussi.

    Opération réussie

    Le fichier a été mis à jour




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/fr/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/fr/ERR_FTP_UNAVAILABLE 2012-02-05 13:28:13.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_FTP_UNAVAILABLE 2012-06-08 13:49:28.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    Le serveur FTP était surchargé et ne permettent pas l'accès à l'URL : %U

    Squid a envoyé la commande FTP suivante :

    %f

    Le serveur a répondu :

    %F
    %g

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    Le serveur FTP est surchargé et ne permet pas d'accéder à l'URL : %U

    Squid a envoyé la commande FTP suivante :

    %f

    Le serveur a répondu :

    %F
    %g

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/fr/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/fr/ERR_GATEWAY_FAILURE 2012-02-05 13:28:15.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_GATEWAY_FAILURE 2012-06-08 13:49:30.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Défaillance de la passerelle Proxy

    Une défaillance interne non-récupérable ou un problème de configuration empêchent cette requête de s'achever.

    Ces limites ont été fixées par le Fournisseur d'Accès Internet et agissent sur ce proxy. Si vous pensez que c'est une erreur, contactez le fournisseur d'accès.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_ICAP_FAILURE squid3-3.1.20/errors/fr/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/fr/ERR_ICAP_FAILURE 2012-02-05 13:28:19.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_ICAP_FAILURE 2012-06-08 13:49:32.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Erreur de protocole ICAP.

    Le système a retourné : %E

    Cela signifie que certains aspects de la communication ICAP a échoués.

    Problèmes possibles :

    • Le serveur ICAP n'est pas joignable.

    • Une réponse illégale a été reçue par le serveur ICAP.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Erreur de protocole ICAP.

    Le système a retourné : %E

    Cela signifie que certains aspects de la communication ICAP a échoués.

    Problèmes possibles :

    • Le serveur ICAP n'est pas joignable.

    • Une réponse illégale a été reçue par le serveur ICAP.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_INVALID_REQ squid3-3.1.20/errors/fr/ERR_INVALID_REQ --- squid3-3.1.19/errors/fr/ERR_INVALID_REQ 2012-02-05 13:28:22.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_INVALID_REQ 2012-06-08 13:49:34.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    Requête Invalide une erreur a été rencontrée en essayant de traiter la requête :

    %R

    Problèmes possibles :

    • Requête de la méthode non précisée ou inconnue.

    • L'URL n'est pas spécifiée

    • L'identifiant HTTP est absent pour (HTTP/1.0).

    • La requête est trop volumineuse

    • Le champ "Content-Length" est absent, pour l'utilisation des requêtes POST ou PUT

    • Caractère non valide dans le nom d'hôte; les Caractères soulignés (underscores) ne sont pas autorisés.

    • HTTP/1.1 Expect: cette fonction a besoin du logiciel HTTP/1.0.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    Requête invalide une erreur a été rencontrée en essayant de traiter la requête :

    %R

    Problèmes possibles :

    • Requête de la méthode non précisée ou inconnue.

    • L'URL n'est pas spécifiée

    • L'identifiant HTTP est absent pour (HTTP/1.0).

    • La requête est trop volumineuse

    • Le champ "Content-Length" est absent, pour l'utilisation des requêtes avec POST ou PUT

    • Caractère non valide dans le nom d'hôte; Les caractères soulignés (underscores) ne sont pas autorisés.

    • HTTP/1.1 Expect: cette fonction a besoin du logiciel HTTP/1.0.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_INVALID_RESP squid3-3.1.20/errors/fr/ERR_INVALID_RESP --- squid3-3.1.19/errors/fr/ERR_INVALID_RESP 2012-02-05 13:28:24.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_INVALID_RESP 2012-06-08 13:49:35.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    Réponse Invalide une erreur a été rencontrée en essayant de traiter la requête :

    %R

    Le message reçu par le serveur HTTP contacté, n'a pas pu être compris ou a été mal formulé. Veuillez contacter le responsable du site.

    Si nécessaire, votre administrateur proxy peut vous fournir plus de détails sur la nature exacte du problème.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    Réponse invalide une erreur a été rencontrée en essayant de traiter la requête :

    %R

    La réponse HTTP reçu, qui a été envoyée par le serveur n'a pas pu être compris ou a été mal formulé. Veuillez contacter le responsable du site.

    Si nécessaire, votre administrateur proxy peut vous fournir plus de détails sur la nature exacte du problème.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_INVALID_URL squid3-3.1.20/errors/fr/ERR_INVALID_URL --- squid3-3.1.19/errors/fr/ERR_INVALID_URL 2012-02-05 13:28:28.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_INVALID_URL 2012-06-08 13:49:37.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    URL invalide

    Quelque chose dans l'adresse URL est incorrect.

    Problèmes possibles :

    • Le protocole d'accès est absent ou incorrect (il doit être de la forme http:// ou similaire)

    • Le nom d'hôte n'est pas spécifié

    • Les double espaces ne sont pas valides dans une adresse URL

    • Caractère non valide dans le nom d'hôte; les Caractères soulignés (underscores) ne sont pas autorisés.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    URL invalide

    Quelque chose dans l'adresse URL est incorrect.

    Problèmes possibles :

    • Le protocole d'accès est absent ou incorrect (il doit être sous la forme http:// ou similaire)

    • Le nom d'hôte n'est pas spécifié

    • Les double espaces ne sont pas valides dans une adresse URL

    • Caractère non valide dans le nom d'hôte; Les caractères soulignés (underscores) ne sont pas autorisés.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_LIFETIME_EXP squid3-3.1.20/errors/fr/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/fr/ERR_LIFETIME_EXP 2012-02-05 13:28:31.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_LIFETIME_EXP 2012-06-08 13:49:38.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    La durée de vie de la connexion est dépassée

    Squid a mis fin à cette requête car elle a excédé la durée de vie maximale.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    La durée de vie de la connexion est dépassée

    Squid a mis fin à cette requête car elle a excédé la durée de vie maximale.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_NO_RELAY squid3-3.1.20/errors/fr/ERR_NO_RELAY --- squid3-3.1.19/errors/fr/ERR_NO_RELAY 2012-02-05 13:28:34.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_NO_RELAY 2012-06-08 13:49:40.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Aucun relais WAIS

    Sur ce proxy Il n'y a pas d'hôte définie pour un relais WAIS! Adressez-vous à votre administrateur.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Aucun relais WAIS

    Sur ce proxy il n'y a pas d'hôte définie pour le relais WAIS ! Adressez-vous à votre administrateur.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/fr/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/fr/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:28:36.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:49:42.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Aucun document valide n'a été trouvé dans le cache et la directive only-if-cached a été spécifiée.

    Vous avez émis une demande avec une directive de contrôle du cache only-if-cached. Le document n'a pas été trouvé dans le cache ou il nécessite une opération de vérification, qui est interdite par la directive only-if-cached.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Aucun document valide n'a été trouvé dans le cache, de plus la directive only-if-cached a été spécifiée.

    Vous avez émis une demande avec une directive de contrôle du cache only-if-cached. Le document n'a pas été trouvé dans le cache ou il nécessite une opération de vérification, qui est interdite par la directive only-if-cached.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/error-details.txt squid3-3.1.20/errors/fr/error-details.txt --- squid3-3.1.19/errors/fr/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/fr/error-details.txt 2012-06-08 13:50:06.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/fr/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/fr/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/fr/ERR_PRECONDITION_FAILED 2012-02-05 13:28:39.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_PRECONDITION_FAILED 2012-06-08 13:49:43.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    La précondition a échouée.

    Cela signifie :

    Au moins une précondition indiquée dans l'en-tête de la requête du client HTTP a échoué.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    La précondition a échouée.

    Cela signifie :

    Au moins une précondition indiquée dans l'en-tête de la requête du client HTTP a échoué.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_READ_ERROR squid3-3.1.20/errors/fr/ERR_READ_ERROR --- squid3-3.1.19/errors/fr/ERR_READ_ERROR 2012-02-05 13:28:42.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_READ_ERROR 2012-06-08 13:49:45.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Erreur de lecture

    Le système a retourné : %E

    Lors de la lecture des informations sur le réseau une erreur est survenue. Veuillez renouveler votre requête.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Erreur de lecture

    Le système a retourné : %E

    Lors de la lecture des informations sur le réseau une erreur est survenue. Veuillez renouveler votre requête.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_READ_TIMEOUT squid3-3.1.20/errors/fr/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/fr/ERR_READ_TIMEOUT 2012-02-05 13:28:46.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_READ_TIMEOUT 2012-06-08 13:49:47.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Délai de lecture dépassé

    Le système a retourné : %E

    Le délai a été dépassé lors de la lecture de données sur le réseau. Le réseau ou le serveur sont peut-être hors service ou surchargés. Merci de renouveler votre requête.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Délai de lecture dépassé

    Le système a retourné : %E

    Le délai a été dépassé lors de la lecture de données sur le réseau. Le réseau ou le serveur sont peut-être hors service ou surchargés. Merci de renouveler votre requête.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/fr/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/fr/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:28:49.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:49:49.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Il n'a pas été possible d'établir d'une connexion sécurisée vers %I

    Le système a retourné : %E

    Ce proxy et l'hôte distant n'ont pas pu négocier mutuellement une connexion de sécurité pour le traitement de votre requête. Il est possible que l'hôte distant ne supporte pas les connexions sécurisées, ou que le proxy n'est pas satisfait du certificat de sécurité de l'hôte distant.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Il n'a pas été possible d'établir une connexion sécurisée avec %I

    Le système a retourné : %E

    Ce proxy et l'hôte distant n'ont pas pu négocier mutuellement une connexion sécurisée pour le traitement de votre requête. Il est possible que l'hôte distant ne supporte pas les connexions sécurisées, ou que le proxy n'est pas satisfait du certificat de sécurité de l'hôte distant.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_SHUTTING_DOWN squid3-3.1.20/errors/fr/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/fr/ERR_SHUTTING_DOWN 2012-02-05 13:28:52.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_SHUTTING_DOWN 2012-06-08 13:49:50.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Le proxy est arrêté temporairement, actuellement il est impossible de satisfaire votre requête. Veuillez renouveler votre requête ultérieurement.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Le proxy est arrêté temporairement, actuellement il est impossible de satisfaire votre requête. Veuillez renouveler votre requête ultérieurement.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_SOCKET_FAILURE squid3-3.1.20/errors/fr/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/fr/ERR_SOCKET_FAILURE 2012-02-05 13:28:54.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_SOCKET_FAILURE 2012-06-08 13:49:52.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Erreur de socket

    Le système a retourné : %E

    Squid n'est pas en mesure d'ouvrir une socket TCP, probablement due à une surcharge. Veuillez renouveler votre requête.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Erreur de socket

    Le système a retourné : %E

    Squid n'est pas en mesure d'ouvrir le socket TCP, probablement due à une surcharge. Veuillez renouveler votre requête.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_TOO_BIG squid3-3.1.20/errors/fr/ERR_TOO_BIG --- squid3-3.1.19/errors/fr/ERR_TOO_BIG 2012-02-05 13:29:01.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_TOO_BIG 2012-06-08 13:49:54.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    La requête ou la réponse est trop volumineuse.

    Si vous effectuez une requête POST ou PUT, l'élément que vous essayez d'envoyer est alors trop volumineux.

    Si vous effectuez une requête GET, l'élément que vous essayez de télécharger est alors trop volumineux.

    Ces limites ont été fixées par le Fournisseur d'Accès Internet et agissent sur ce proxy. Si vous pensez que c'est une erreur, contactez le fournisseur d'accès.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    La requête ou la réponse sont trop volumineuses.

    Si vous effectuez une requête avec POST ou PUT, l'élément que vous essayez d'envoyer est alors trop volumineux.

    Si vous effectuez une requête avec GET, l'élément que vous essayez de télécharger est alors trop volumineux.

    Ces limites ont été fixées par le Fournisseur d'Accès Internet et agissent sur ce proxy. Si vous pensez que c'est une erreur, contactez le fournisseur d'accès.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/fr/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/fr/ERR_UNSUP_HTTPVERSION 2012-02-05 13:29:04.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_UNSUP_HTTPVERSION 2012-06-08 13:49:55.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    Version HTTP non supportée


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Unsupported HTTP version

    Ce Squid ne supporte pas la version HTTP que vous tentez d'utiliser.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    Version HTTP non supportée


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Unsupported HTTP version

    Ce Squid ne supporte pas la version HTTP que vous tentez d'utiliser.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_UNSUP_REQ squid3-3.1.20/errors/fr/ERR_UNSUP_REQ --- squid3-3.1.19/errors/fr/ERR_UNSUP_REQ 2012-02-05 13:29:07.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_UNSUP_REQ 2012-06-08 13:49:57.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    La méthode de requête et le protocole ne sont pas pris en charge.

    Squid ne prend pas en charge tout les types de requêtes par rapport à tous les protocoles d'accès. Vous ne pouvez pas par exemple utiliser le protocole POST dans une requête Gopher.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    La méthode de requête et le protocole ne sont pas pris en charge.

    Squid ne prend pas en charge tous les types de requêtes par rapport à tous les protocoles d'accès. Vous ne pouvez pas par exemple utiliser une requête POST avec le protocole Gopher.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_URN_RESOLVE squid3-3.1.20/errors/fr/ERR_URN_RESOLVE --- squid3-3.1.19/errors/fr/ERR_URN_RESOLVE 2012-02-05 13:29:09.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_URN_RESOLVE 2012-06-08 13:49:59.000000000 +0200 @@ -1 +1 @@ - ERREUR: The requested URN could not be retrieved

    ERROR

    En utilisant URN, la requête URL n'a pas pu être chargée.


    En essayant d'accéder à l'URN %U l'erreur suivante a été rencontrée :

    Impossible de résoudre l'URN

    Hé! Il ne faut pas attendre grand-chose des URNs avec %T :)

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: The requested URN could not be retrieved

    ERROR

    En utilisant URN, la requête URL n'a pas pu être chargée.


    L'erreur suivante s'est produite en essayant d'accéder à l'URN : %U

    Impossible de résoudre l'URN

    Hé! Il ne faut pas attendre grand-chose des URNs avec %T :)

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_WRITE_ERROR squid3-3.1.20/errors/fr/ERR_WRITE_ERROR --- squid3-3.1.19/errors/fr/ERR_WRITE_ERROR 2012-02-05 13:29:12.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_WRITE_ERROR 2012-06-08 13:50:01.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Erreur d'écriture

    Le système a retourné : %E

    Lors de l'écriture des informations sur le réseau une erreur est survenue. Veuillez renouveler votre requête.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Erreur d'écriture

    Le système a retourné : %E

    Lors de l'écriture des informations sur le réseau une erreur est survenue. Veuillez renouveler votre requête.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/fr/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/fr/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/fr/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:29:15.000000000 +0100 +++ squid3-3.1.20/errors/fr/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:50:06.000000000 +0200 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    En essayant d'accéder à l'URL %U l'erreur suivante a été rencontrée :

    Réponse de longueur nulle

    Squid n'a reçu toutes les données pour cette requête.

    Votre administrateur proxy est %w.



    \ No newline at end of file + ERREUR: L'URL demandée n'a pas pu être trouvé

    ERROR

    The requested URL could not be retrieved


    L'erreur suivante s'est produite en essayant d'accéder à l'URL : %U

    Réponse de taille zéro

    Squid n'a pas reçu toutes les données pour cette requête.

    Votre administrateur proxy est %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_ACCESS_DENIED squid3-3.1.20/errors/he/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/he/ERR_ACCESS_DENIED 2012-02-05 13:29:17.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_ACCESS_DENIED 2012-06-08 13:50:10.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    הגישה נדחית

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    הגישה נדחתה

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:50:13.000000000 +0200 @@ -0,0 +1 @@ + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    Time Quota Exceeded.

    בשרת הפרוקסי קיימת הגבלה למשך הזמן המותר לך להיות מחובר. כרגע המכסה שלך לזמן חיבור הסתימה, אבל המכסה תתמלא שוב כאשר יעבור פרק הזמן המוגדר.

    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.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/he/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/he/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_AGENT_CONFIGURE 2012-06-08 13:50:15.000000000 +0200 @@ -0,0 +1 @@ + הגדרת דפדפן האינטרנט

    שגיאה

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    איך למצוא את ההגדרות האלה בדפדפן שלך:

    עבור דפדפן פיירפוקס, לך ל:
    • כלים -> אפשרויות -> אפשרויות מתקדמות -> רשת -> הגדרות חיבור
    • בתיבת הפרוקסי של HTTP, הקלד את שם שרת הפרוקסי %h ואת הפורט 3128
    עבור דפדפן אינטרנט אקספלורר, לך ל:
    • כלים -> אפשרויות אינטרנט -> חיבורים -> הגדרות LAN -> פרוקסי
    • In the HTTP proxy box type the proxy name %h and port 3128.
    עבור דפדפן אופרה, לך ל:
    • כלים -> העדפות -> הגדרות מתקדמות -> רשת -> שרתי פרוקסי
    • In the HTTP proxy box type the proxy name %h and port 3128.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_AGENT_WPAD squid3-3.1.20/errors/he/ERR_AGENT_WPAD --- squid3-3.1.19/errors/he/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_AGENT_WPAD 2012-06-08 13:50:19.000000000 +0200 @@ -0,0 +1 @@ + הגדרת דפדפן האינטרנט

    שגיאה

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    איך למצוא את ההגדרות האלה בדפדפן שלך:

    עבור דפדפן פיירפוקס, לך ל:
    • כלים -> אפשרויות -> אפשרויות מתקדמות -> רשת -> הגדרות חיבור
    • בחר "איתור הגדרות אוטומטי" עבר הרשת הזו
    עבור דפדפן אינטרנט אקספלורר, לך ל:
    • כלים -> אפשרויות אינטרנט -> חיבורים -> הגדרות LAN -> פרוקסי
    • בחר "איתור הגדרות אוטומטי"
    עבור דפדפן אופרה, לך ל:
    • כלים -> העדפות -> הגדרות מתקדמות -> רשת -> שרתי פרוקסי
    • בחר באיתור הגדרות אוטומטי עבור הגדרת הפרוקסי

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/he/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/he/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:29:21.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:50:21.000000000 +0200 @@ -1 +1 @@ - שגיאה: Cache Access Denied

    ERROR

    Cache הגישה נדחית


    The following error was encountered while trying to retrieve the URL: %U

    גישה ל-Cache נדחית

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + שגיאה: Cache Access Denied

    ERROR

    Cache הגישה נדחתה


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    גישה ל-Cache נדחית

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/he/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/he/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:29:24.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:50:23.000000000 +0200 @@ -1 +1 @@ - שגיאה: Cache Manager Access Denied

    ERROR

    Cache Manager הגישה נדחית


    The following error was encountered while trying to retrieve the URL: %U

    גישת מנהל לשרת נדחית.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file + שגיאה: Cache Manager Access Denied

    ERROR

    Cache Manager הגישה נדחתה


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    גישת מנהל לשרת נדחית.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_CANNOT_FORWARD squid3-3.1.20/errors/he/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/he/ERR_CANNOT_FORWARD 2012-02-05 13:29:26.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_CANNOT_FORWARD 2012-06-08 13:50:27.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    לא ניתן להעביר את הבקשה בשלב זה.

    This request could not be forwarded to the origin server or to any parent caches.

    Some possible problems are:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_CONNECT_FAIL squid3-3.1.20/errors/he/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/he/ERR_CONNECT_FAIL 2012-02-05 13:29:28.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_CONNECT_FAIL 2012-06-08 13:50:30.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    הודעת המערכת: %E

    The remote host or network may be down. Please try the request again.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    החיבור ל %I נכשל.

    הודעת המערכת: %E

    The remote host or network may be down. Please try the request again.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_DIR_LISTING squid3-3.1.20/errors/he/ERR_DIR_LISTING --- squid3-3.1.19/errors/he/ERR_DIR_LISTING 2012-02-05 13:29:30.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_DIR_LISTING 2012-06-08 13:50:32.000000000 +0200 @@ -1 +1 @@ - Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory Parent Directory (Root Directory)

    \ No newline at end of file + תיקייה: %U

    תיקייה: %U/


    תוכן התיקיה:

    %z
    %g
    תיקיית אב (תיקיית השורש)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_DNS_FAIL squid3-3.1.20/errors/he/ERR_DNS_FAIL --- squid3-3.1.19/errors/he/ERR_DNS_FAIL 2012-02-05 13:29:32.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_DNS_FAIL 2012-06-08 13:50:35.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    לא יכול למצוא כתובת IP בשביל %H

    הודעת שרת השמות:

    %z

    זה אומר ש השרת לא הצליח למצוא את השרת שצויין. בדוק את הכתובת.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    לא יכול למצוא כתובת IP בשביל %H

    הודעת שרת השמות:

    %z

    זה אומר ש השרת לא הצליח למצוא את השרת שצויין. בדוק את הכתובת.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_ESI squid3-3.1.20/errors/he/ERR_ESI --- squid3-3.1.19/errors/he/ERR_ESI 2012-02-05 13:29:34.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_ESI 2012-06-08 13:50:36.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    עיבוד ESI נכשל.

    The ESI processor returned:

    %Z

    משמעות הדבר היא שלא היה ניתן לעבד את תבנית ESI. אנא דווח על שגיאה זו למנהל הרשת.

    מנהל הרשת שלך הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_FORWARDING_DENIED squid3-3.1.20/errors/he/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/he/ERR_FORWARDING_DENIED 2012-02-05 13:29:36.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_FORWARDING_DENIED 2012-06-08 13:50:39.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    העברה נדחית.

    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.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    העברה נדחית.

    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.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_FTP_DISABLED squid3-3.1.20/errors/he/ERR_FTP_DISABLED --- squid3-3.1.19/errors/he/ERR_FTP_DISABLED 2012-02-05 13:29:38.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_FTP_DISABLED 2012-06-08 13:50:42.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP מבוטל

    שרת זה אינו תוצך ב-FTP.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    FTP מבוטל

    שרת זה אינו תומך ב-FTP.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_FTP_FAILURE squid3-3.1.20/errors/he/ERR_FTP_FAILURE --- squid3-3.1.19/errors/he/ERR_FTP_FAILURE 2012-02-05 13:29:40.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_FTP_FAILURE 2012-06-08 13:50:44.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    קרתה שגיאת פרוטוקול FTP כאשר ניסיתי לגשת אל הכתובת: %U

    השרת שלח את פקודת ה-FTP הבאה:

    %f

    The server responded with:

    %F
    %g

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    קרתה שגיאת פרוטוקול FTP כאשר בוצע ניסיון לגשת אל הכתובת: %U

    שרת ה Squid שלח את פקודת ה-FTP הבאה:

    %f

    תגובת השרת היא:

    %F
    %g

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/he/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/he/ERR_FTP_FORBIDDEN 2012-02-05 13:29:42.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_FTP_FORBIDDEN 2012-06-08 13:50:46.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    שגיאה בזיהוי משתמש FTP כאשר ניסיתי לגשת אל הכתובת: %U

    השרת שלח את פקודת ה-FTP הבאה:

    %f

    The server responded with:

    %F
    %g

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    שגיאה בזיהוי משתמש FTP כאשר בוצע ניסיון לגשת אל הכתובת: %U

    שרת ה Squid שלח את פקודת ה-FTP הבאה:

    %f

    תגובת השרת היא:

    %F
    %g

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/he/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/he/ERR_FTP_NOT_FOUND 2012-02-05 13:29:44.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_FTP_NOT_FOUND 2012-06-08 13:50:48.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    לא ניתן לגשת אל הכתובת הנ"ל: %U

    השרת שלח את פקודת ה-FTP הבאה:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    לא ניתן לגשת אל הכתובת: %U

    שרת ה Squid שלח את פקודת ה-FTP הבאה:

    %f

    תגובת השרת היא:

    %F
    %g

    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 %B.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/he/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/he/ERR_FTP_PUT_CREATED 2012-02-05 13:29:46.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_FTP_PUT_CREATED 2012-06-08 13:50:51.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    פעולה עברה בהצלחה

    הקובץ נוצר




    \ No newline at end of file + FTP PUT Successful.

    הפעולה עברה בהצלחה

    הקובץ נוצר




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/he/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/he/ERR_FTP_PUT_ERROR 2012-02-05 13:29:48.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_FTP_PUT_ERROR 2012-06-08 13:50:52.000000000 +0200 @@ -1 +1 @@ - שגיאה: FTP upload failed

    ERROR

    FTP PUT upload failed


    קרתה שגיאת פרוטוקול FTP כאשר ניסיתי לגשת אל הכתובת: %U

    השרת שלח את פקודת ה-FTP הבאה:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: FTP upload failed

    ERROR

    FTP PUT upload failed


    קרתה שגיאת פרוטוקול FTP כאשר בוצע ניסיון לגשת אל הכתובת: %U

    שרת ה Squid שלח את פקודת ה-FTP הבאה:

    %f

    תגובת השרת היא:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/he/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/he/ERR_FTP_PUT_MODIFIED 2012-02-05 13:29:50.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_FTP_PUT_MODIFIED 2012-06-08 13:50:55.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    פעולה עברה בהצלחה

    הקובץ עודכן




    \ No newline at end of file + FTP PUT Successful.

    הפעולה עברה בהצלחה

    הקובץ עודכן




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/he/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/he/ERR_FTP_UNAVAILABLE 2012-02-05 13:29:52.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_FTP_UNAVAILABLE 2012-06-08 13:50:57.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    שרת ה-FTP היה עסוק מדי, כאשר ניסיתי לגשת אל הכתובת: %U

    השרת שלח את פקודת ה-FTP הבאה:

    %f

    The server responded with:

    %F
    %g

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    שרת ה-FTP היה עסוק מדי, כאשר ניסיתי לגשת אל הכתובת: %U

    שרת ה Squid שלח את פקודת ה-FTP הבאה:

    %f

    תגובת השרת היא:

    %F
    %g

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/he/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/he/ERR_GATEWAY_FAILURE 2012-02-05 13:29:54.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_GATEWAY_FAILURE 2012-06-08 13:50:59.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    Gateway Proxy Failure

    בעיה פנימית לא מוגדרת או הגדרות שגויות מונעים את השלמת הבקשה

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_ICAP_FAILURE squid3-3.1.20/errors/he/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/he/ERR_ICAP_FAILURE 2012-02-05 13:29:56.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_ICAP_FAILURE 2012-06-08 13:51:03.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    הודעת המערכת: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    שגיאה בפרוטוקול ICAP.

    הודעת המערכת: %E

    משמעות הדבר היא כי היבט כלשהו של התקשורת ICAP נכשל.

    Some possible problems are:

    • שרת ה ICAP לא נגיש.

    • תגובה בלתי חוקית התקבלה משרת ה ICAP.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_INVALID_REQ squid3-3.1.20/errors/he/ERR_INVALID_REQ --- squid3-3.1.19/errors/he/ERR_INVALID_REQ 2012-02-05 13:29:58.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_INVALID_REQ 2012-06-08 13:51:07.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • סוג בקשה לא ידוע או חסר

    • כתובת חסרה

    • Missing HTTP Identifier (HTTP/1.0).

    • הבקשה ארוכה מדי

    • חסר Content-Length בשביל בקשות POST או PUT

    • תווים לא חוקיים בשם השרת; קווים תחתונים אסורים

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    בקשה לא חוקית אירעה שגיאה בעת ביצוע הבקשה:

    %R

    Some possible problems are:

    • סוג בקשה לא ידוע או חסר

    • כתובת URL חסרה.

    • Missing HTTP Identifier (HTTP/1.0).

    • הבקשה גדולה מידי.

    • חסר Content-Length בשביל בקשות POST או PUT

    • תווים לא חוקיים בשם השרת; קווים תחתונים אסורים

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_INVALID_RESP squid3-3.1.20/errors/he/ERR_INVALID_RESP --- squid3-3.1.19/errors/he/ERR_INVALID_RESP 2012-02-05 13:30:00.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_INVALID_RESP 2012-06-08 13:51:09.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    תגובה לא חוקית אירעה שגיאה בעת ביצוע הבקשה:

    %R

    התגובת ה HTTP שהתקבלה מהשרת אינה מובנת או פגומה. אנא צור קשר עם מפעיל האתר.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_INVALID_URL squid3-3.1.20/errors/he/ERR_INVALID_URL --- squid3-3.1.19/errors/he/ERR_INVALID_URL 2012-02-05 13:30:02.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_INVALID_URL 2012-06-08 13:51:12.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    כתובת שגויה

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Missing or incorrect access protocol (should be http:// or similar)

    • חסר שם שרת

    • בריחה כפולה שגויה בנתיב

    • תווים לא חוקיים בשם השרת; קווים תחתונים אסורים

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    כתובת URL שגויה

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Missing or incorrect access protocol (should be http:// or similar)

    • חסר שם שרת

    • בריחה כפולה שגויה בנתיב

    • תווים לא חוקיים בשם השרת; קווים תחתונים אסורים

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_LIFETIME_EXP squid3-3.1.20/errors/he/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/he/ERR_LIFETIME_EXP 2012-02-05 13:30:05.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_LIFETIME_EXP 2012-06-08 13:51:16.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    אורך החיים של הבקשה נגמר

    השרת ביטל את הבקשה בגלל שהיא עברה את אורך החיים המאושר ליצירת חיבור.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    תוקף החיבור פג

    השרת ביטל את הבקשה בגלל שהיא עברה את אורך החיים המאושר ליצירת חיבור.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_NO_RELAY squid3-3.1.20/errors/he/ERR_NO_RELAY --- squid3-3.1.19/errors/he/ERR_NO_RELAY 2012-02-05 13:30:08.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_NO_RELAY 2012-06-08 13:51:19.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    אין שרת WAIS

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    אין שרת WAIS

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/he/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/he/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:30:11.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:51:22.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/error-details.txt squid3-3.1.20/errors/he/error-details.txt --- squid3-3.1.19/errors/he/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/he/error-details.txt 2012-06-08 13:51:54.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/he/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/he/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/he/ERR_PRECONDITION_FAILED 2012-02-05 13:30:13.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_PRECONDITION_FAILED 2012-06-08 13:51:24.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    ביצוע תנאי מקדים נכשל.

    מידע מפורט:

    לפחות תנאי מוקדם אחד שצויין על ידי לקוח ה HTTP לא מתקיים



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_READ_ERROR squid3-3.1.20/errors/he/ERR_READ_ERROR --- squid3-3.1.19/errors/he/ERR_READ_ERROR 2012-02-05 13:30:15.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_READ_ERROR 2012-06-08 13:51:28.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    שגיאה בקריאה

    הודעת המערכת: %E

    An error condition occurred while reading data from the network. Please retry your request.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    שגיאה בקריאה

    הודעת המערכת: %E

    An error condition occurred while reading data from the network. Please retry your request.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_READ_TIMEOUT squid3-3.1.20/errors/he/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/he/ERR_READ_TIMEOUT 2012-02-05 13:30:17.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_READ_TIMEOUT 2012-06-08 13:51:30.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    קריאה הופסקה

    הודעת המערכת: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    הקריאה אורכת יותר מידי זמן

    הודעת המערכת: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/he/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/he/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:30:20.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:51:33.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    הודעת המערכת: %E

    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.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    אירעה שגיאה בניסיון ליצור חיבור מאובטח ל %I

    הודעת המערכת: %E

    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.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_SHUTTING_DOWN squid3-3.1.20/errors/he/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/he/ERR_SHUTTING_DOWN 2012-02-05 13:30:22.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_SHUTTING_DOWN 2012-06-08 13:51:35.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_SOCKET_FAILURE squid3-3.1.20/errors/he/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/he/ERR_SOCKET_FAILURE 2012-02-05 13:30:24.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_SOCKET_FAILURE 2012-06-08 13:51:38.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    שגיאת חיבור

    הודעת המערכת: %E

    השר לא הצליח ליצור חיבור TCP, כנראה בגלל עומס יתר. אנא נסה שוב.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    שגיאת חיבור

    הודעת המערכת: %E

    שרת ה Squid לא הצליח ליצור חיבור TCP, כנראה בגלל עומס יתר. אנא נסה שוב.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_TOO_BIG squid3-3.1.20/errors/he/ERR_TOO_BIG --- squid3-3.1.19/errors/he/ERR_TOO_BIG 2012-02-05 13:30:26.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_TOO_BIG 2012-06-08 13:51:40.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    הבקשה או התשובה גדולים מדי.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    הבקשה או התשובה גדולים מדי.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/he/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/he/ERR_UNSUP_HTTPVERSION 2012-02-05 13:30:28.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_UNSUP_HTTPVERSION 2012-06-08 13:51:43.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    גרסת HTTP לא נתמכת


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    Unsupported HTTP version

    Squid לא מאפשר להשתמש בגרסת ה HTTP שאתה מנסה להשתמש.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_UNSUP_REQ squid3-3.1.20/errors/he/ERR_UNSUP_REQ --- squid3-3.1.19/errors/he/ERR_UNSUP_REQ 2012-02-05 13:30:30.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_UNSUP_REQ 2012-06-08 13:51:46.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    שיטת בקשה ופרוטוקול לא נתמכים

    השרת אינו תומך בכל שיטות הבקשה לכל הפרוטוקולים. לדוגמא אינך יכול לשלוח בקשת Gopher ב-Post.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    שיטת בקשה ופרוטוקול לא נתמכים

    שרת ה Squid אינו תומך בכל שיטות הבקשה לכל הפרוטוקולים. לדוגמא אינך יכול לשלוח בקשת POST ב-Gopher.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_URN_RESOLVE squid3-3.1.20/errors/he/ERR_URN_RESOLVE --- squid3-3.1.19/errors/he/ERR_URN_RESOLVE 2012-02-05 13:30:32.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_URN_RESOLVE 2012-06-08 13:51:49.000000000 +0200 @@ -1 +1 @@ - שגיאה: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    The following error was encountered while trying to retrieve the URN: %U

    Cannot Resolve URN

    אל תצפה יותר מדי מ-URN על %T :)

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: The requested URN could not be retrieved

    ERROR

    לא ניתן לאחזר את כתובת ה URL מתוך כתובת ה URN


    השגיאה הבאה אירעה בזמן ניסיון לפענח את כתובת ה URN: %U

    Cannot Resolve URN

    אל תצפה ליותר מדי מ-URN על %T :)

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_WRITE_ERROR squid3-3.1.20/errors/he/ERR_WRITE_ERROR --- squid3-3.1.19/errors/he/ERR_WRITE_ERROR 2012-02-05 13:30:34.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_WRITE_ERROR 2012-06-08 13:51:52.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    שגיאת כתיבה

    הודעת המערכת: %E

    An error condition occurred while writing to the network. Please retry your request.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    שגיאת כתיבה

    הודעת המערכת: %E

    An error condition occurred while writing to the network. Please retry your request.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/he/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/he/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/he/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:30:36.000000000 +0100 +++ squid3-3.1.20/errors/he/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:51:54.000000000 +0200 @@ -1 +1 @@ - שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    השרת לא קיבל כל תשובה לבקשה זו.

    מנהל השרת הוא %w.



    \ No newline at end of file + שגיאה: לא ניתן לגשת אל הכתובת המבוקשת

    ERROR

    The requested URL could not be retrieved


    השגיאה הבאה אירעה בעת ניסיון לפענח את כתובת הURL: %U

    Zero Sized Reply

    השרת לא קיבל כל תשובה לבקשה זו.

    מנהל השרת הוא %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_ACCESS_DENIED squid3-3.1.20/errors/hu/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/hu/ERR_ACCESS_DENIED 2012-02-05 13:30:39.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_ACCESS_DENIED 2012-06-08 13:51:56.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Hozzáférés megtagadva.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Hozzáférés megtagadva

    Jelen pillanatban nincs jogosultsága a kért tartalom eléréséhez. A jogosultságok kiosztásával kapcsolatban a szerver üzemeltetőjét keresheti meg.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:52:00.000000000 +0200 @@ -0,0 +1 @@ + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Az időkvóta elfogyott

    A proxyszerver kvóták használatával korlátozza a gépek hálózati idejét. A szerveren beállított időkeret elfogyott, és az csak a rendszergazda által megadott időintervallum kezdetekor lesz ismét felhasználható.

    Ezeket a korlátozásokat a proxyszervert üzemeltető internetszolgáltató szabályozza. Bővebb információért vegye fel a kapcsolatot a szolgáltatóval.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/hu/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/hu/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_AGENT_CONFIGURE 2012-06-08 13:52:03.000000000 +0200 @@ -0,0 +1 @@ + A böngésző konfigurálása

    HIBA

    Web Browser Configuration


    A hálózat használatához módosítania kell a böngésző beállításait.

    Ezeket a beállításokat az alábbi menüpontokon keresztül találhatja meg:

    Ha Firefoxot használ:
    • Eszközök -> Beállítások -> Fejlett -> Hálózat -> Kapcsolatbeállítások
    • A HTTP proxy mezőben adja meg a proxy nevét (%h) és portszámát (3128).
    Ha Internet Explorert használ:
    • Eszközök -> Internetbeállítások -> Kapcsolat -> Helyi hálózat beállításai -> Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Ha Operát használ:
    • Eszközök -> Beállítások -> Fejlett -> Hálózat -> Proxyszerverek
    • In the HTTP proxy box type the proxy name %h and port 3128.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_AGENT_WPAD squid3-3.1.20/errors/hu/ERR_AGENT_WPAD --- squid3-3.1.19/errors/hu/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_AGENT_WPAD 2012-06-08 13:52:05.000000000 +0200 @@ -0,0 +1 @@ + A böngésző konfigurálása

    HIBA

    Web Browser Configuration


    A hálózat használatához módosítania kell a böngésző beállításait.

    Ezeket a beállításokat az alábbi menüpontokon keresztül találhatja meg:

    Ha Firefoxot használ:
    • Eszközök -> Beállítások -> Fejlett -> Hálózat -> Kapcsolatbeállítások
    • Válassza ki a „Proxybeállítások automatikus felismerése ehhez a hálózathoz” jelölőnégyzetet
    Ha Internet Explorert használ:
    • Eszközök -> Internetbeállítások -> Kapcsolat -> Helyi hálózat beállításai -> Proxy
    • Válassza ki az „Automatikus felismerés” opciót
    Ha Operát használ:
    • Eszközök -> Beállítások -> Fejlett -> Hálózat -> Proxyszerverek
    • Válassza ki az "Automatikus proxybeállítás használata" opciót

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/hu/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/hu/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:30:41.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:52:08.000000000 +0200 @@ -1 +1 @@ - HIBA: Cache Access Denied

    ERROR

    Cache Hozzáférés megtagadva.


    The following error was encountered while trying to retrieve the URL: %U

    Cache hozzáférés megtagadva.

    Sajnos az alábbi URL-t nem töltheti le cache szerverünktől %U amíg nem jelentkezik be rendszerünkbe.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + HIBA: Cache Access Denied

    ERROR

    Cache Hozzáférés megtagadva


    Hiba történt a(z) %U URL betöltése közben:

    A proxyszerver használatához bejelentkezés szükséges

    A(z) %U URL eléréséhez be kell jelentkeznie a proxyszerverre.

    Kérem, lépjen kapcsolatba a szerver üzemeltetőjével, ha nem tud bejelentkezni.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:30:43.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:52:11.000000000 +0200 @@ -1 +1 @@ - HIBA: Cache Manager Access Denied

    ERROR

    Cache Manager Hozzáférés megtagadva.


    The following error was encountered while trying to retrieve the URL: %U

    Cache vezérlőpult hozzáférés megtagadva.

    Sajnos az alábbi URL-t nem töltheti le cache szerverünktől %U amíg nem jelentkezik be rendszerünkbe.

    Kérjük, forduljon a cache adminisztrátorhoz amennyiben nem sikerül bejelentkeznie vagy ha Ön a cache adminisztrátor, olvassa el alaposana Squid dokumentáció cache vezérlőpulttal kapcsolatos fejezetét és ellenőrizze a cachenaplóállományát, ha részletesebb hibaüzenetekre van szüksége a probléma felderítéséhez.



    \ No newline at end of file + HIBA: Cache Manager Access Denied

    ERROR

    Cache Manager Hozzáférés megtagadva


    Hiba történt a(z) %U URL betöltése közben:

    Adminisztrátori hozzáférés megtagadva

    A(z) %U URL gyorsítótár-kezelői eléréséhez be kell jelentkeznie a proxyszerverre.

    Kérem, lépjen kapcsolatba a szerver üzemeltetőjével, ha nem tud bejelentkezni. Ha Ön a szerver adminisztrátora, akkor olvassa el a Squid dokumentációját a gyorsítótár-kezelő interfész használatáról. A hiba pontos okáról a Squid logfájljából tájékozódhat.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_CANNOT_FORWARD squid3-3.1.20/errors/hu/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/hu/ERR_CANNOT_FORWARD 2012-02-05 13:30:45.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_CANNOT_FORWARD 2012-06-08 13:52:13.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    A kérést jelenleg nem lehet továbbítani.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    A kérés jelenleg nem továbbítható

    A kérés nem továbbítható a forrásszerver vagy valamelyik parent cache felé.

    A probléma lehetséges okai:

    • Az URL-ben szereplő szerver hálózati hiba miatt nem érhető el.
    • Egyetlen parent cache sem érhető el jelenleg.
    • A rendszergazda nem engedélyezte a proxyszerveren más szerverek közvetlen elérését.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_CONNECT_FAIL squid3-3.1.20/errors/hu/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/hu/ERR_CONNECT_FAIL 2012-02-05 13:30:47.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_CONNECT_FAIL 2012-06-08 13:52:16.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Csatlakozás a(z) %I-hez/hoz meghiúsult.

    A rendszer válasza: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Nem sikerült kapcsolódni a(z) %I szerverhez

    A rendszer által visszaadott hibaüzenet: %E

    A hiba legvalószínűbb oka, hogy a távoli szerver vagy hálózat épp nem elérhető. Kérem, próbálja meg elérni a szervert később.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_DIR_LISTING squid3-3.1.20/errors/hu/ERR_DIR_LISTING --- squid3-3.1.19/errors/hu/ERR_DIR_LISTING 2012-02-05 13:30:49.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_DIR_LISTING 2012-06-08 13:52:20.000000000 +0200 @@ -1 +1 @@ - Könyvtár: %U

    Directory: %U/


    Könyvtár tartalom:

    %z
    %g
    Szülőkönyvtár Parent Directory (Root Directory)

    \ No newline at end of file + Könyvtár: %U

    Könyvtár: %U/


    A könyvtár tartalma:

    %z
    %g
    Szülőkönyvtár (Gyökérkönyvtár)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_DNS_FAIL squid3-3.1.20/errors/hu/ERR_DNS_FAIL --- squid3-3.1.19/errors/hu/ERR_DNS_FAIL 2012-02-05 13:30:51.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_DNS_FAIL 2012-06-08 13:52:22.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    A(z) %H DNS-névhez tartozó IP-cím nem oldható fel

    A DNS-szerver válasza:

    %z

    A proxyszerver nem tudta feloldani az URL-ben szereplő hosztnevet. Kérem, ellenőrizze, hogy a cím helyes-e.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_ESI squid3-3.1.20/errors/hu/ERR_ESI --- squid3-3.1.19/errors/hu/ERR_ESI 2012-02-05 13:30:53.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_ESI 2012-06-08 13:52:25.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Az ESI feldolgozás nem sikerült

    Az ESI feldolgozó által visszaadott üzenet:

    %Z

    Ez a hiba arra utal, hogy a helyettesítő nem tudta feldolgozni az ESI-sablont. Kérem, jelezze a hibát a szerver üzemeltetőjének.

    A webszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_FORWARDING_DENIED squid3-3.1.20/errors/hu/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/hu/ERR_FORWARDING_DENIED 2012-02-05 13:30:55.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_FORWARDING_DENIED 2012-06-08 13:52:27.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Kéréstovábbítás megtagadva.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    A kérés továbbítása tiltott

    A kérés nem továbbítható, mivel az egy testvéri kapcsolatot eredményezne. A kliens (%i) valószínűleg egy másik proxyszerver, ami hibásan van konfigurálva.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_FTP_DISABLED squid3-3.1.20/errors/hu/ERR_FTP_DISABLED --- squid3-3.1.19/errors/hu/ERR_FTP_DISABLED 2012-02-05 13:30:57.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_FTP_DISABLED 2012-06-08 13:52:31.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP tiltás

    Ez a cache szerver nem szolgál ki FTP kéréseket.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Az FTP protokoll használata nem engedélyezett

    A proxyszerver nem támogatja az FTP-protokoll használatát.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_FTP_FAILURE squid3-3.1.20/errors/hu/ERR_FTP_FAILURE --- squid3-3.1.19/errors/hu/ERR_FTP_FAILURE 2012-02-05 13:30:59.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_FTP_FAILURE 2012-06-08 13:52:33.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    FTP protokoll hiba történt az alábbi URL letöltésekor: %U

    A Squid az alábbi FTP parancsot küldte:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Protokollhiba történt a(z) %U URL betöltése közben.

    A proxyszerver által küldött FTP-parancs:

    %f

    A távoli szerver válasza:

    %F
    %g

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/hu/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/hu/ERR_FTP_FORBIDDEN 2012-02-05 13:31:01.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_FTP_FORBIDDEN 2012-06-08 13:52:35.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    FTP autentikációs hiba történt az alábbi URL letöltésekor: %U

    A Squid az alábbi FTP parancsot küldte:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Authentikációs hiba történt a(z) %U URL betöltése közben.

    A proxyszerver által küldött FTP-parancs:

    %f

    A távoli szerver válasza:

    %F
    %g

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/hu/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/hu/ERR_FTP_NOT_FOUND 2012-02-05 13:31:03.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_FTP_NOT_FOUND 2012-06-08 13:52:37.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    Az alábbi URL nem tölthető le: %U

    A Squid az alábbi FTP parancsot küldte:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    A(z) %U URL nem tölthető be.

    A proxyszerver által küldött FTP-parancs:

    %f

    A távoli szerver válasza:

    %F
    %g

    A hibát abszolút elérési útvonal használata okozhatja, ami nem felel meg az RFC 1738 szabványnak. Ha valóban ez a hiba forrása, akkor próbálja meg elérni a fájlt itt: %B.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/hu/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/hu/ERR_FTP_PUT_CREATED 2012-02-05 13:31:06.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_FTP_PUT_CREATED 2012-06-08 13:52:39.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Művelet sikeresen végrehajtva

    Az állományt létrehoztuk




    \ No newline at end of file + Sikeres PUT művelet

    Sikeres művelet

    A fájl létrehozása sikeresen megtörtént




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/hu/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/hu/ERR_FTP_PUT_ERROR 2012-02-05 13:31:09.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_FTP_PUT_ERROR 2012-06-08 13:52:41.000000000 +0200 @@ -1 +1 @@ - HIBA: FTP upload failed

    ERROR

    FTP PUT upload failed


    FTP protokoll hiba történt az alábbi URL letöltésekor: %U

    A Squid az alábbi FTP parancsot küldte:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: FTP upload failed

    ERROR

    Sikertelen PUT művelet


    Protokollhiba történt a(z) %U URL betöltése közben.

    A proxyszerver által küldött FTP-parancs:

    %f

    A távoli szerver válasza:

    %F

    A hibát az okozhatja, hogy az FTP-szerveren elfogyott a szabad hely vagy jogosultság hiányában a fájl nem írható a háttértárolóra. Kérem, ellenőrizze a jogosultságokat és a szerveren rendelkezésre álló szabad tárkapacitás mennyiségét, majd ismételje meg a műveletet.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/hu/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/hu/ERR_FTP_PUT_MODIFIED 2012-02-05 13:31:11.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_FTP_PUT_MODIFIED 2012-06-08 13:52:43.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Művelet sikeresen végrehajtva

    Az állomány frissítése megtörtént




    \ No newline at end of file + Sikeres PUT művelet

    Sikeres művelet

    A fájl frissítése sikeresen megtörtént




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/hu/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/hu/ERR_FTP_UNAVAILABLE 2012-02-05 13:31:14.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_FTP_UNAVAILABLE 2012-06-08 13:52:45.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    Az FTP kiszolgáló túlterheltsége miatt az alábbi URL nem tölthető le: %U

    A Squid az alábbi FTP parancsot küldte:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Az FTP-szerver túlterheltség miatt nem tudta kiszolgálni a(z) %U kérést.

    A proxyszerver által küldött FTP-parancs:

    %f

    A távoli szerver válasza:

    %F
    %g

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/hu/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/hu/ERR_GATEWAY_FAILURE 2012-02-05 13:31:17.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_GATEWAY_FAILURE 2012-06-08 13:52:48.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Átjáróhiba

    Egy belső hiba vagy konfigurációs probléma miatt a kérés nem dolgozható fel.

    Ezeket a korlátozásokat a proxyszervert üzemeltető internetszolgáltató szabályozza. Bővebb információért vegye fel a kapcsolatot a szolgáltatóval.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_ICAP_FAILURE squid3-3.1.20/errors/hu/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/hu/ERR_ICAP_FAILURE 2012-02-05 13:31:19.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_ICAP_FAILURE 2012-06-08 13:52:50.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protokoll hiba.

    A rendszer válasza: %E

    This means that some aspect of the ICAP communication failed.

    Néhány lehetséges probléma:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    ICAP protokollhiba

    A rendszer által visszaadott hibaüzenet: %E

    Az ICAP kommunikáció során hiba lépett fel.

    A probléma lehetséges okai:

    • Az ICAP szerver nem elérhető

    • Az ICAP szerver érvénytelen választ küldött



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_INVALID_REQ squid3-3.1.20/errors/hu/ERR_INVALID_REQ --- squid3-3.1.19/errors/hu/ERR_INVALID_REQ 2012-02-05 13:31:21.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_INVALID_REQ 2012-06-08 13:52:52.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Néhány lehetséges probléma:

    • Missing or unknown request method.

    • Hiányzó URL

    • Hiányzó HTTP azonosító (HTTP/1.0)

    • A kérés vagy a válasz túl nagy méretű.

    • Content-Length hiányzik a POST vagy PUT kérésből

    • A szervernévben nem megengedett karakter található; az aláhúzás karakter például ilyen

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Érvénytelen kérés - hiba történt a kérés feldolgozása közben:

    %R

    A probléma lehetséges okai:

    • A kérés típusa nincs megadva vagy hibás formátumú

    • Hiányzó URL

    • Hiányzó HTTP-azonosító (HTTP/1.0)

    • A kérés mérete túllépte a szerveren beállított limitet

    • Hiányzó „Content-Length” fejléc a POST vagy PUT kérésben

    • Érvénytelen karakter a hosztnévben: a „_” karakter használata nem engedélyezett

    • A kérésben szereplő Expect: fejléc nem támogatott a HTTP/1.0 protokollban.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_INVALID_RESP squid3-3.1.20/errors/hu/ERR_INVALID_RESP --- squid3-3.1.19/errors/hu/ERR_INVALID_RESP 2012-02-05 13:31:25.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_INVALID_RESP 2012-06-08 13:52:54.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Érvénytelen válasz - hiba történt a kérés feldolgozása közben:

    %R

    A távoli szerver által küldött HTTP-válasz megsérült vagy értelmezhetetlen. Kérem, jelezze a hibát a szerver üzemeltetőjének.

    Forduljon a proxyszerver üzemeltetőjéhez, ha többet szeretne megtudni a problémáról.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_INVALID_URL squid3-3.1.20/errors/hu/ERR_INVALID_URL --- squid3-3.1.19/errors/hu/ERR_INVALID_URL 2012-02-05 13:31:27.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_INVALID_URL 2012-06-08 13:52:56.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Érvénytelen URL

    Some aspect of the requested URL is incorrect.

    Néhány lehetséges probléma:

    • Hiányzó vagy hibás elérési protokoll (http://-nek vagy valami hasonlónak kell lennie)

    • Hiányzó szervernév

    • Az URL elérési út részében dupla escape szekvencia található

    • A szervernévben nem megengedett karakter található; az aláhúzás karakter például ilyen

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Érvénytelen URL

    Az URL hibás formátumú.

    A probléma lehetséges okai:

    • Az elérési protokoll (pl. http://) nincs megadva vagy hibás formátumú

    • Hiányzó hosztnév

    • Érvénytelen double-escape az URL-Path-ban

    • Érvénytelen karakter a hosztnévben: a „_” karakter használata nem engedélyezett

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_LIFETIME_EXP squid3-3.1.20/errors/hu/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/hu/ERR_LIFETIME_EXP 2012-02-05 13:31:29.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_LIFETIME_EXP 2012-06-08 13:52:58.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Kapcsolat maximális időtartama lejárt

    A Squid megszakította a kérés kiszolgálását mivel a kérés feldolgozásának ideje a maximális kapcsolatfenntartás időtartamának értékét meghaladta.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    A kapcsolat élettartama lejárt

    A kapcsolat élettartama lejárt, ezért a proxyszerver bontotta a kapcsolatot.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_NO_RELAY squid3-3.1.20/errors/hu/ERR_NO_RELAY --- squid3-3.1.19/errors/hu/ERR_NO_RELAY 2012-02-05 13:31:31.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_NO_RELAY 2012-06-08 13:53:00.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nincs WAIS szerver

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Hiányzó WAIS továbbító

    A proxyszerveren nincs beállítva WAIS továbbító. Kérem, jelezze a problémát a rendszergazdának.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/hu/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/hu/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:31:33.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:53:02.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    A cache-ben érvényes dokumentum nem található és a kérésben only-if-cached direktíva volt beállítva.

    Olyan kérést küldött el, amelyben only-if-cached cache vezérlő direktíva található. A dokumentum nincs a cache-ben vagy a dokumentum érvényesség-ellenőrzést igényelt volna, ezt azonban az only-if-cached direktíva megtiltotta.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Az only-if-cached direktíva szerepel a kérésben, azonban a kért tartalom nem található meg a gyorsítótárban.

    A böngésző által küldött kérés tartalmazza az only-if-cached direktívát, de a kért tartalom nem szerepel a gyorsítótárban. A tartalom ismételt letöltésére lenne szükség, ezt azonban tiltja az only-if-cached direktíva.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/error-details.txt squid3-3.1.20/errors/hu/error-details.txt --- squid3-3.1.19/errors/hu/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/hu/error-details.txt 2012-06-08 13:53:28.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/hu/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/hu/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/hu/ERR_PRECONDITION_FAILED 2012-02-05 13:31:35.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_PRECONDITION_FAILED 2012-06-08 13:53:04.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Egy előfeltétel nem teljesült

    A hiba lehetséges okai:

    A HTTP-kérésben szereplő előfeltételek nem teljesíthetők.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_READ_ERROR squid3-3.1.20/errors/hu/ERR_READ_ERROR --- squid3-3.1.19/errors/hu/ERR_READ_ERROR 2012-02-05 13:31:37.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_READ_ERROR 2012-06-08 13:53:06.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Olvasási hiba

    A rendszer válasza: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Fogadási hiba

    A rendszer által visszaadott hibaüzenet: %E

    Hálózati hiba történt az adatok fogadása közben, kérem, ismételje meg a műveletet.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_READ_TIMEOUT squid3-3.1.20/errors/hu/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/hu/ERR_READ_TIMEOUT 2012-02-05 13:31:40.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_READ_TIMEOUT 2012-06-08 13:53:08.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Olvasási időtúllépés

    A rendszer válasza: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Időtúllépés történt az adatok fogadása közben

    A rendszer által visszaadott hibaüzenet: %E

    Időtúllépés történt az adatok fogadása közben. A távoli szerver vagy hálózat nem érhető el vagy túl van terhelve, kérem, próbálja újra később.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/hu/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/hu/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:31:42.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:53:10.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    A rendszer válasza: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Nem sikerült a titkosított kapcsolat kiépítése a(z) %I szerverrel

    A rendszer által visszaadott hibaüzenet: %E

    Nem sikerült kiépíteni a titkosított kapcsolatot a proxyszerver és a távoli kiszolgáló között. Lehet, hogy a távoli szerver nem támogatja a titkosított kapcsolatokat vagy olyan protokollt használ, ami a proxyszerveren nem engedélyezett.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_SHUTTING_DOWN squid3-3.1.20/errors/hu/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/hu/ERR_SHUTTING_DOWN 2012-02-05 13:31:44.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_SHUTTING_DOWN 2012-06-08 13:53:13.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    A proxyszerver leállítás alatt van, így jelen pillanatban nem tudja kiszolgálni a kérést. Kérem, próbálja újra később.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_SOCKET_FAILURE squid3-3.1.20/errors/hu/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/hu/ERR_SOCKET_FAILURE 2012-02-05 13:31:47.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_SOCKET_FAILURE 2012-06-08 13:53:15.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Socket hiba

    A rendszer válasza: %E

    A Squid nem tud TCP socket-et létrehozni, valószínűleg a nagy terheltség következtében. Ismételje meg kérését!

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    A socket nem hozható létre

    A rendszer által visszaadott hibaüzenet: %E

    A proxyszerver nem tudott új TCP socketet nyitni, vélhetően a magas terhelés miatt. Kérem, ismételje meg a kérést később.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_TOO_BIG squid3-3.1.20/errors/hu/ERR_TOO_BIG --- squid3-3.1.19/errors/hu/ERR_TOO_BIG 2012-02-05 13:31:49.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_TOO_BIG 2012-06-08 13:53:17.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    A kérés vagy a válasz túl nagy méretű.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    A kérés vagy a válasz mérete meghaladja a szerveren beállított limitet.

    POST vagy PUT kérés esetén valószínűleg túl nagy a feltölteni kívánt fájl mérete

    GET kérés esetén a letölteni próbált fájl mérete meghaladja a megengedett maximumot

    Ezeket a korlátozásokat a proxyszervert üzemeltető internetszolgáltató szabályozza. Bővebb információért vegye fel a kapcsolatot a szolgáltatóval.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/hu/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/hu/ERR_UNSUP_HTTPVERSION 2012-02-05 13:31:51.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_UNSUP_HTTPVERSION 2012-06-08 13:53:19.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    Nem támogatott HTTP-verzió


    Hiba történt a(z) %U URL betöltése közben:

    Unsupported HTTP version

    A proxyszerver nem támogatja a kérésben szereplő HTTP-verziót.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_UNSUP_REQ squid3-3.1.20/errors/hu/ERR_UNSUP_REQ --- squid3-3.1.19/errors/hu/ERR_UNSUP_REQ 2012-02-05 13:31:53.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_UNSUP_REQ 2012-06-08 13:53:22.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nem támogatott kérési metódus és protokoll

    A Squid nem támogat minden kérési metódust minden protokolltípushoz. Például nem lehet Gopher protokollhoz POST metódust alkalmazni.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Nem támogatott kéréstípus vagy protokoll

    A proxyszerver nem támogat minden létező kéréstípus és protokoll kombinációt, így pl. nem lehet POST kéréstípust használni egy Gopher kérésben.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_URN_RESOLVE squid3-3.1.20/errors/hu/ERR_URN_RESOLVE --- squid3-3.1.19/errors/hu/ERR_URN_RESOLVE 2012-02-05 13:31:55.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_URN_RESOLVE 2012-06-08 13:53:24.000000000 +0200 @@ -1 +1 @@ - HIBA: The requested URN could not be retrieved

    ERROR

    Az URN egy URL-je nem tölthető le


    The following error was encountered while trying to retrieve the URN: %U

    Az URN-t nem lehet feloldani

    Nem érdemes túl sokat várni a %T-n lévő URN-ektől :)

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: The requested URN could not be retrieved

    ERROR

    Az URN-hez tartozó URL nem tölthető be


    Hiba történt a(z) %U URN betöltése közben:

    Az URN nem oldható fel

    Ne várjon túl sokat a %T-n lévő URN-ektől! :)

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_WRITE_ERROR squid3-3.1.20/errors/hu/ERR_WRITE_ERROR --- squid3-3.1.19/errors/hu/ERR_WRITE_ERROR 2012-02-05 13:31:57.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_WRITE_ERROR 2012-06-08 13:53:26.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Írási hiba

    A rendszer válasza: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Küldési hiba

    A rendszer által visszaadott hibaüzenet: %E

    Hálózati hiba történt az adatok küldése közben, kérem, ismételje meg a műveletet.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hu/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/hu/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/hu/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:31:59.000000000 +0100 +++ squid3-3.1.20/errors/hu/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:53:28.000000000 +0200 @@ -1 +1 @@ - HIBA: A kért URL nem tölthető le

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Üres válasz

    A Squid nem kapott semmilyen választ a fenti kérésre.

    Your cache administrator is %w.



    \ No newline at end of file + HIBA: Az oldal nem tölthető be

    ERROR

    The requested URL could not be retrieved


    Hiba történt a(z) %U URL betöltése közben:

    Üres válasz

    A proxyszerver üres választ kapott a kérésre.

    A proxyszerver üzemeltetőjének e-mail címe: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_ACCESS_DENIED squid3-3.1.20/errors/hy/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/hy/ERR_ACCESS_DENIED 2012-02-05 13:32:01.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_ACCESS_DENIED 2012-06-08 13:53:30.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Մուտքն արգելված է.

    Մուտքի կառավարման պարամետրերը թույլ չեն տալիս իրականացնել Ձեր հարցումը տվյալ պահին.Եթե Դուք սա սխալ եք համարում,ապա դիմեք Ձեր ինտերնետ կապ ապահովողին․

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Մուտքն արգելված է.

    Մուտքի կառավարման պարամետրերը թույլ չեն տալիս իրականացնել Ձեր հարցումը տվյալ պահին.Եթե Դուք սա սխալ եք համարում,ապա դիմեք Ձեր ինտերնետ կապ ապահովողին․

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:53:32.000000000 +0200 @@ -0,0 +1 @@ + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Ժամանակային սահմանափակումը գերազանցված է

    Պրոքսի սերվերը սահմանափակում է Ձեր համացանցում գտնվելու ժամանակը.Սահմանափակումը կգործի ցանցի կառավարիչի կողմից նշված ժամանակահատվածում

    Այս սահմանափակումը իրականացված է Ձեր ինտերնետ կապ ապահովողի կողմից: Եթե Դուք սա սխալ եք համարում, դիմեք նրան:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/hy/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/hy/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_AGENT_CONFIGURE 2012-06-08 13:53:34.000000000 +0200 @@ -0,0 +1 @@ + Վեբ բրաուզերի կարգաբերումներ

    ՍԽԱԼ

    Web Browser Configuration


    Այս ցանցից օգտվելու համար Ձեր բրաուզերը անհրաժեշտ է կարգաբերել

    Ինչպես փնտրել այս կարգաբերումները քո բրաուզերում:

    Firefox բրաուզերի համար այցելեք:
    • Գործիքներ -> Կարգաբերումներ -> Լրացուցիչ -> Ցանց -> Կապի կարգաբերումներ
    • HTTP proxy դաշտում նշիր proxy name %h և port 3128.
    Internet Explorer բրաուզերի համար այցելեք:
    • Գործիքներ -> Ինտերնետ կարգաբերումներ -> Կապ -> LAN կարգաբերումներ ->Պրոքսի
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Opera բրաուզերի համար այցելեք:
    • Գործիքներ -> Նախընտրություններ -> Լրացուցիչ -> Ցանց -> Պրոքսի սերվերներ
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_AGENT_WPAD squid3-3.1.20/errors/hy/ERR_AGENT_WPAD --- squid3-3.1.19/errors/hy/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_AGENT_WPAD 2012-06-08 13:53:36.000000000 +0200 @@ -0,0 +1 @@ + Վեբ բրաուզերի կարգաբերումներ

    ՍԽԱԼ

    Web Browser Configuration


    Այս ցանցից օգտվելու համար Ձեր բրաուզերը անհրաժեշտ է կարգաբերել

    Ինչպես փնտրել այս կարգաբերումները քո բրաուզերում:

    Firefox բրաուզերի համար այցելեք:
    • Գործիքներ -> Կարգաբերումներ -> Լրացուցիչ -> Ցանց -> Կապի կարգաբերումներ
    • Ընտրեք Automatically detect settings
    Internet Explorer բրաուզերի համար այցելեք:
    • Գործիքներ -> Ինտերնետ կարգաբերումներ -> Կապ -> LAN կարգաբերումներ ->Պրոքսի
    • Ընտրեք Automatically detect settings
    Opera բրաուզերի համար այցելեք:
    • Գործիքներ -> Նախընտրություններ -> Լրացուցիչ -> Ցանց -> Պրոքսի սերվերներ
    • Ընտրեք Use Automatic proxy configuration

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/hy/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/hy/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:32:03.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:53:38.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Cache Access Denied

    ERROR

    Cache Մուտքն արգելված է.


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Մուտքը քեշին արգելված է.

    Ներողություն,Դուք չեք կարող իրականացնել հետևյալ հարցումը %U մինչև աութենտիֆիկացիան չանցնեք.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + ՍԽԱԼ: Cache Access Denied

    ERROR

    Cache Մուտքն արգելված է.


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Մուտքը քեշին արգելված է.

    Ներողություն,Դուք չեք կարող իրականացնել հետևյալ հարցումը %U մինչև աութենտիֆիկացիան չանցնեք.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:32:05.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:53:42.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Cache Manager Access Denied

    ERROR

    Cache Manager Մուտքն արգելված է.


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Քեշի կառավառման մուտքն արգելված է.

    Ներողություն,Դուք չեք կարող քեշի կառավարման համակարգից իրականացնել հետևյալ հարցումը %U մինչև աութենտիֆիկացիան չանցնեք.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file + ՍԽԱԼ: Cache Manager Access Denied

    ERROR

    Cache Manager Մուտքն արգելված է.


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Քեշի կառավառման մուտքն արգելված է.

    Ներողություն,Դուք չեք կարող քեշի կառավարման համակարգից իրականացնել հետևյալ հարցումը %U մինչև աութենտիֆիկացիան չանցնեք.

    Աութենտիֆիկացիայի հետ խնդիրներ առաջանալու դեպքում խնդրվում է դիմելքեշի կառավարիչին.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_CANNOT_FORWARD squid3-3.1.20/errors/hy/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/hy/ERR_CANNOT_FORWARD 2012-02-05 13:32:08.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_CANNOT_FORWARD 2012-06-08 13:53:44.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Ձեր հարցումը հնարավոր չէ վերահասցեագրել տվյալ պահին

    Այս հարցումը հնարավոր չէ վերահասցեագրել սկզբնաղբյուր սերվերին կամ ծնողական քեշերից որևէ մեկին: Սխալի ամենահավանական պատճառներն են` այս սերվերի կառավարիչը արգելել է բոլոր ուղիղ միացումները սկզբնաղբյուր սերվերների հետ կամ բոլոր ծնողական քեշերը տվյալ պահին անհասանելի են:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Ձեր հարցումը հնարավոր չէ վերահասցեագրել տվյալ պահին

    This request could not be forwarded to the origin server or to any parent caches.

    Հնարավոր պատճառներն են:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_CONNECT_FAIL squid3-3.1.20/errors/hy/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/hy/ERR_CONNECT_FAIL 2012-02-05 13:32:10.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_CONNECT_FAIL 2012-06-08 13:53:46.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Connection to %I failed.

    Ստացված պատասխանը: %E

    Հեռակա հանգույցը կամ ցանցը չեն պատասխանում: Խնդրվում է կրկնել հարցումը:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Չհաջողվեց կապ հաստատել %I -ի հետ

    Ստացված պատասխանը: %E

    Հեռակա հանգույցը կամ ցանցը չեն պատասխանում: Խնդրվում է կրկնել հարցումը:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_DIR_LISTING squid3-3.1.20/errors/hy/ERR_DIR_LISTING --- squid3-3.1.19/errors/hy/ERR_DIR_LISTING 2012-02-05 13:32:12.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_DIR_LISTING 2012-06-08 13:53:47.000000000 +0200 @@ -1 +1 @@ - Դիրեկտորիա: %U

    Դիրեկտորիա: %U/


    Դիրեկտորիայի պարունակությունը:

    %z
    %g
    Ծնողական դիրեկտորիա Ծնողական դիրեկտորիա (Արմատական դիրեկտորիա)

    \ No newline at end of file + Դիրեկտորիա: %U

    Դիրեկտորիա: %U/


    Դիրեկտորիայի պարունակությունը:

    %z
    %g
    Ծնողական դիրեկտորիա (Արմատական դիրեկտորիա)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_DNS_FAIL squid3-3.1.20/errors/hy/ERR_DNS_FAIL --- squid3-3.1.19/errors/hy/ERR_DNS_FAIL 2012-02-05 13:32:14.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_DNS_FAIL 2012-06-08 13:53:50.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Անհնար է որոշել %H հանգույցի IP հասցեն.

    DNS սերվերի պատասխանը:

    %z

    Սա նշանակում է, որ քեշը ի վիճակի չէ որոշել URL- ում նշված սերվերի հասցեն: Ստուգեք հասցեի ներմուծման ճշտությունը:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Անհնար է որոշել %H հանգույցի IP հասցեն.

    DNS սերվերի պատասխանը:

    %z

    Սա նշանակում է, որ քեշը ի վիճակի չէ որոշել URL- ում նշված սերվերի հասցեն: Ստուգեք հասցեի ներմուծման ճշտությունը:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_ESI squid3-3.1.20/errors/hy/ERR_ESI --- squid3-3.1.19/errors/hy/ERR_ESI 2012-02-05 13:32:16.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_ESI 2012-06-08 13:53:52.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    Սա նշանակում է, որ փոխարինողը ի վիճակի չէ մշակել ESI կաղապարը:Խնդրվում է հայտնել այս մասին քեշի կառավարիչին:

    Ձեր կայքի կառավարիչը %w



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Չհաջողվեց մշակել ESI հարցումը

    ESI հարցման պատասխանն է։

    %Z

    Սա նշանակում է, որ փոխարինողը ի վիճակի չէ մշակել ESI կաղապարը:Խնդրվում է հայտնել այս մասին քեշի կառավարիչին:

    Ձեր կայքի կառավարիչը %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_FORWARDING_DENIED squid3-3.1.20/errors/hy/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/hy/ERR_FORWARDING_DENIED 2012-02-05 13:32:18.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_FORWARDING_DENIED 2012-06-08 13:53:54.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Վերահասցեագրումն արգելված է.

    Այս քեշը անկարող է վերահասցեագրել Ձեր հարցումը sibling տիպի փոխհարաբերություններ հաստատելու պատճառով: Հավանական է, որ %i -ն սխալ սարքաբերված քեշ է.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Վերահասցեագրումն արգելված է.

    Այս քեշը անկարող է վերահասցեագրել Ձեր հարցումը sibling տիպի փոխհարաբերություններ հաստատելու պատճառով: Հավանական է, որ %i -ն սխալ սարքաբերված քեշ է.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_FTP_DISABLED squid3-3.1.20/errors/hy/ERR_FTP_DISABLED --- squid3-3.1.19/errors/hy/ERR_FTP_DISABLED 2012-02-05 13:32:20.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_FTP_DISABLED 2012-06-08 13:53:56.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    FTP արձանագրությունն արգելված է

    Այս քեշը FTP արձանագրություն չի աջակցում

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    FTP արձանագրությունն արգելված է

    Այս քեշը FTP արձանագրություն չի աջակցում

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_FTP_FAILURE squid3-3.1.20/errors/hy/ERR_FTP_FAILURE --- squid3-3.1.19/errors/hy/ERR_FTP_FAILURE 2012-02-05 13:32:22.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_FTP_FAILURE 2012-06-08 13:53:58.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL -ի ստացման ընթացքում տեղի ունեցավ FTP արձանագրության սխալ: %U

    Squid-ը ուղարկեց հետևյալ FTP հրամանը:

    %f

    The server responded with:

    %F
    %g

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL -ի ստացման ընթացքում տեղի ունեցավ FTP արձանագրության սխալ: %U

    Squid-ը ուղարկեց հետևյալ FTP հրամանը:

    %f

    Սերվերը պատասխանեց:

    %F
    %g

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/hy/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/hy/ERR_FTP_FORBIDDEN 2012-02-05 13:32:25.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_FTP_FORBIDDEN 2012-06-08 13:54:00.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL -ի ստացման ընթացքում տեղի ունեցավ FTP աութենտիֆիկացիայի սխալ: %U

    Squid-ը ուղարկեց հետևյալ FTP հրամանը:

    %f

    The server responded with:

    %F
    %g

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL -ի ստացման ընթացքում տեղի ունեցավ FTP աութենտիֆիկացիայի սխալ: %U

    Squid-ը ուղարկեց հետևյալ FTP հրամանը:

    %f

    Սերվերը պատասխանեց:

    %F
    %g

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/hy/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/hy/ERR_FTP_NOT_FOUND 2012-02-05 13:32:27.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_FTP_NOT_FOUND 2012-06-08 13:54:02.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    Հետևյալ URL-ն հնարավոր չէ ստանալ: %U

    Squid-ը ուղարկեց հետևյալ FTP հրամանը:

    %f

    The server responded with:

    %F
    %g

    Սա կարող է լինել FTP URL -ի բացարձակ ուղիով հարցման արդյունք (ինչը չի համապատասխանում RFC 1738-ին). Եթե սա է սխալի պատճառը, ապա ֆայլը կարող է գնտվել այստեղ %B.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    Հետևյալ URL-ն հնարավոր չէ ստանալ: %U

    Squid-ը ուղարկեց հետևյալ FTP հրամանը:

    %f

    Սերվերը պատասխանեց:

    %F
    %g

    Սա կարող է լինել FTP URL -ի բացարձակ ուղիով հարցման արդյունք (ինչը չի համապատասխանում RFC 1738-ին). Եթե սա է սխալի պատճառը, ապա ֆայլը կարող է գնտվել այստեղ %B.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/hy/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/hy/ERR_FTP_PUT_CREATED 2012-02-05 13:32:29.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_FTP_PUT_CREATED 2012-06-08 13:54:04.000000000 +0200 @@ -1 +1 @@ - FTP PUT Գործողությունը հաջողվեց: Ֆայլը ստեղծված է

    Գործողությունը հաջողվեց

    Ֆայլը ստեղծված է




    \ No newline at end of file + FTP PUT Գործողությունը հաջողվեց: Ֆայլը ստեղծված է

    Գործողությունը հաջողվեց

    Ֆայլը ստեղծված է




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/hy/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/hy/ERR_FTP_PUT_ERROR 2012-02-05 13:32:31.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_FTP_PUT_ERROR 2012-06-08 13:54:06.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: FTP upload failed

    ERROR

    FTP upload գործողությունը խափանվեց


    URL -ի ստացման ընթացքում տեղի ունեցավ FTP արձանագրության սխալ: %U

    Squid-ը ուղարկեց հետևյալ FTP հրամանը:

    %f

    The server responded with:

    %F

    Սա նշանակում է,որ FTP սերվերը ֆայլը պահպանելու համար բավարար հիշողության ծավալ կամ թույտվություն չունի: Ստուգեք ճանապարհը, հիշողության ծավալը, մուտքի իրավունքները և կրկին փորձեք:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: FTP upload failed

    ERROR

    FTP upload գործողությունը խափանվեց


    URL -ի ստացման ընթացքում տեղի ունեցավ FTP արձանագրության սխալ: %U

    Squid-ը ուղարկեց հետևյալ FTP հրամանը:

    %f

    Սերվերը պատասխանեց:

    %F

    Սա նշանակում է,որ FTP սերվերը ֆայլը պահպանելու համար բավարար հիշողության ծավալ կամ թույտվություն չունի: Ստուգեք ճանապարհը, հիշողության ծավալը, մուտքի իրավունքները և կրկին փորձեք:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/hy/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/hy/ERR_FTP_PUT_MODIFIED 2012-02-05 13:32:33.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_FTP_PUT_MODIFIED 2012-06-08 13:54:08.000000000 +0200 @@ -1 +1 @@ - FTP PUT Գործողությունը հաջողվեց: Ֆայլը ստեղծված է

    Գործողությունը հաջողվեց

    Ֆայլը թարմացված է




    \ No newline at end of file + FTP PUT Գործողությունը հաջողվեց: Ֆայլը ստեղծված է

    Գործողությունը հաջողվեց

    Ֆայլը թարմացված է




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/hy/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/hy/ERR_FTP_UNAVAILABLE 2012-02-05 13:32:36.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_FTP_UNAVAILABLE 2012-06-08 13:54:10.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում FTP սերվերը շատ զբաղված էր: %U

    Squid-ը ուղարկեց հետևյալ FTP հրամանը:

    %f

    The server responded with:

    %F
    %g

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում FTP սերվերը շատ զբաղված էր: %U

    Squid-ը ուղարկեց հետևյալ FTP հրամանը:

    %f

    Սերվերը պատասխանեց:

    %F
    %g

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/hy/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/hy/ERR_GATEWAY_FAILURE 2012-02-05 13:32:38.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_GATEWAY_FAILURE 2012-06-08 13:54:12.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Երթուղային պրոքսի սերվերի խափանում

    Ներքին խափանման պատճառով այս հարցումը հնարավոր չէ ավարտել

    Այս սահմանափակումը իրականացված է Ձեր ինտերնետ կապ ապահովողի կողմից: Եթե Դուք սա սխալ եք համարում, դիմեք նրան:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_ICAP_FAILURE squid3-3.1.20/errors/hy/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/hy/ERR_ICAP_FAILURE 2012-02-05 13:32:40.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_ICAP_FAILURE 2012-06-08 13:54:14.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    ICAP protocol error.

    Ստացված պատասխանը: %E

    Սա նշանակում է, որ ICAP կոմունիկացիայի որոշ ասպեկտներ սխալ են:

    Հնարավոր պատճառներն են:

    • ICAP սերվերը անհասանելի է:

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    ICAP արձանարության սխալ

    Ստացված պատասխանը: %E

    Սա նշանակում է, որ ICAP կոմունիկացիայի որոշ ասպեկտներ սխալ են:

    Հնարավոր պատճառներն են:

    • ICAP սերվերը անհասանելի է:

    • Սխալ պատասխան է ստացվել ICAP սերվերից



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_INVALID_REQ squid3-3.1.20/errors/hy/ERR_INVALID_REQ --- squid3-3.1.19/errors/hy/ERR_INVALID_REQ 2012-02-05 13:32:42.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_INVALID_REQ 2012-06-08 13:54:16.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    Սխալ հարցում հարցումն իրականացնելու ընթացքում տեղի ունեցավ սխալ:

    %R

    Հնարավոր պատճառներն են:

    • Հարցման մեթոդը բացակայում է կամ անհայտ է

    • URL -ն բացակայում է

    • HTTP իդենտիֆիկատորը բացակայում է (HTTP/1.0)

    • Հարցման ծավալը շատ մեծ է

    • POST կամ PUT հարցումների համար Content-Length չի նշված

    • Անթույլատրելի նիշ սերվերի անվան մեջ; ընդգծման նիշն անթույլատրելի է

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    Սխալ հարցում հարցումն իրականացնելու ընթացքում տեղի ունեցավ սխալ:

    %R

    Հնարավոր պատճառներն են:

    • Հարցման մեթոդը բացակայում է կամ անհայտ է

    • URL -ն բացակայում է

    • HTTP իդենտիֆիկատորը բացակայում է (HTTP/1.0)

    • Հարցման ծավալը շատ մեծ է

    • POST կամ PUT հարցումների համար Content-Length չի նշված

    • Անթույլատրելի նիշ սերվերի անվան մեջ; ընդգծման նիշն անթույլատրելի է

    • HTTP/1.1 Expect:հնարավորության համար հարցում է կատարվում HTTP/1.0 ծրագրային միջոցից

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_INVALID_RESP squid3-3.1.20/errors/hy/ERR_INVALID_RESP --- squid3-3.1.19/errors/hy/ERR_INVALID_RESP 2012-02-05 13:32:44.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_INVALID_RESP 2012-06-08 13:54:18.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    Անթույլատրելի պատասխան հարցումն իրականացնելու ընթացքում տեղի ունեցավ սխալ:

    %R

    Սերվերից ստացվող պատասխանն անհասկանալի է կամ այլայլված: Դիմեք տվյալ կայքի կառավարիչներին։ Ձեր քեշի կառավարիչը անհրաժեշտության դեպքում կարող է ավելի մանրակրկիտ նկարագրել խնդրի բնւյթը:

    Սերվերից ստացվող պատասխանն անհասկանալի է կամ այլայլված: Դիմեք տվյալ կայքի կառավարիչներին։ Ձեր քեշի կառավարիչը անհրաժեշտության դեպքում կարող է ավելի մանրակրկիտ նկարագրել խնդրի բնւյթը:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    Անթույլատրելի պատասխան հարցումն իրականացնելու ընթացքում տեղի ունեցավ սխալ:

    %R

    Սերվերից ստացվող պատասխանն անհասկանալի է կամ այլայլված: Դիմեք տվյալ կայքի կառավարիչներին։ Ձեր քեշի կառավարիչը անհրաժեշտության դեպքում կարող է ավելի մանրակրկիտ նկարագրել խնդրի բնւյթը:

    Սերվերից ստացվող պատասխանն անհասկանալի է կամ այլայլված: Դիմեք տվյալ կայքի կառավարիչներին։ Ձեր քեշի կառավարիչը անհրաժեշտության դեպքում կարող է ավելի մանրակրկիտ նկարագրել խնդրի բնւյթը:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_INVALID_URL squid3-3.1.20/errors/hy/ERR_INVALID_URL --- squid3-3.1.19/errors/hy/ERR_INVALID_URL 2012-02-05 13:32:46.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_INVALID_URL 2012-06-08 13:54:21.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Սխալ URL

    URL-ի որոշ ասպեկտներ սխալ են.

    Հնարավոր պատճառներն են:

    • Մուտքային արձանագրությունը սխալ է կամ բացակայում է (պետք է լինի http:// կամ նման)

    • Հանգույցի անունը բացակայում է

    • Անթույլատրելի կրկնակի կառավարող նիշ URL-ի ուղիում

    • Անթույլատրելի նիշ սերվերի անվան մեջ; ընդգծման նիշն անթույլատրելի է

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Սխալ URL

    URL-ի որոշ ասպեկտներ սխալ են.

    Հնարավոր պատճառներն են:

    • Մուտքային արձանագրությունը սխալ է կամ բացակայում է (պետք է լինի http:// կամ նման)

    • Հանգույցի անունը բացակայում է

    • Անթույլատրելի կրկնակի կառավարող նիշ URL-ի ուղիում

    • Անթույլատրելի նիշ սերվերի անվան մեջ; ընդգծման նիշն անթույլատրելի է

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_LIFETIME_EXP squid3-3.1.20/errors/hy/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/hy/ERR_LIFETIME_EXP 2012-02-05 13:32:48.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_LIFETIME_EXP 2012-06-08 13:54:24.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Կապի հաստատման ժամանակը սպառվեց

    Squid-ը ընդհատեց հարցումը կապ հաստատման առավելագույն ժամանակը գերազանցելու պատճառով

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Կապի հաստատման ժամանակը սպառվեց

    Squid-ը ընդհատեց հարցումը կապ հաստատման առավելագույն ժամանակը գերազանցելու պատճառով

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_NO_RELAY squid3-3.1.20/errors/hy/ERR_NO_RELAY --- squid3-3.1.19/errors/hy/ERR_NO_RELAY 2012-02-05 13:32:50.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_NO_RELAY 2012-06-08 13:54:26.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Wais Relay-ը որոշված չէ

    Այս քեշի համար WAIS Relay-ը որոշված չէ! Հայտնեք կառավարիչին:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Wais Relay-ը որոշված չէ

    Այս քեշի համար WAIS Relay-ը որոշված չէ! Հայտնեք կառավարիչին:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/hy/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/hy/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:32:53.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:54:29.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Օբյեկտը քեշում գտնված չէ; ձևավորվեց only-if-cached դիրեկտիվը.

    Դուք իրականացրեցիք հարցում only-if-cached քեշի կառավարման դիրեկտիվով: Փաստաթուղթը քեշում բացակայում է կամonly-if-cached դիրեկտիվի կողմից արգելված հաստատում:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Օբյեկտը քեշում գտնված չէ; ձևավորվեց only-if-cached դիրեկտիվը.

    Դուք իրականացրեցիք հարցում only-if-cached քեշի կառավարման դիրեկտիվով: Փաստաթուղթը քեշում բացակայում է կամonly-if-cached դիրեկտիվի կողմից արգելված հաստատում:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/error-details.txt squid3-3.1.20/errors/hy/error-details.txt --- squid3-3.1.19/errors/hy/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/hy/error-details.txt 2012-06-08 13:54:54.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/hy/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/hy/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/hy/ERR_PRECONDITION_FAILED 2012-02-05 13:32:55.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_PRECONDITION_FAILED 2012-06-08 13:54:31.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Չհաջողվեց մշակել նախապայմանը

    Սա նշանակում է:

    HTTP հարցումի նախապայմաններից առնվազն մեկը անհնար է մշակել



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_READ_ERROR squid3-3.1.20/errors/hy/ERR_READ_ERROR --- squid3-3.1.19/errors/hy/ERR_READ_ERROR 2012-02-05 13:32:57.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_READ_ERROR 2012-06-08 13:54:33.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Ընթերցման սխալ

    Ստացված պատասխանը: %E

    Ցանցից տվյալների ընթերցման ընթացքում առաջացավ սխալ.Խնդրվում է կրկնել հարցումը.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Ընթերցման սխալ

    Ստացված պատասխանը: %E

    Ցանցից տվյալների ընթերցման ընթացքում առաջացավ սխալ.Խնդրվում է կրկնել հարցումը.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_READ_TIMEOUT squid3-3.1.20/errors/hy/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/hy/ERR_READ_TIMEOUT 2012-02-05 13:32:59.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_READ_TIMEOUT 2012-06-08 13:54:35.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Պատասխան սպասելու առավելագույն ժամանակը գերազանցված է

    Ստացված պատասխանը: %E

    Ցանցից տվյալների ընթերցման ընթացքում սպասման առավելագույն ժամանակը գերազանցվեց․Ցանցը կամ հանգույցը չեն աշխատում կամ գերբեռնված են։ Խնդրվում է կրկնել հարցումը

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Պատասխան սպասելու առավելագույն ժամանակը գերազանցված է

    Ստացված պատասխանը: %E

    Ցանցից տվյալների ընթերցման ընթացքում սպասման առավելագույն ժամանակը գերազանցվեց․Ցանցը կամ հանգույցը չեն աշխատում կամ գերբեռնված են։ Խնդրվում է կրկնել հարցումը

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/hy/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/hy/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:33:01.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:54:37.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Չհաջողվեց անվտանգ կապ հաստատել %I

    Ստացված պատասխանը: %E

    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.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Չհաջողվեց անվտանգ կապ հաստատել %I

    Ստացված պատասխանը: %E

    Հնարավոր է,որ հեռակա հանգույցը չի աջակցում անվտանգ կապի հաստատում

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_SHUTTING_DOWN squid3-3.1.20/errors/hy/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/hy/ERR_SHUTTING_DOWN 2012-02-05 13:33:03.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_SHUTTING_DOWN 2012-06-08 13:54:39.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Այս քեշը տվյալ պահին գտնվում է անջատման պրոցեսում և չի կարող սպասարկել Ձեր հարցումը: Կրկնեք հարցումը որոշ ժամանակ անց:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Այս քեշը տվյալ պահին գտնվում է անջատման պրոցեսում և չի կարող սպասարկել Ձեր հարցումը: Կրկնեք հարցումը որոշ ժամանակ անց:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_SOCKET_FAILURE squid3-3.1.20/errors/hy/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/hy/ERR_SOCKET_FAILURE 2012-02-05 13:33:06.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_SOCKET_FAILURE 2012-06-08 13:54:41.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Socket ձախողում

    Ստացված պատասխանը: %E

    Squid-ը չի կարող ստեղծել TCP Socket, հավանաբար գերբեռնվածության պատճառով: Խնդրվում է կրկնել հարցումը: Եթե իրավիճակը կրկնվի, դիմեք քեշի կառավարիչին․:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Socket ձախողում

    Ստացված պատասխանը: %E

    Squid-ը չի կարող ստեղծել TCP Socket, հավանաբար գերբեռնվածության պատճառով: Խնդրվում է կրկնել հարցումը: Եթե իրավիճակը կրկնվի, դիմեք քեշի կառավարիչին․:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_TOO_BIG squid3-3.1.20/errors/hy/ERR_TOO_BIG --- squid3-3.1.19/errors/hy/ERR_TOO_BIG 2012-02-05 13:33:07.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_TOO_BIG 2012-06-08 13:54:43.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Հարցումը կամ պատասխանը շատ մեծ ծավալ ունեն.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    Այս սահմանափակումը իրականացված է Ձեր ինտերնետ կապ ապահովողի կողմից: Եթե Դուք սա սխալ եք համարում, դիմեք նրան:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Հարցումը կամ պատասխանը շատ մեծ ծավալ ունեն.

    POST հարցման օբյեկտը շատ մեծ ծավալ ունի.

    GET հարցման օբյեկտը շատ մեծ ծավալ ունի.

    Այս սահմանափակումը իրականացված է Ձեր ինտերնետ կապ ապահովողի կողմից: Եթե Դուք սա սխալ եք համարում, դիմեք նրան:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/hy/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/hy/ERR_UNSUP_HTTPVERSION 2012-02-05 13:33:09.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_UNSUP_HTTPVERSION 2012-06-08 13:54:45.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    HTTP արձանագրության այս վարկածը չի աջակցվում


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Unsupported HTTP version

    HTTP արձանագրության այն տեսակը,որը Դուք փորձում եք օգտագործել,այս Squid-ը չի ընդունում:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    HTTP արձանագրության այս վարկածը չի աջակցվում


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Unsupported HTTP version

    HTTP արձանագրության այն տեսակը,որը Դուք փորձում եք օգտագործել,այս Squid-ը չի ընդունում:

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_UNSUP_REQ squid3-3.1.20/errors/hy/ERR_UNSUP_REQ --- squid3-3.1.19/errors/hy/ERR_UNSUP_REQ 2012-02-05 13:33:11.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_UNSUP_REQ 2012-06-08 13:54:47.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Հարցում իրականացնելու մեթոդը և արձանագրությունը չեն աջակցվում

    Squid-ը բոլոր արձանագրությունների համար բոլոր հարցման մեթոդները չի աջակցում. Օրինակ, Gopher արձանագրության համար չեք կարող POST հարցում կատարել.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Հարցում իրականացնելու մեթոդը և արձանագրությունը չեն աջակցվում

    Squid-ը բոլոր արձանագրությունների համար բոլոր հարցման մեթոդները չի աջակցում. Օրինակ, Gopher արձանագրության համար չեք կարող POST հարցում կատարել.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_URN_RESOLVE squid3-3.1.20/errors/hy/ERR_URN_RESOLVE --- squid3-3.1.19/errors/hy/ERR_URN_RESOLVE 2012-02-05 13:33:13.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_URN_RESOLVE 2012-06-08 13:54:49.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: The requested URN could not be retrieved

    ERROR

    Պահանջվող URN-ի համար URL-ն հնարավոր չէ ստանալ


    URN-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Cannot Resolve URN

    Չարժե շատ բան սպասել URN-ից %T -ի վրա :)

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: The requested URN could not be retrieved

    ERROR

    Պահանջվող URN-ի համար URL-ն հնարավոր չէ ստանալ


    URN-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Չհաջողվեց մշակել URN հարցումը

    Չարժե շատ բան սպասել URN-ից %T -ի վրա :)

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_WRITE_ERROR squid3-3.1.20/errors/hy/ERR_WRITE_ERROR --- squid3-3.1.19/errors/hy/ERR_WRITE_ERROR 2012-02-05 13:33:15.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_WRITE_ERROR 2012-06-08 13:54:52.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Գրանցման սխալ

    Ստացված պատասխանը: %E

    Տվյալները ցանցում գրանցելու ընթացքում առաջացավ սխալ․ Խնդրվում է կրկնել հարցումը․

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Գրանցման սխալ

    Ստացված պատասխանը: %E

    Տվյալները ցանցում գրանցելու ընթացքում առաջացավ սխալ․ Խնդրվում է կրկնել հարցումը․

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/hy/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/hy/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/hy/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:33:17.000000000 +0100 +++ squid3-3.1.20/errors/hy/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:54:54.000000000 +0200 @@ -1 +1 @@ - ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Զրոյական երկարությամբ պատասխան

    Քեշը ի պատասխան այս հարցումի ոչ մի տվյալ չի ստացել.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file + ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ

    ERROR

    The requested URL could not be retrieved


    URL-ի ստացման ընթացքում առաջացավ հետևյալ սխալը: %U

    Զրոյական երկարությամբ պատասխան

    Քեշը ի պատասխան այս հարցումի ոչ մի տվյալ չի ստացել.

    Ձեր քեշի կառավարիչը %w է.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_ACCESS_DENIED squid3-3.1.20/errors/id/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/id/ERR_ACCESS_DENIED 2012-02-05 13:33:19.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_ACCESS_DENIED 2012-06-08 13:54:56.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Akses Ditolak

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Akses Ditolak

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:54:58.000000000 +0200 @@ -0,0 +1 @@ + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/id/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/id/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_AGENT_CONFIGURE 2012-06-08 13:55:00.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ERROR

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_AGENT_WPAD squid3-3.1.20/errors/id/ERR_AGENT_WPAD --- squid3-3.1.19/errors/id/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_AGENT_WPAD 2012-06-08 13:55:07.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ERROR

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/id/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/id/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:33:22.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:55:10.000000000 +0200 @@ -1 +1 @@ - ERROR: Cache Access Denied

    ERROR

    Cache Akses Ditolak


    The following error was encountered while trying to retrieve the URL: %U

    Akses Cache Ditolak

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + ERROR: Cache Access Denied

    ERROR

    Cache Akses Ditolak


    The following error was encountered while trying to retrieve the URL: %U

    Akses Cache Ditolak

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/id/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/id/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:33:23.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:55:12.000000000 +0200 @@ -1 +1 @@ - ERROR: Cache Manager Access Denied

    ERROR

    Cache Manager Akses Ditolak


    The following error was encountered while trying to retrieve the URL: %U

    Cache manager Akses ditolak.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file + ERROR: Cache Manager Access Denied

    ERROR

    Cache Manager Akses Ditolak


    The following error was encountered while trying to retrieve the URL: %U

    Cache manager Akses ditolak.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_CANNOT_FORWARD squid3-3.1.20/errors/id/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/id/ERR_CANNOT_FORWARD 2012-02-05 13:33:25.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_CANNOT_FORWARD 2012-06-08 13:55:14.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches.

    Some possible problems are:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_CONNECT_FAIL squid3-3.1.20/errors/id/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/id/ERR_CONNECT_FAIL 2012-02-05 13:33:27.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_CONNECT_FAIL 2012-06-08 13:55:16.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    The system returned: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    The system returned: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_DIR_LISTING squid3-3.1.20/errors/id/ERR_DIR_LISTING --- squid3-3.1.19/errors/id/ERR_DIR_LISTING 2012-02-05 13:33:29.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_DIR_LISTING 2012-06-08 13:55:18.000000000 +0200 @@ -1 +1 @@ - Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory Parent Directory (Root Directory)

    \ No newline at end of file + Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_DNS_FAIL squid3-3.1.20/errors/id/ERR_DNS_FAIL --- squid3-3.1.19/errors/id/ERR_DNS_FAIL 2012-02-05 13:33:33.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_DNS_FAIL 2012-06-08 13:55:20.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_ESI squid3-3.1.20/errors/id/ERR_ESI --- squid3-3.1.19/errors/id/ERR_ESI 2012-02-05 13:33:36.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_ESI 2012-06-08 13:55:22.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_FORWARDING_DENIED squid3-3.1.20/errors/id/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/id/ERR_FORWARDING_DENIED 2012-02-05 13:33:38.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_FORWARDING_DENIED 2012-06-08 13:55:24.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Forwarding Denied.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Forwarding Denied.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_FTP_DISABLED squid3-3.1.20/errors/id/ERR_FTP_DISABLED --- squid3-3.1.19/errors/id/ERR_FTP_DISABLED 2012-02-05 13:33:40.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_FTP_DISABLED 2012-06-08 13:55:26.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP tidak aktif

    This cache does not support FTP.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP tidak aktif

    This cache does not support FTP.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_FTP_FAILURE squid3-3.1.20/errors/id/ERR_FTP_FAILURE --- squid3-3.1.19/errors/id/ERR_FTP_FAILURE 2012-02-05 13:33:41.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_FTP_FAILURE 2012-06-08 13:55:28.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    terjadi kesalahan Protokol FTP ketika mencoba untuk mengambil URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    terjadi kesalahan Protokol FTP ketika mencoba untuk mengambil URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/id/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/id/ERR_FTP_FORBIDDEN 2012-02-05 13:33:44.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_FTP_FORBIDDEN 2012-06-08 13:55:30.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    terjadi kegagalan otentikasi FTP ketika mencoba untuk mengambil URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    terjadi kegagalan otentikasi FTP ketika mencoba untuk mengambil URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/id/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/id/ERR_FTP_NOT_FOUND 2012-02-05 13:33:46.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_FTP_NOT_FOUND 2012-06-08 13:55:32.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/id/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/id/ERR_FTP_PUT_CREATED 2012-02-05 13:33:48.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_FTP_PUT_CREATED 2012-06-08 13:55:34.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operation successful

    File created




    \ No newline at end of file + FTP PUT Successful.

    Operation successful

    File created




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/id/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/id/ERR_FTP_PUT_ERROR 2012-02-05 13:33:50.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_FTP_PUT_ERROR 2012-06-08 13:55:36.000000000 +0200 @@ -1 +1 @@ - ERROR: FTP upload failed

    ERROR

    FTP PUT upload failed


    terjadi kesalahan Protokol FTP ketika mencoba untuk mengambil URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: FTP upload failed

    ERROR

    FTP PUT upload failed


    terjadi kesalahan Protokol FTP ketika mencoba untuk mengambil URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/id/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/id/ERR_FTP_PUT_MODIFIED 2012-02-05 13:33:52.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_FTP_PUT_MODIFIED 2012-06-08 13:55:38.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operation successful

    File sudah diperbaharui




    \ No newline at end of file + FTP PUT Successful.

    Operation successful

    File sudah diperbaharui




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/id/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/id/ERR_FTP_UNAVAILABLE 2012-02-05 13:33:55.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_FTP_UNAVAILABLE 2012-06-08 13:55:40.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/id/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/id/ERR_GATEWAY_FAILURE 2012-02-05 13:33:57.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_GATEWAY_FAILURE 2012-06-08 13:55:42.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_ICAP_FAILURE squid3-3.1.20/errors/id/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/id/ERR_ICAP_FAILURE 2012-02-05 13:33:59.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_ICAP_FAILURE 2012-06-08 13:55:44.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    The system returned: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • Sebuah tanggapan Illegal diterima dari ICAP server.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    The system returned: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • Sebuah tanggapan Illegal diterima dari ICAP server.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_INVALID_REQ squid3-3.1.20/errors/id/ERR_INVALID_REQ --- squid3-3.1.19/errors/id/ERR_INVALID_REQ 2012-02-05 13:34:01.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_INVALID_REQ 2012-06-08 13:55:46.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Cacat Meminta kesalahan ditemukan sedangkan mencoba mengolah permintaan:

    %R

    Some possible problems are:

    • Missing or unknown request method.

    • Missing URL.

    • Missing HTTP Identifier (HTTP/1.0).

    • Request is too large.

    • Content-Length missing for POST or PUT requests.

    • Illegal character in hostname; underscores are not allowed.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Cacat Meminta kesalahan ditemukan sedangkan mencoba mengolah permintaan:

    %R

    Some possible problems are:

    • Missing or unknown request method.

    • Missing URL.

    • Missing HTTP Identifier (HTTP/1.0).

    • Request is too large.

    • Content-Length missing for POST or PUT requests.

    • Illegal character in hostname; underscores are not allowed.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_INVALID_RESP squid3-3.1.20/errors/id/ERR_INVALID_RESP --- squid3-3.1.19/errors/id/ERR_INVALID_RESP 2012-02-05 13:34:03.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_INVALID_RESP 2012-06-08 13:55:48.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Cacat Jawaban kesalahan ditemukan sedangkan mencoba mengolah permintaan:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Cacat Jawaban kesalahan ditemukan sedangkan mencoba mengolah permintaan:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_INVALID_URL squid3-3.1.20/errors/id/ERR_INVALID_URL --- squid3-3.1.19/errors/id/ERR_INVALID_URL 2012-02-05 13:34:05.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_INVALID_URL 2012-06-08 13:55:50.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Invalid URL

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Missing or incorrect access protocol (should be http:// or similar)

    • Missing hostname

    • Illegal double-escape in the URL-Path

    • Illegal character in hostname; underscores are not allowed.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Invalid URL

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Missing or incorrect access protocol (should be http:// or similar)

    • Missing hostname

    • Illegal double-escape in the URL-Path

    • Illegal character in hostname; underscores are not allowed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_LIFETIME_EXP squid3-3.1.20/errors/id/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/id/ERR_LIFETIME_EXP 2012-02-05 13:34:07.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_LIFETIME_EXP 2012-06-08 13:55:52.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection Lifetime Expired

    Squid has terminated the request because it has exceeded the maximum connection lifetime.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection Lifetime Expired

    Squid has terminated the request because it has exceeded the maximum connection lifetime.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_NO_RELAY squid3-3.1.20/errors/id/ERR_NO_RELAY --- squid3-3.1.19/errors/id/ERR_NO_RELAY 2012-02-05 13:34:09.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_NO_RELAY 2012-06-08 13:55:54.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/id/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/id/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:34:12.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:55:56.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/error-details.txt squid3-3.1.20/errors/id/error-details.txt --- squid3-3.1.19/errors/id/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/id/error-details.txt 2012-06-08 13:56:40.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/id/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/id/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/id/ERR_PRECONDITION_FAILED 2012-02-05 13:34:14.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_PRECONDITION_FAILED 2012-06-08 13:55:58.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_READ_ERROR squid3-3.1.20/errors/id/ERR_READ_ERROR --- squid3-3.1.19/errors/id/ERR_READ_ERROR 2012-02-05 13:34:16.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_READ_ERROR 2012-06-08 13:56:01.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Read Error

    The system returned: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Read Error

    The system returned: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_READ_TIMEOUT squid3-3.1.20/errors/id/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/id/ERR_READ_TIMEOUT 2012-02-05 13:34:18.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_READ_TIMEOUT 2012-06-08 13:56:05.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Read Timeout

    The system returned: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Read Timeout

    The system returned: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/id/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/id/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:34:20.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:56:08.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    The system returned: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    The system returned: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_SHUTTING_DOWN squid3-3.1.20/errors/id/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/id/ERR_SHUTTING_DOWN 2012-02-05 13:34:22.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_SHUTTING_DOWN 2012-06-08 13:56:12.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_SOCKET_FAILURE squid3-3.1.20/errors/id/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/id/ERR_SOCKET_FAILURE 2012-02-05 13:34:24.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_SOCKET_FAILURE 2012-06-08 13:56:17.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Socket Failure

    The system returned: %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Socket Failure

    The system returned: %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_TOO_BIG squid3-3.1.20/errors/id/ERR_TOO_BIG --- squid3-3.1.19/errors/id/ERR_TOO_BIG 2012-02-05 13:34:26.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_TOO_BIG 2012-06-08 13:56:21.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/id/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/id/ERR_UNSUP_HTTPVERSION 2012-02-05 13:34:28.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_UNSUP_HTTPVERSION 2012-06-08 13:56:25.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_UNSUP_REQ squid3-3.1.20/errors/id/ERR_UNSUP_REQ --- squid3-3.1.19/errors/id/ERR_UNSUP_REQ 2012-02-05 13:34:30.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_UNSUP_REQ 2012-06-08 13:56:30.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported Request Method and Protocol

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported Request Method and Protocol

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_URN_RESOLVE squid3-3.1.20/errors/id/ERR_URN_RESOLVE --- squid3-3.1.19/errors/id/ERR_URN_RESOLVE 2012-02-05 13:34:32.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_URN_RESOLVE 2012-06-08 13:56:33.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URN could not be retrieved

    ERROR

    URL untuk URN yang diminta tidak bisa didapatkan kembali


    The following error was encountered while trying to retrieve the URN: %U

    Tidak dapat menyelesaikan URN

    Hey, don't expect too much from URNs on %T :)

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URN could not be retrieved

    ERROR

    URL untuk URN yang diminta tidak bisa didapatkan kembali


    The following error was encountered while trying to retrieve the URN: %U

    Tidak dapat menyelesaikan URN

    Hey, don't expect too much from URNs on %T :)

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_WRITE_ERROR squid3-3.1.20/errors/id/ERR_WRITE_ERROR --- squid3-3.1.19/errors/id/ERR_WRITE_ERROR 2012-02-05 13:34:35.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_WRITE_ERROR 2012-06-08 13:56:36.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Write Error

    The system returned: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Write Error

    The system returned: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/id/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/id/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/id/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:34:37.000000000 +0100 +++ squid3-3.1.20/errors/id/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:56:39.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    Squid did not receive any data for this request.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    Squid did not receive any data for this request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_ACCESS_DENIED squid3-3.1.20/errors/it/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/it/ERR_ACCESS_DENIED 2012-02-05 13:34:39.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_ACCESS_DENIED 2012-06-08 13:56:42.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Accesso negato.

    La richiesta non è permessa dalle impostazioni di sicurezza. Se ritieni sia un errore, contatta il fornitore del servizio.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Accesso negato.

    La richiesta non è permessa dalle impostazioni di sicurezza. Se ritieni sia un errore, contatta il fornitore del servizio.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:56:46.000000000 +0200 @@ -0,0 +1 @@ + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Time Quota Exceeded.

    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.

    Questi limiti sono stati stabiliti dall'ISP che gestisce questo proxy. Se ritieni sia un errore, contatta il fornitore del servizio.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/it/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/it/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_AGENT_CONFIGURE 2012-06-08 13:56:48.000000000 +0200 @@ -0,0 +1 @@ + Configurazione del browser

    ERRORE

    Web Browser Configuration


    La configurazione del tuo browser dev'essere modificata prima di poter utilizzare questa rete.

    Indicazioni su come configurare il tuo browser sono disponibili a:

    Per configurare Mozilla Firefox accedere a:
    • Strumenti -> Opzioni -> Avanzate -> Rete -> Impostazioni di connessione
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Per configurare Microsoft Internet Explorer:
    • Strumenti -> Opzioni Internet -> Connessioni -> Impostazioni LAN ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Per configurare i browser Opera:
    • Strumenti -> Preferenze -> Avanzate -> Rete -> Server proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_AGENT_WPAD squid3-3.1.20/errors/it/ERR_AGENT_WPAD --- squid3-3.1.19/errors/it/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_AGENT_WPAD 2012-06-08 13:56:53.000000000 +0200 @@ -0,0 +1 @@ + Configurazione del browser

    ERRORE

    Web Browser Configuration


    La configurazione del tuo browser dev'essere modificata prima di poter utilizzare questa rete.

    Indicazioni su come configurare il tuo browser sono disponibili a:

    Per configurare Mozilla Firefox accedere a:
    • Strumenti -> Opzioni -> Avanzate -> Rete -> Impostazioni di connessione
    • Select Auto-detect proxy settings for this network
    Per configurare Microsoft Internet Explorer:
    • Strumenti -> Opzioni Internet -> Connessioni -> Impostazioni LAN ->Proxy
    • Seleziona "Rileva automaticamente impostazioni"
    Per configurare i browser Opera:
    • Strumenti -> Preferenze -> Avanzate -> Rete -> Server proxy
    • Seleziona "Usa script di configurazione automatica"

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/it/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/it/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:34:41.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:56:58.000000000 +0200 @@ -1 +1 @@ - ERRORE: Cache Access Denied

    ERROR

    Cache Accesso negato.


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Accesso alla cache negato.

    Per richiedere %U da questa cache è necessario prima identificarsi.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + ERRORE: Cache Access Denied

    ERROR

    Cache Accesso negato.


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Accesso alla cache negato.

    Per richiedere %U da questa cache è necessario prima identificarsi.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/it/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/it/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:34:44.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:57:02.000000000 +0200 @@ -1 +1 @@ - ERRORE: Cache Manager Access Denied

    ERROR

    Cache Manager Accesso negato.


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    L'accesso al cache manager è negato.

    Per richiedere %U da questo cache manager è necessario prima identificarsi.

    Si prega di contattare il gestore del vostro proxy se avete diffcoltà nell'identificarvi per l'accesso al servizio o, se siete l'amministratore, di consultare la documentazione di Squid riguardante l'interfaccia del cache manager e di verificare il log del servizio alla ricerca informazioni più dettagliate sull'errore.



    \ No newline at end of file + ERRORE: Cache Manager Access Denied

    ERROR

    Cache Manager Accesso negato.


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    L'accesso al cache manager è negato.

    Per richiedere %U da questo cache manager è necessario prima identificarsi.

    Si prega di contattare il gestore del vostro proxy se avete diffcoltà nell'identificarvi per l'accesso al servizio o, se siete l'amministratore, di consultare la documentazione di Squid riguardante l'interfaccia del cache manager e di verificare il log del servizio alla ricerca informazioni più dettagliate sull'errore.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_CANNOT_FORWARD squid3-3.1.20/errors/it/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/it/ERR_CANNOT_FORWARD 2012-02-05 13:34:46.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_CANNOT_FORWARD 2012-06-08 13:57:05.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Non è possibile inoltrare la richiesta in questo momento.

    La richiesta non può essere inoltrata al server di origine dei dati né ad alcun proxy di livello superiore. La causa più probabile è che l'amministratore del proxy abbia bloccato le connessioni dirette al server originario, e che tutti i proxy di livello superiore siano inaccessibili.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Non è possibile inoltrare la richiesta in questo momento.

    This request could not be forwarded to the origin server or to any parent caches.

    Alcuni dei possibili problemi sono:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_CONNECT_FAIL squid3-3.1.20/errors/it/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/it/ERR_CONNECT_FAIL 2012-02-05 13:34:49.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_CONNECT_FAIL 2012-06-08 13:57:07.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    La connessione a %I non è riuscita.

    Il sistema ha risposto: %E

    Il server remoto e` irraggiungibile, forse per un guasto di rete. Riprova tra qualche minuto.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    La connessione a %I non è riuscita.

    Il sistema ha risposto: %E

    Il server remoto e` irraggiungibile, forse per un guasto di rete. Riprova tra qualche minuto.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_DIR_LISTING squid3-3.1.20/errors/it/ERR_DIR_LISTING --- squid3-3.1.19/errors/it/ERR_DIR_LISTING 2012-02-05 13:34:52.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_DIR_LISTING 2012-06-08 13:57:10.000000000 +0200 @@ -1 +1 @@ - Directory: %U

    Directory: %U/


    Contenuto della directory:

    %z
    %g
    Directory superiore Directory superiore (Directory principale)

    \ No newline at end of file + Directory: %U

    Directory: %U/


    Contenuto della directory:

    %z
    %g
    Directory superiore (Directory principale)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_DNS_FAIL squid3-3.1.20/errors/it/ERR_DNS_FAIL --- squid3-3.1.19/errors/it/ERR_DNS_FAIL 2012-02-05 13:34:56.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_DNS_FAIL 2012-06-08 13:57:13.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Non è stato possibile risalire all'indirizzo IP corrispondente al nome host %H

    Il server DNS ha risposto:

    %z

    Questo significa che il Proxy non è riuscito a tradurre il nome host nella URL nel relativo indirizzo. Verificate la correttezza dell'indirizzo e riprovate.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Non è stato possibile risalire all'indirizzo IP corrispondente al nome host %H

    Il server DNS ha risposto:

    %z

    Questo significa che il Proxy non è riuscito a tradurre il nome host nella URL nel relativo indirizzo. Verificate la correttezza dell'indirizzo e riprovate.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_ESI squid3-3.1.20/errors/it/ERR_ESI --- squid3-3.1.19/errors/it/ERR_ESI 2012-02-05 13:34:58.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_ESI 2012-06-08 13:57:16.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    L'elaborazione ESI è fallita.

    Il sistema di gestione delle funzioni ESI ha risposto:

    %Z

    Questo significa che il surrogate non è stato in grado di processare il template ESI. Si prega di segnalare l'errore al webmaster.

    Il webmaster è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    L'elaborazione ESI è fallita.

    Il sistema di gestione delle funzioni ESI ha risposto:

    %Z

    Questo significa che il surrogate non è stato in grado di processare il template ESI. Si prega di segnalare l'errore al webmaster.

    Il webmaster è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_FORWARDING_DENIED squid3-3.1.20/errors/it/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/it/ERR_FORWARDING_DENIED 2012-02-05 13:35:02.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_FORWARDING_DENIED 2012-06-08 13:57:21.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Inoltro negato.

    Questo proxy non inoltrerà questa richiesta perché tenta di forzare una relazione di parentela. Forse il client all'indirizzo %i è un proxy configurato in modo errato.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Inoltro negato.

    Questo proxy non inoltrerà questa richiesta perché tenta di forzare una relazione di parentela. Forse il client all'indirizzo %i è un proxy configurato in modo errato.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_FTP_DISABLED squid3-3.1.20/errors/it/ERR_FTP_DISABLED --- squid3-3.1.19/errors/it/ERR_FTP_DISABLED 2012-02-05 13:35:05.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_FTP_DISABLED 2012-06-08 13:57:24.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Il protocollo FTP è disabilitato.

    Questo proxy non supporta il protocollo FTP.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Il protocollo FTP è disabilitato.

    Questo proxy non supporta il protocollo FTP.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_FTP_FAILURE squid3-3.1.20/errors/it/ERR_FTP_FAILURE --- squid3-3.1.19/errors/it/ERR_FTP_FAILURE 2012-02-05 13:35:08.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_FTP_FAILURE 2012-06-08 13:57:26.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Si è verificato un errore di protocollo FTP durante l'accesso alla URL %U.

    Il comando FTP inviato da Squid era:

    %f

    Il server ha risposto:

    %F
    %g

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Si è verificato un errore di protocollo FTP durante l'accesso alla URL %U.

    Il comando FTP inviato da Squid era:

    %f

    Il server ha risposto:

    %F
    %g

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/it/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/it/ERR_FTP_FORBIDDEN 2012-02-05 13:35:11.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_FTP_FORBIDDEN 2012-06-08 13:57:28.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Le credenziali fornite per l'accesso al server FTP relativo alla URL %U sono invalide.

    Il comando FTP inviato da Squid era:

    %f

    Il server ha risposto:

    %F
    %g

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Le credenziali fornite per l'accesso al server FTP relativo alla URL %U sono invalide.

    Il comando FTP inviato da Squid era:

    %f

    Il server ha risposto:

    %F
    %g

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/it/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/it/ERR_FTP_NOT_FOUND 2012-02-05 13:35:13.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_FTP_NOT_FOUND 2012-06-08 13:57:30.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Non è stato possibile accedere alla URL: %U.

    Il comando FTP inviato da Squid era:

    %f

    Il server ha risposto:

    %F
    %g

    Questo potrebbe essere causato da una URL FTP contenente percorsi assoluti (il che non è compatibile con la RFC 1738). Se è questa la causa, il file può essere disponibile all'indirizzo %B.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Non è stato possibile accedere alla URL: %U.

    Il comando FTP inviato da Squid era:

    %f

    Il server ha risposto:

    %F
    %g

    Questo potrebbe essere causato da una URL FTP contenente percorsi assoluti (il che non è compatibile con la RFC 1738). Se è questa la causa, il file può essere disponibile all'indirizzo %B.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/it/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/it/ERR_FTP_PUT_CREATED 2012-02-05 13:35:15.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_FTP_PUT_CREATED 2012-06-08 13:57:32.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operazione eseguita correttamente

    Il file è stato creato.




    \ No newline at end of file + FTP PUT Successful.

    Operazione eseguita correttamente

    Il file è stato creato.




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/it/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/it/ERR_FTP_PUT_ERROR 2012-02-05 13:35:18.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_FTP_PUT_ERROR 2012-06-08 13:57:34.000000000 +0200 @@ -1 +1 @@ - ERRORE: FTP upload failed

    ERROR

    FTP PUT upload failed


    Si è verificato un errore di protocollo FTP durante l'accesso alla URL %U.

    Il comando FTP inviato da Squid era:

    %f

    Il server ha risposto:

    %F

    Questo significa che il server FTP potrebbe non avere i permessi o lo spazio per ricevere il file. Si prega di controllare il percorso, i permessi e lo spazio su disco e riprovare.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: FTP upload failed

    ERROR

    FTP PUT upload failed


    Si è verificato un errore di protocollo FTP durante l'accesso alla URL %U.

    Il comando FTP inviato da Squid era:

    %f

    Il server ha risposto:

    %F

    Questo significa che il server FTP potrebbe non avere i permessi o lo spazio per ricevere il file. Si prega di controllare il percorso, i permessi e lo spazio su disco e riprovare.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/it/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/it/ERR_FTP_PUT_MODIFIED 2012-02-05 13:35:20.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_FTP_PUT_MODIFIED 2012-06-08 13:57:36.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operazione eseguita correttamente

    Il file è stato aggiornato.




    \ No newline at end of file + FTP PUT Successful.

    Operazione eseguita correttamente

    Il file è stato aggiornato.




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/it/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/it/ERR_FTP_UNAVAILABLE 2012-02-05 13:35:22.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_FTP_UNAVAILABLE 2012-06-08 13:57:38.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Il server FTP era sovraccarico e non ha consentito di accedere alla URL: %U.

    Il comando FTP inviato da Squid era:

    %f

    Il server ha risposto:

    %F
    %g

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Il server FTP era sovraccarico e non ha consentito di accedere alla URL: %U.

    Il comando FTP inviato da Squid era:

    %f

    Il server ha risposto:

    %F
    %g

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/it/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/it/ERR_GATEWAY_FAILURE 2012-02-05 13:35:24.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_GATEWAY_FAILURE 2012-06-08 13:57:40.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_ICAP_FAILURE squid3-3.1.20/errors/it/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/it/ERR_ICAP_FAILURE 2012-02-05 13:35:26.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_ICAP_FAILURE 2012-06-08 13:57:42.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Si è verificato un errore di protocollo ICAP.

    Il sistema ha risposto: %E

    Questo significa che qualche aspetto della comunicazione ICAP non è stato completato regolarmente.

    Alcuni dei possibili problemi sono:

    • Il server ICAP non è raggiungibile.

    • Il server ICAP ha dato una risposta non valida (illegal response).



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Si è verificato un errore di protocollo ICAP.

    Il sistema ha risposto: %E

    Questo significa che qualche aspetto della comunicazione ICAP non è stato completato regolarmente.

    Alcuni dei possibili problemi sono:

    • Il server ICAP non è raggiungibile.

    • Il server ICAP ha dato una risposta non valida (illegal response).



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_INVALID_REQ squid3-3.1.20/errors/it/ERR_INVALID_REQ --- squid3-3.1.19/errors/it/ERR_INVALID_REQ 2012-02-05 13:35:28.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_INVALID_REQ 2012-06-08 13:57:44.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Richiesta non valida. Si è verificato un errore durante l'elaborazione della richiesta:

    %R

    Alcuni dei possibili problemi sono:

    • Metodo della richiesta non specificato o sconoscito.

    • URL non specificata.

    • L'identificativo del protocollo HTTP è mancante (HTTP/1.0).

    • La richiesta è di dimensioni troppo grandi.

    • La richiesta di tipo POST o PUT non contiene il campo Content-Length.

    • Nome host non valido: i caratteri underscore ("_") non sono consentiti.

    • Un software HTTP/1.0 sta cercando di utilizzare le funzionalità Expect di HTTP/1.1.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Richiesta non valida. Si è verificato un errore durante l'elaborazione della richiesta:

    %R

    Alcuni dei possibili problemi sono:

    • Metodo della richiesta non specificato o sconoscito.

    • URL non specificata.

    • L'identificativo del protocollo HTTP è mancante (HTTP/1.0).

    • La richiesta è di dimensioni troppo grandi.

    • La richiesta di tipo POST o PUT non contiene il campo Content-Length.

    • Nome host non valido: i caratteri underscore ("_") non sono consentiti.

    • Un software HTTP/1.0 sta cercando di utilizzare le funzionalità Expect di HTTP/1.1.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_INVALID_RESP squid3-3.1.20/errors/it/ERR_INVALID_RESP --- squid3-3.1.19/errors/it/ERR_INVALID_RESP 2012-02-05 13:35:30.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_INVALID_RESP 2012-06-08 13:57:45.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Risposta non valida. Si è verificato un errore durante l'elaborazione della richiesta:

    %R

    Il messaggio di risposta HTTP ricevuto dal server non era comprensibile o era irregolare. Si prega di contattare il gestore del sito per segnalargli l'errore.

    L'amministratore del proxy potrebbe essere in grado di fornire ulteriori dettagli sul tipo di problema.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Risposta non valida. Si è verificato un errore durante l'elaborazione della richiesta:

    %R

    Il messaggio di risposta HTTP ricevuto dal server non era comprensibile o era irregolare. Si prega di contattare il gestore del sito per segnalargli l'errore.

    L'amministratore del proxy potrebbe essere in grado di fornire ulteriori dettagli sul tipo di problema.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_INVALID_URL squid3-3.1.20/errors/it/ERR_INVALID_URL --- squid3-3.1.19/errors/it/ERR_INVALID_URL 2012-02-05 13:35:32.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_INVALID_URL 2012-06-08 13:57:47.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    URL non valida

    Qualcosa nella URL richiesta non è corretto.

    Alcuni dei possibili problemi sono:

    • Protocollo di accesso mancante o non corretto (dovrebbe essere http:// o simile).

    • Nome host non specificato.

    • Doppia codifica ("double-escape") non valida nella path della URL.

    • Nome host non valido: i caratteri underscore ("_") non sono consentiti.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    URL non valida

    Qualcosa nella URL richiesta non è corretto.

    Alcuni dei possibili problemi sono:

    • Protocollo di accesso mancante o non corretto (dovrebbe essere http:// o simile).

    • Nome host non specificato.

    • Doppia codifica ("double-escape") non valida nella path della URL.

    • Nome host non valido: i caratteri underscore ("_") non sono consentiti.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_LIFETIME_EXP squid3-3.1.20/errors/it/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/it/ERR_LIFETIME_EXP 2012-02-05 13:35:34.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_LIFETIME_EXP 2012-06-08 13:57:49.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Il tempo di mantenimento di connessioni inattive è scaduto.

    La richiesta è stata interrotta perché è stato superato il limite di durata massima della connessione.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Il tempo di mantenimento di connessioni inattive è scaduto.

    La richiesta è stata interrotta perché è stato superato il limite di durata massima della connessione.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_NO_RELAY squid3-3.1.20/errors/it/ERR_NO_RELAY --- squid3-3.1.19/errors/it/ERR_NO_RELAY 2012-02-05 13:35:36.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_NO_RELAY 2012-06-08 13:57:51.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Le funzioni di inoltro Wais non sono implementate.

    Non è stato definito nessun host per il relay del servizio WAIS! Prenditela con l'amministratore.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Le funzioni di inoltro Wais non sono implementate.

    Non è stato definito nessun host per il relay del servizio WAIS! Prenditela con l'amministratore.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/it/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/it/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:35:39.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:57:53.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Non è stato possibile reperire un documento valido nella cache, e la richiesta contiene la direttiva only-if-cached.

    La richiesta contiene la direttiva di controllo della cache only-if-cached. Non è stato possibile trovare il relativo documento nella cache, oppure richiedeva una operazione di verifica, non consentita dalla direttiva.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Non è stato possibile reperire un documento valido nella cache, e la richiesta contiene la direttiva only-if-cached.

    La richiesta contiene la direttiva di controllo della cache only-if-cached. Non è stato possibile trovare il relativo documento nella cache, oppure richiedeva una operazione di verifica, non consentita dalla direttiva.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/error-details.txt squid3-3.1.20/errors/it/error-details.txt --- squid3-3.1.19/errors/it/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/it/error-details.txt 2012-06-08 13:58:18.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/it/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/it/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/it/ERR_PRECONDITION_FAILED 2012-02-05 13:35:41.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_PRECONDITION_FAILED 2012-06-08 13:57:55.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_READ_ERROR squid3-3.1.20/errors/it/ERR_READ_ERROR --- squid3-3.1.19/errors/it/ERR_READ_ERROR 2012-02-05 13:35:43.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_READ_ERROR 2012-06-08 13:57:57.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Errore di lettura

    Il sistema ha risposto: %E

    Si è verificato un errore durante la lettura delle informazioni dalla rete. Riprova più tardi.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Errore di lettura

    Il sistema ha risposto: %E

    Si è verificato un errore durante la lettura delle informazioni dalla rete. Riprova più tardi.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_READ_TIMEOUT squid3-3.1.20/errors/it/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/it/ERR_READ_TIMEOUT 2012-02-05 13:35:45.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_READ_TIMEOUT 2012-06-08 13:57:59.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Timeout nella lettura

    Il sistema ha risposto: %E

    Si è verificato un errore di time-out durante la lettura delle informazioni. La rete o il server potrebbero essere inaccessibili o sovraccarichi. Riprovare più tardi.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Timeout nella lettura

    Il sistema ha risposto: %E

    Si è verificato un errore di time-out durante la lettura delle informazioni. La rete o il server potrebbero essere inaccessibili o sovraccarichi. Riprovare più tardi.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/it/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/it/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:35:48.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:58:01.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Non è stato possibile stabilire una connessione sicura verso %I

    Il sistema ha risposto: %E

    Questo proxy e l'host remoto non sono riusciti a negoziare una connessione sicura. Probabilmente il server remoto non supporta connessioni sicure, o il proxy non è soddisfatto delle credenziali di sicurezza proposte dall'host.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Non è stato possibile stabilire una connessione sicura verso %I

    Il sistema ha risposto: %E

    Questo proxy e l'host remoto non sono riusciti a negoziare una connessione sicura. Probabilmente il server remoto non supporta connessioni sicure, o il proxy non è soddisfatto delle credenziali di sicurezza proposte dall'host.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_SHUTTING_DOWN squid3-3.1.20/errors/it/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/it/ERR_SHUTTING_DOWN 2012-02-05 13:35:50.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_SHUTTING_DOWN 2012-06-08 13:58:03.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Non è possibile eseguire la richiesta perché è in corso lo spegnimento del proxy. Riprova tra poco.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Non è possibile eseguire la richiesta perché è in corso lo spegnimento del proxy. Riprova tra poco.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_SOCKET_FAILURE squid3-3.1.20/errors/it/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/it/ERR_SOCKET_FAILURE 2012-02-05 13:35:52.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_SOCKET_FAILURE 2012-06-08 13:58:06.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    L'operazione di rete (socket) è fallita.

    Il sistema ha risposto: %E

    Squid non è in grado di aprire un socket TCP, probabilmente per un sovraccarico. Riprovare più tardi.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    L'operazione di rete (socket) è fallita.

    Il sistema ha risposto: %E

    Squid non è in grado di aprire un socket TCP, probabilmente per un sovraccarico. Riprovare più tardi.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_TOO_BIG squid3-3.1.20/errors/it/ERR_TOO_BIG --- squid3-3.1.19/errors/it/ERR_TOO_BIG 2012-02-05 13:35:54.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_TOO_BIG 2012-06-08 13:58:08.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    La richesta o la risposta è di dimensioni troppo grandi.

    Se la richiesta è di tipo PUT, ciò che si sta cercando di inviare è di dimensioni troppo grandi.

    Se la richiesta è di tipo GET, ciò che si sta cercando di scaricare è di dimensioni troppo grandi.

    Questi limiti sono stati stabiliti dall'ISP che gestisce questo proxy. Se ritieni sia un errore, contatta il fornitore del servizio.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    La richesta o la risposta è di dimensioni troppo grandi.

    Se la richiesta è di tipo PUT, ciò che si sta cercando di inviare è di dimensioni troppo grandi.

    Se la richiesta è di tipo GET, ciò che si sta cercando di scaricare è di dimensioni troppo grandi.

    Questi limiti sono stati stabiliti dall'ISP che gestisce questo proxy. Se ritieni sia un errore, contatta il fornitore del servizio.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/it/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/it/ERR_UNSUP_HTTPVERSION 2012-02-05 13:35:58.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_UNSUP_HTTPVERSION 2012-06-08 13:58:10.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    Versione HTTP non supportata


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Unsupported HTTP version

    Questa installazione di Squid non supporta la versione HTTP che si sta cercando di utilizzare.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    Versione HTTP non supportata


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Unsupported HTTP version

    Questa installazione di Squid non supporta la versione HTTP che si sta cercando di utilizzare.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_UNSUP_REQ squid3-3.1.20/errors/it/ERR_UNSUP_REQ --- squid3-3.1.19/errors/it/ERR_UNSUP_REQ 2012-02-05 13:36:01.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_UNSUP_REQ 2012-06-08 13:58:13.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Metodo e protocollo della richiesta non sono supportati.

    Squid non consente di utilizzare qualsiasi tipo di richiesta per qualsiasi protocollo (a esempio non consente una richiesta POST su protocollo Gopher).

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Metodo e protocollo della richiesta non sono supportati.

    Squid non consente di utilizzare qualsiasi tipo di richiesta per qualsiasi protocollo (a esempio non consente una richiesta POST su protocollo Gopher).

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_URN_RESOLVE squid3-3.1.20/errors/it/ERR_URN_RESOLVE --- squid3-3.1.19/errors/it/ERR_URN_RESOLVE 2012-02-05 13:36:03.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_URN_RESOLVE 2012-06-08 13:58:14.000000000 +0200 @@ -1 +1 @@ - ERRORE: The requested URN could not be retrieved

    ERROR

    Non è stato possibile ottenere una URL corrispondente alla URN richiesta.


    Mentre si cercava di accedere alla URN %U si è presentato il seguente errore:

    Impossibile risolvere la URN.

    Ehi, non ci si deve aspettare granché dalle URN su %T :)

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: The requested URN could not be retrieved

    ERROR

    Non è stato possibile ottenere una URL corrispondente alla URN richiesta.


    Mentre si cercava di accedere alla URN %U si è presentato il seguente errore:

    Impossibile risolvere la URN.

    Ehi, non ci si deve aspettare granché dalle URN su %T :)

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_WRITE_ERROR squid3-3.1.20/errors/it/ERR_WRITE_ERROR --- squid3-3.1.19/errors/it/ERR_WRITE_ERROR 2012-02-05 13:36:05.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_WRITE_ERROR 2012-06-08 13:58:16.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Errore durante l'operazione di scrittura

    Il sistema ha risposto: %E

    Si è verificato un errore durante la scrittura di informazioni sulla rete. Riprova più tardi.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Errore durante l'operazione di scrittura

    Il sistema ha risposto: %E

    Si è verificato un errore durante la scrittura di informazioni sulla rete. Riprova più tardi.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/it/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/it/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/it/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:36:08.000000000 +0100 +++ squid3-3.1.20/errors/it/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:58:18.000000000 +0200 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Risposta di dimensione nulla

    Squid non ha ricevuto dati per questa richiesta.

    L'amministratore del proxy è %w.



    \ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

    ERROR

    The requested URL could not be retrieved


    Mentre si cercava di accedere alla URL %U si è presentato il seguente errore:

    Risposta di dimensione nulla

    Squid non ha ricevuto dati per questa richiesta.

    L'amministratore del proxy è %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_ACCESS_DENIED squid3-3.1.20/errors/ja/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/ja/ERR_ACCESS_DENIED 2012-02-05 13:36:10.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_ACCESS_DENIED 2012-06-08 13:58:20.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    アクセスを拒否されました。

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    アクセスを拒否されました。

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:58:22.000000000 +0200 @@ -0,0 +1 @@ + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/ja/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/ja/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_AGENT_CONFIGURE 2012-06-08 13:58:25.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    エラー

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_AGENT_WPAD squid3-3.1.20/errors/ja/ERR_AGENT_WPAD --- squid3-3.1.19/errors/ja/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_AGENT_WPAD 2012-06-08 13:58:27.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    エラー

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/ja/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/ja/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:36:15.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:58:29.000000000 +0200 @@ -1 +1 @@ - エラー: Cache Access Denied

    ERROR

    Cache アクセスを拒否されました。


    The following error was encountered while trying to retrieve the URL: %U

    キャッシュへのアクセスを拒否されました.

    申し訳ありませんが、あなた自身の認証を済ませるまで、このキャッシュに %U をリクエストすることは現在許可されていません。

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + エラー: Cache Access Denied

    ERROR

    Cache アクセスを拒否されました。


    The following error was encountered while trying to retrieve the URL: %U

    キャッシュへのアクセスを拒否されました.

    申し訳ありませんが、あなた自身の認証を済ませるまで、このキャッシュに %U をリクエストすることは現在許可されていません。

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:36:18.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:58:31.000000000 +0200 @@ -1 +1 @@ - エラー: Cache Manager Access Denied

    ERROR

    Cache Manager アクセスを拒否されました。


    The following error was encountered while trying to retrieve the URL: %U

    キャッシュマネジャへのアクセスを拒否されました.

    申し訳ありませんが、あなた自身の認証を済ませるまで、このキャッシュマネージャに %U をリクエストすることは現在許可されていません。

    あなた自身の認証が困難な場合は、キャッシュの管理者に連絡してください。または、あなた自身が管理者なら、キャッシュマネージャ・インターフェイスのSquidの文書を読んで、キャッシュのログにある詳細なエラーメッセージを確認してください。



    \ No newline at end of file + エラー: Cache Manager Access Denied

    ERROR

    Cache Manager アクセスを拒否されました。


    The following error was encountered while trying to retrieve the URL: %U

    キャッシュマネジャへのアクセスを拒否されました.

    申し訳ありませんが、あなた自身の認証を済ませるまで、このキャッシュマネージャに %U をリクエストすることは現在許可されていません。

    あなた自身の認証が困難な場合は、キャッシュの管理者に連絡してください。または、あなた自身が管理者なら、キャッシュマネージャ・インターフェイスのSquidの文書を読んで、キャッシュのログにある詳細なエラーメッセージを確認してください。



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_CANNOT_FORWARD squid3-3.1.20/errors/ja/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/ja/ERR_CANNOT_FORWARD 2012-02-05 13:36:21.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_CANNOT_FORWARD 2012-06-08 13:58:33.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    現在,リクエストの転送はできません.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    現在,リクエストの転送はできません.

    This request could not be forwarded to the origin server or to any parent caches.

    ありそうな問題:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_CONNECT_FAIL squid3-3.1.20/errors/ja/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/ja/ERR_CONNECT_FAIL 2012-02-05 13:36:23.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_CONNECT_FAIL 2012-06-08 13:58:35.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    %I への接続に失敗しました。

    システムが以下のエラーを返しました: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    %I への接続に失敗しました。

    システムが以下のエラーを返しました: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_DIR_LISTING squid3-3.1.20/errors/ja/ERR_DIR_LISTING --- squid3-3.1.19/errors/ja/ERR_DIR_LISTING 2012-02-05 13:36:27.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_DIR_LISTING 2012-06-08 13:58:37.000000000 +0200 @@ -1 +1 @@ - ディレクトリ: %U

    Directory: %U/


    ディレクトリの内容:

    %z
    %g
    親のディレクトリ 親のディレクトリ (ルート・ディレクトリ)

    \ No newline at end of file + ディレクトリ: %U

    Directory: %U/


    ディレクトリの内容:

    %z
    %g
    親のディレクトリ (ルート・ディレクトリ)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_DNS_FAIL squid3-3.1.20/errors/ja/ERR_DNS_FAIL --- squid3-3.1.19/errors/ja/ERR_DNS_FAIL 2012-02-05 13:36:29.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_DNS_FAIL 2012-06-08 13:58:40.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    以下のホスト名の IP address を調べられません.%H

    DNSサーバの応答:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    以下のホスト名の IP address を調べられません.%H

    DNSサーバの応答:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_ESI squid3-3.1.20/errors/ja/ERR_ESI --- squid3-3.1.19/errors/ja/ERR_ESI 2012-02-05 13:36:31.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_ESI 2012-06-08 13:58:42.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESIの処理に失敗しました。

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESIの処理に失敗しました。

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_FORWARDING_DENIED squid3-3.1.20/errors/ja/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/ja/ERR_FORWARDING_DENIED 2012-02-05 13:36:33.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_FORWARDING_DENIED 2012-06-08 13:58:44.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    転送は拒否されました。

    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.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    転送は拒否されました。

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_FTP_DISABLED squid3-3.1.20/errors/ja/ERR_FTP_DISABLED --- squid3-3.1.19/errors/ja/ERR_FTP_DISABLED 2012-02-05 13:36:35.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_FTP_DISABLED 2012-06-08 13:58:46.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTPは無効です。

    キャッシュは FTP をサポートしていません.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTPは無効です。

    キャッシュは FTP をサポートしていません.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_FTP_FAILURE squid3-3.1.20/errors/ja/ERR_FTP_FAILURE --- squid3-3.1.19/errors/ja/ERR_FTP_FAILURE 2012-02-05 13:36:37.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_FTP_FAILURE 2012-06-08 13:58:49.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    FTPのプロトコル・エラーが、以下のURLから情報を得ようとしている間に発生しました: %U

    Squidは以下のFTPコマンドを送りました:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    FTPのプロトコル・エラーが、以下のURLから情報を得ようとしている間に発生しました: %U

    Squidは以下のFTPコマンドを送りました:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/ja/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/ja/ERR_FTP_FORBIDDEN 2012-02-05 13:36:40.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_FTP_FORBIDDEN 2012-06-08 13:58:51.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    FTP認証の失敗が、以下のURLから情報を得ようとしている間に発生しました: %U

    Squidは以下のFTPコマンドを送りました:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    FTP認証の失敗が、以下のURLから情報を得ようとしている間に発生しました: %U

    Squidは以下のFTPコマンドを送りました:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/ja/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/ja/ERR_FTP_NOT_FOUND 2012-02-05 13:36:42.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_FTP_NOT_FOUND 2012-06-08 13:58:52.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    以下のURLを取得できませんでした: %U

    Squidは以下のFTPコマンドを送りました:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    以下のURLを取得できませんでした: %U

    Squidは以下のFTPコマンドを送りました:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/ja/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/ja/ERR_FTP_PUT_CREATED 2012-02-05 13:36:44.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_FTP_PUT_CREATED 2012-06-08 13:58:55.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    操作に成功

    ファイルを作成しました。




    \ No newline at end of file + FTP PUT Successful.

    操作に成功

    ファイルを作成しました。




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/ja/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/ja/ERR_FTP_PUT_ERROR 2012-02-05 13:36:46.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_FTP_PUT_ERROR 2012-06-08 13:58:57.000000000 +0200 @@ -1 +1 @@ - エラー: FTP upload failed

    ERROR

    FTP PUT upload failed


    FTPのプロトコル・エラーが、以下のURLから情報を得ようとしている間に発生しました: %U

    Squidは以下のFTPコマンドを送りました:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: FTP upload failed

    ERROR

    FTP PUT upload failed


    FTPのプロトコル・エラーが、以下のURLから情報を得ようとしている間に発生しました: %U

    Squidは以下のFTPコマンドを送りました:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/ja/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/ja/ERR_FTP_PUT_MODIFIED 2012-02-05 13:36:48.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_FTP_PUT_MODIFIED 2012-06-08 13:58:59.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    操作に成功

    ファイルを更新しました。




    \ No newline at end of file + FTP PUT Successful.

    操作に成功

    ファイルを更新しました。




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/ja/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/ja/ERR_FTP_UNAVAILABLE 2012-02-05 13:36:50.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_FTP_UNAVAILABLE 2012-06-08 13:59:01.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    以下のURLを取得しようとしているとき、FTPサーバの負荷が高すぎました: %U

    Squidは以下のFTPコマンドを送りました:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    以下のURLを取得しようとしているとき、FTPサーバの負荷が高すぎました: %U

    Squidは以下のFTPコマンドを送りました:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/ja/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/ja/ERR_GATEWAY_FAILURE 2012-02-05 13:36:53.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_GATEWAY_FAILURE 2012-06-08 13:59:04.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_ICAP_FAILURE squid3-3.1.20/errors/ja/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/ja/ERR_ICAP_FAILURE 2012-02-05 13:36:55.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_ICAP_FAILURE 2012-06-08 13:59:06.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAPのプロトコル・エラーです。

    システムが以下のエラーを返しました: %E

    This means that some aspect of the ICAP communication failed.

    ありそうな問題:

    • ICAPサーバに到達到達できません。

    • ICAPサーバから不正な応答がありました。



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAPのプロトコル・エラーです。

    システムが以下のエラーを返しました: %E

    This means that some aspect of the ICAP communication failed.

    ありそうな問題:

    • ICAPサーバに到達到達できません。

    • ICAPサーバから不正な応答がありました。



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_INVALID_REQ squid3-3.1.20/errors/ja/ERR_INVALID_REQ --- squid3-3.1.19/errors/ja/ERR_INVALID_REQ 2012-02-05 13:36:57.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_INVALID_REQ 2012-06-08 13:59:08.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    不正なリクエストのエラーが以下のリクエストを処理しようとしている間に発生しました:

    %R

    ありそうな問題:

    • 要求の方法が抜けているか不明です。

    • URLがありません。

    • HTTPの識別子(HTTP/1.0)がありません。

    • リクエストが長すぎます。

    • POSTまたはPUTのリクエストにContent-Lengthヘッダがありません。

    • ホスト名に不正な文字が使われています: アンダースコアは使えません。

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    不正なリクエストのエラーが以下のリクエストを処理しようとしている間に発生しました:

    %R

    ありそうな問題:

    • 要求の方法が抜けているか不明です。

    • URLがありません。

    • HTTPの識別子(HTTP/1.0)がありません。

    • リクエストが長すぎます。

    • POSTまたはPUTのリクエストにContent-Lengthヘッダがありません。

    • ホスト名に不正な文字が使われています: アンダースコアは使えません。

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_INVALID_RESP squid3-3.1.20/errors/ja/ERR_INVALID_RESP --- squid3-3.1.19/errors/ja/ERR_INVALID_RESP 2012-02-05 13:36:59.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_INVALID_RESP 2012-06-08 13:59:09.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    不正なリクエストのエラーが以下のリクエストを処理しようとしている間に発生しました:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    不正なリクエストのエラーが以下のリクエストを処理しようとしている間に発生しました:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_INVALID_URL squid3-3.1.20/errors/ja/ERR_INVALID_URL --- squid3-3.1.19/errors/ja/ERR_INVALID_URL 2012-02-05 13:37:01.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_INVALID_URL 2012-06-08 13:59:12.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    不正なURL

    リクエストされたURLに不正な部分があります。

    ありそうな問題:

    • (http://または同類の)アクセス・プロトコルが抜けているか不正です。

    • ホスト名がありません。

    • 不正な二重のエスケープがURLパスにあります。

    • ホスト名に不正な文字が使われています: アンダースコアは使えません。

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    不正なURL

    リクエストされたURLに不正な部分があります。

    ありそうな問題:

    • (http://または同類の)アクセス・プロトコルが抜けているか不正です。

    • ホスト名がありません。

    • 不正な二重のエスケープがURLパスにあります。

    • ホスト名に不正な文字が使われています: アンダースコアは使えません。

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_LIFETIME_EXP squid3-3.1.20/errors/ja/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/ja/ERR_LIFETIME_EXP 2012-02-05 13:37:04.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_LIFETIME_EXP 2012-06-08 13:59:14.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    接続の存続時間が終了しました。

    最大の接続有効時間が過ぎたため、Squidはリクエストを終了しました。

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    接続の存続時間が終了しました。

    最大の接続有効時間が過ぎたため、Squidはリクエストを終了しました。

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_NO_RELAY squid3-3.1.20/errors/ja/ERR_NO_RELAY --- squid3-3.1.19/errors/ja/ERR_NO_RELAY 2012-02-05 13:37:06.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_NO_RELAY 2012-06-08 13:59:16.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Waisの中継先が指定されていません。

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Waisの中継先が指定されていません。

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/ja/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/ja/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:37:08.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_ONLY_IF_CACHED_MISS 2012-06-08 13:59:19.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    only-if-cached の指定がありましたが,その文書がキャッシュに存在していません.

    キャッシュへの only-if-cached つきリクエストがありましたが,この文書はキャッシュに存在していないか,あるいはすでにキャッシュにはあるが(only-if-cached によって禁止されている)この文書が更新されているかどうかの再確認が必要です.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    only-if-cached の指定がありましたが,その文書がキャッシュに存在していません.

    キャッシュへの only-if-cached つきリクエストがありましたが,この文書はキャッシュに存在していないか,あるいはすでにキャッシュにはあるが(only-if-cached によって禁止されている)この文書が更新されているかどうかの再確認が必要です.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/error-details.txt squid3-3.1.20/errors/ja/error-details.txt --- squid3-3.1.19/errors/ja/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ja/error-details.txt 2012-06-08 13:59:42.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/ja/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/ja/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/ja/ERR_PRECONDITION_FAILED 2012-02-05 13:37:10.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_PRECONDITION_FAILED 2012-06-08 13:59:20.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_READ_ERROR squid3-3.1.20/errors/ja/ERR_READ_ERROR --- squid3-3.1.19/errors/ja/ERR_READ_ERROR 2012-02-05 13:37:12.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_READ_ERROR 2012-06-08 13:59:22.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    読み込みエラー

    システムが以下のエラーを返しました: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    読み込みエラー

    システムが以下のエラーを返しました: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_READ_TIMEOUT squid3-3.1.20/errors/ja/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/ja/ERR_READ_TIMEOUT 2012-02-05 13:37:14.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_READ_TIMEOUT 2012-06-08 13:59:25.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    読み込みタイムアウト

    システムが以下のエラーを返しました: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    読み込みタイムアウト

    システムが以下のエラーを返しました: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/ja/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/ja/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:37:17.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_SECURE_CONNECT_FAIL 2012-06-08 13:59:26.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    %Iへの安全な接続を確立に失敗しました。

    システムが以下のエラーを返しました: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    %Iへの安全な接続を確立に失敗しました。

    システムが以下のエラーを返しました: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_SHUTTING_DOWN squid3-3.1.20/errors/ja/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/ja/ERR_SHUTTING_DOWN 2012-02-05 13:37:19.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_SHUTTING_DOWN 2012-06-08 13:59:29.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_SOCKET_FAILURE squid3-3.1.20/errors/ja/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/ja/ERR_SOCKET_FAILURE 2012-02-05 13:37:21.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_SOCKET_FAILURE 2012-06-08 13:59:31.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ソケット作成に失敗

    システムが以下のエラーを返しました: %E

    おそらく過大な負荷のため、SquidはTCPソケットを作成できませんでした。再度リクエストしてください。

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ソケット作成に失敗

    システムが以下のエラーを返しました: %E

    おそらく過大な負荷のため、SquidはTCPソケットを作成できませんでした。再度リクエストしてください。

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_TOO_BIG squid3-3.1.20/errors/ja/ERR_TOO_BIG --- squid3-3.1.19/errors/ja/ERR_TOO_BIG 2012-02-05 13:37:23.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_TOO_BIG 2012-06-08 13:59:32.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    リクエストまたはリプライが大きすぎます。

    POSTまたはPUTの要求をしていたなら、アップロードしていた対象が大きすぎます。

    GETの要求をしていたなら、ダウンロードしようとしていた対象が大きすぎます。

    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.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    リクエストまたはリプライが大きすぎます。

    POSTまたはPUTの要求をしていたなら、アップロードしていた対象が大きすぎます。

    GETの要求をしていたなら、ダウンロードしようとしていた対象が大きすぎます。

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/ja/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/ja/ERR_UNSUP_HTTPVERSION 2012-02-05 13:37:25.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_UNSUP_HTTPVERSION 2012-06-08 13:59:35.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_UNSUP_REQ squid3-3.1.20/errors/ja/ERR_UNSUP_REQ --- squid3-3.1.19/errors/ja/ERR_UNSUP_REQ 2012-02-05 13:37:28.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_UNSUP_REQ 2012-06-08 13:59:36.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    サポートされていないリクエスト/プロトコルです.

    Squidはすべてのプロトコルに対して、すべてのリクエスト方式をサポートしているわけではありません。例えば、POSTをGopherのリクエストで行うことはできません。

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    サポートされていないリクエスト/プロトコルです.

    Squidはすべてのプロトコルに対して、すべてのリクエスト方式をサポートしているわけではありません。例えば、POSTをGopherのリクエストで行うことはできません。

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_URN_RESOLVE squid3-3.1.20/errors/ja/ERR_URN_RESOLVE --- squid3-3.1.19/errors/ja/ERR_URN_RESOLVE 2012-02-05 13:37:30.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_URN_RESOLVE 2012-06-08 13:59:38.000000000 +0200 @@ -1 +1 @@ - エラー: The requested URN could not be retrieved

    ERROR

    リクエストされたURNのURLを調べられませんでした。


    The following error was encountered while trying to retrieve the URN: %U

    URN の解決ができませんでした。

    やあ、%Tの時点でURNには多くを期待しないでください。:)

    Your cache administrator is %w.



    \ No newline at end of file + エラー: The requested URN could not be retrieved

    ERROR

    リクエストされたURNのURLを調べられませんでした。


    The following error was encountered while trying to retrieve the URN: %U

    URN の解決ができませんでした。

    やあ、%Tの時点でURNには多くを期待しないでください。:)

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_WRITE_ERROR squid3-3.1.20/errors/ja/ERR_WRITE_ERROR --- squid3-3.1.19/errors/ja/ERR_WRITE_ERROR 2012-02-05 13:37:35.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_WRITE_ERROR 2012-06-08 13:59:40.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    送信処理中にエラーが発生しました.

    システムが以下のエラーを返しました: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    送信処理中にエラーが発生しました.

    システムが以下のエラーを返しました: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ja/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/ja/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/ja/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:37:37.000000000 +0100 +++ squid3-3.1.20/errors/ja/ERR_ZERO_SIZE_OBJECT 2012-06-08 13:59:42.000000000 +0200 @@ -1 +1 @@ - エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    サイズがゼロの応答

    このリクエストにに対してSquidは何もデータを受け取りませんでした。

    Your cache administrator is %w.



    \ No newline at end of file + エラー: リクエストされた URL は取得できませんでした

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    サイズがゼロの応答

    このリクエストにに対してSquidは何もデータを受け取りませんでした。

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_ACCESS_DENIED squid3-3.1.20/errors/ko/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/ko/ERR_ACCESS_DENIED 2012-02-05 13:37:40.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_ACCESS_DENIED 2012-06-08 13:59:44.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    서버 이용 요구가 거절되었습니다.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    서버 이용 요구가 거절되었습니다.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:59:46.000000000 +0200 @@ -0,0 +1 @@ + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/ko/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/ko/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_AGENT_CONFIGURE 2012-06-08 13:59:47.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    에러

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_AGENT_WPAD squid3-3.1.20/errors/ko/ERR_AGENT_WPAD --- squid3-3.1.19/errors/ko/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_AGENT_WPAD 2012-06-08 13:59:49.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    에러

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/ko/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/ko/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:37:42.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:59:50.000000000 +0200 @@ -1 +1 @@ - 에러: Cache Access Denied

    ERROR

    Cache 서버 이용 요구가 거절되었습니다.


    The following error was encountered while trying to retrieve the URL: %U

    캐쉬 이용 요청이 거절되었습니다.

    죄송합니다. 이 캐쉬를 통해 다음 서비스를 받기 위해서는 %U 인증절차를 거쳐야 합니다.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + 에러: Cache Access Denied

    ERROR

    Cache 서버 이용 요구가 거절되었습니다.


    The following error was encountered while trying to retrieve the URL: %U

    캐쉬 이용 요청이 거절되었습니다.

    죄송합니다. 이 캐쉬를 통해 다음 서비스를 받기 위해서는 %U 인증절차를 거쳐야 합니다.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:37:44.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:59:52.000000000 +0200 @@ -1 +1 @@ - 에러: Cache Manager Access Denied

    ERROR

    Cache Manager 서버 이용 요구가 거절되었습니다.


    The following error was encountered while trying to retrieve the URL: %U

    캐쉬 매니저 이용 요청이 거절되었습니다.

    죄송합니다. 이 캐쉬 매니저를 통해 다음 서비스를 받기 위해서는 %U 인증절차를 거쳐야 합니다.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file + 에러: Cache Manager Access Denied

    ERROR

    Cache Manager 서버 이용 요구가 거절되었습니다.


    The following error was encountered while trying to retrieve the URL: %U

    캐쉬 매니저 이용 요청이 거절되었습니다.

    죄송합니다. 이 캐쉬 매니저를 통해 다음 서비스를 받기 위해서는 %U 인증절차를 거쳐야 합니다.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_CANNOT_FORWARD squid3-3.1.20/errors/ko/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/ko/ERR_CANNOT_FORWARD 2012-02-05 13:37:47.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_CANNOT_FORWARD 2012-06-08 13:59:54.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    현재로서는 이 요청을 진행 시킬 수 없습니다.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    현재로서는 이 요청을 진행 시킬 수 없습니다.

    This request could not be forwarded to the origin server or to any parent caches.

    Some possible problems are:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_CONNECT_FAIL squid3-3.1.20/errors/ko/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/ko/ERR_CONNECT_FAIL 2012-02-05 13:37:49.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_CONNECT_FAIL 2012-06-08 13:59:56.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_DIR_LISTING squid3-3.1.20/errors/ko/ERR_DIR_LISTING --- squid3-3.1.19/errors/ko/ERR_DIR_LISTING 2012-02-05 13:37:52.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_DIR_LISTING 2012-06-08 13:59:57.000000000 +0200 @@ -1 +1 @@ - Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory Parent Directory (Root Directory)

    \ No newline at end of file + Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_DNS_FAIL squid3-3.1.20/errors/ko/ERR_DNS_FAIL --- squid3-3.1.19/errors/ko/ERR_DNS_FAIL 2012-02-05 13:37:55.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_DNS_FAIL 2012-06-08 13:59:59.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    %H 에 대해서 IP 주소를 찾을 수 없습니다.

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    %H 에 대해서 IP 주소를 찾을 수 없습니다.

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_ESI squid3-3.1.20/errors/ko/ERR_ESI --- squid3-3.1.19/errors/ko/ERR_ESI 2012-02-05 13:37:57.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_ESI 2012-06-08 14:00:02.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_FORWARDING_DENIED squid3-3.1.20/errors/ko/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/ko/ERR_FORWARDING_DENIED 2012-02-05 13:37:59.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_FORWARDING_DENIED 2012-06-08 14:00:06.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    포워딩 불가

    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.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    포워딩 불가

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_FTP_DISABLED squid3-3.1.20/errors/ko/ERR_FTP_DISABLED --- squid3-3.1.19/errors/ko/ERR_FTP_DISABLED 2012-02-05 13:38:01.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_FTP_DISABLED 2012-06-08 14:00:09.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP 서비스가 불가능 합니다.

    FTP 서비스가 불가능 합니다.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP 서비스가 불가능 합니다.

    FTP 서비스가 불가능 합니다.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_FTP_FAILURE squid3-3.1.20/errors/ko/ERR_FTP_FAILURE --- squid3-3.1.19/errors/ko/ERR_FTP_FAILURE 2012-02-05 13:38:04.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_FTP_FAILURE 2012-06-08 14:00:10.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    다음 URL을 처리 하던 중 FTP 프로토콜 에러가 발생했습니다: %U

    Squid는 다음과 같은 FTP 명령어를 전송했고:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    다음 URL을 처리 하던 중 FTP 프로토콜 에러가 발생했습니다: %U

    Squid는 다음과 같은 FTP 명령어를 전송했고:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/ko/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/ko/ERR_FTP_FORBIDDEN 2012-02-05 13:38:06.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_FTP_FORBIDDEN 2012-06-08 14:00:12.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    다음 URL을 처리 하던 중 FTP 인증 문제가 발생했습니다: %U

    Squid는 다음과 같은 FTP 명령어를 전송했고:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    다음 URL을 처리 하던 중 FTP 인증 문제가 발생했습니다: %U

    Squid는 다음과 같은 FTP 명령어를 전송했고:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/ko/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/ko/ERR_FTP_NOT_FOUND 2012-02-05 13:38:08.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_FTP_NOT_FOUND 2012-06-08 14:00:13.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    다음 URL이 처리되지 못했습니다: %U

    Squid는 다음과 같은 FTP 명령어를 전송했고:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    다음 URL이 처리되지 못했습니다: %U

    Squid는 다음과 같은 FTP 명령어를 전송했고:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/ko/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/ko/ERR_FTP_PUT_CREATED 2012-02-05 13:38:10.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_FTP_PUT_CREATED 2012-06-08 14:00:15.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    수행 완료

    파일이 생성되었습니다




    \ No newline at end of file + FTP PUT Successful.

    수행 완료

    파일이 생성되었습니다




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/ko/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/ko/ERR_FTP_PUT_ERROR 2012-02-05 13:38:12.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_FTP_PUT_ERROR 2012-06-08 14:00:17.000000000 +0200 @@ -1 +1 @@ - 에러: FTP upload failed

    ERROR

    FTP PUT upload failed


    다음 URL을 처리 하던 중 FTP 프로토콜 에러가 발생했습니다: %U

    Squid는 다음과 같은 FTP 명령어를 전송했고:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: FTP upload failed

    ERROR

    FTP PUT upload failed


    다음 URL을 처리 하던 중 FTP 프로토콜 에러가 발생했습니다: %U

    Squid는 다음과 같은 FTP 명령어를 전송했고:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/ko/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/ko/ERR_FTP_PUT_MODIFIED 2012-02-05 13:38:15.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_FTP_PUT_MODIFIED 2012-06-08 14:00:18.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    수행 완료

    파일이 변경되었습니다




    \ No newline at end of file + FTP PUT Successful.

    수행 완료

    파일이 변경되었습니다




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/ko/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/ko/ERR_FTP_UNAVAILABLE 2012-02-05 13:38:17.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_FTP_UNAVAILABLE 2012-06-08 14:00:20.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid는 다음과 같은 FTP 명령어를 전송했고:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid는 다음과 같은 FTP 명령어를 전송했고:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/ko/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/ko/ERR_GATEWAY_FAILURE 2012-02-05 13:38:19.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_GATEWAY_FAILURE 2012-06-08 14:00:22.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_ICAP_FAILURE squid3-3.1.20/errors/ko/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/ko/ERR_ICAP_FAILURE 2012-02-05 13:38:21.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_ICAP_FAILURE 2012-06-08 14:00:28.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_INVALID_REQ squid3-3.1.20/errors/ko/ERR_INVALID_REQ --- squid3-3.1.19/errors/ko/ERR_INVALID_REQ 2012-02-05 13:38:24.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_INVALID_REQ 2012-06-08 14:00:32.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • Request method가 잘못되었거나 빠져 있다.

    • URL이 빠져 있다.

    • HTTP Identifier (HTTP/1.0)이 빠져 있다.

    • Request가 너무 크다.

    • POST나 PUT 요청일 경우 Content-Length가 빠져 있다.

    • 호스트네임에 잘못 된 문자가 있다; 밑줄은 허용되지 않습니다.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • Request method가 잘못되었거나 빠져 있다.

    • URL이 빠져 있다.

    • HTTP Identifier (HTTP/1.0)이 빠져 있다.

    • Request가 너무 크다.

    • POST나 PUT 요청일 경우 Content-Length가 빠져 있다.

    • 호스트네임에 잘못 된 문자가 있다; 밑줄은 허용되지 않습니다.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_INVALID_RESP squid3-3.1.20/errors/ko/ERR_INVALID_RESP --- squid3-3.1.19/errors/ko/ERR_INVALID_RESP 2012-02-05 13:38:26.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_INVALID_RESP 2012-06-08 14:00:34.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_INVALID_URL squid3-3.1.20/errors/ko/ERR_INVALID_URL --- squid3-3.1.19/errors/ko/ERR_INVALID_URL 2012-02-05 13:38:28.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_INVALID_URL 2012-06-08 14:00:36.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    잘못된 URL

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • 접속 프로토콜이 잘못되었거나 빠져 있다. (http:// 와 같은 방식으로 되어 있어야 합니다)

    • 호스트네임이 빠져 있다.

    • URL-Path에 double-escape이 있다.

    • 호스트네임에 잘못 된 문자가 있다; 밑줄은 허용되지 않습니다.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    잘못된 URL

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • 접속 프로토콜이 잘못되었거나 빠져 있다. (http:// 와 같은 방식으로 되어 있어야 합니다)

    • 호스트네임이 빠져 있다.

    • URL-Path에 double-escape이 있다.

    • 호스트네임에 잘못 된 문자가 있다; 밑줄은 허용되지 않습니다.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_LIFETIME_EXP squid3-3.1.20/errors/ko/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/ko/ERR_LIFETIME_EXP 2012-02-05 13:38:30.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_LIFETIME_EXP 2012-06-08 14:00:38.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    접속 허용 시간이 경과되었습니다.

    최대 접속 허용 시간이 경과하여 Squid로부터의 요청이 중지되었습니다.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    접속 허용 시간이 경과되었습니다.

    최대 접속 허용 시간이 경과하여 Squid로부터의 요청이 중지되었습니다.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_NO_RELAY squid3-3.1.20/errors/ko/ERR_NO_RELAY --- squid3-3.1.19/errors/ko/ERR_NO_RELAY 2012-02-05 13:38:32.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_NO_RELAY 2012-06-08 14:00:40.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    WAIS Relay가 없습니다.

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    WAIS Relay가 없습니다.

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/ko/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/ko/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:38:34.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:00:42.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    캐쉬에 유효한 문서가 없고 only-if-cached 가 지정되었습니다.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    캐쉬에 유효한 문서가 없고 only-if-cached 가 지정되었습니다.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/error-details.txt squid3-3.1.20/errors/ko/error-details.txt --- squid3-3.1.19/errors/ko/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ko/error-details.txt 2012-06-08 14:01:13.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/ko/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/ko/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/ko/ERR_PRECONDITION_FAILED 2012-02-05 13:38:36.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_PRECONDITION_FAILED 2012-06-08 14:00:44.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_READ_ERROR squid3-3.1.20/errors/ko/ERR_READ_ERROR --- squid3-3.1.19/errors/ko/ERR_READ_ERROR 2012-02-05 13:38:39.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_READ_ERROR 2012-06-08 14:00:46.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    읽기 에러

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    읽기 에러

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_READ_TIMEOUT squid3-3.1.20/errors/ko/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/ko/ERR_READ_TIMEOUT 2012-02-05 13:38:41.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_READ_TIMEOUT 2012-06-08 14:00:48.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    읽기 시간 초과

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    읽기 시간 초과

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/ko/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/ko/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:38:42.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:00:50.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_SHUTTING_DOWN squid3-3.1.20/errors/ko/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/ko/ERR_SHUTTING_DOWN 2012-02-05 13:38:45.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_SHUTTING_DOWN 2012-06-08 14:00:52.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_SOCKET_FAILURE squid3-3.1.20/errors/ko/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/ko/ERR_SOCKET_FAILURE 2012-02-05 13:38:47.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_SOCKET_FAILURE 2012-06-08 14:00:54.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    소켓 생성 실패

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    Squid가 TCP 소켓을 생성할 수 없습니다. 심한 로드로 인한 결과일 수 있습니다. 다시 시도해 주십시오.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    소켓 생성 실패

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    Squid가 TCP 소켓을 생성할 수 없습니다. 심한 로드로 인한 결과일 수 있습니다. 다시 시도해 주십시오.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_TOO_BIG squid3-3.1.20/errors/ko/ERR_TOO_BIG --- squid3-3.1.19/errors/ko/ERR_TOO_BIG 2012-02-05 13:38:49.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_TOO_BIG 2012-06-08 14:00:56.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/ko/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/ko/ERR_UNSUP_HTTPVERSION 2012-02-05 13:38:51.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_UNSUP_HTTPVERSION 2012-06-08 14:00:58.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_UNSUP_REQ squid3-3.1.20/errors/ko/ERR_UNSUP_REQ --- squid3-3.1.19/errors/ko/ERR_UNSUP_REQ 2012-02-05 13:38:53.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_UNSUP_REQ 2012-06-08 14:01:00.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    지원되지 않는 Request Method와 프로토콜입니다.

    Squid는 모든 접속 프로토콜에 대한 request method를 지원하지 않습니다. 한가지 예로, Gopher에서 POST request를 사용할 수 없습니다.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    지원되지 않는 Request Method와 프로토콜입니다.

    Squid는 모든 접속 프로토콜에 대한 request method를 지원하지 않습니다. 한가지 예로, Gopher에서 POST request를 사용할 수 없습니다.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_URN_RESOLVE squid3-3.1.20/errors/ko/ERR_URN_RESOLVE --- squid3-3.1.19/errors/ko/ERR_URN_RESOLVE 2012-02-05 13:38:56.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_URN_RESOLVE 2012-06-08 14:01:04.000000000 +0200 @@ -1 +1 @@ - 에러: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    The following error was encountered while trying to retrieve the URN: %U

    URN을 처리할 수 없습니다.

    %T의 URN에 대해 너무 많은 것을 기대하지 마세요. :)

    Your cache administrator is %w.



    \ No newline at end of file + 에러: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    The following error was encountered while trying to retrieve the URN: %U

    URN을 처리할 수 없습니다.

    %T의 URN에 대해 너무 많은 것을 기대하지 마세요. :)

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_WRITE_ERROR squid3-3.1.20/errors/ko/ERR_WRITE_ERROR --- squid3-3.1.19/errors/ko/ERR_WRITE_ERROR 2012-02-05 13:38:59.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_WRITE_ERROR 2012-06-08 14:01:09.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    쓰기 에러

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    쓰기 에러

    시스템은 아래와 같은 메시지를 보내왔습니다: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ko/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/ko/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/ko/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:39:01.000000000 +0100 +++ squid3-3.1.20/errors/ko/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:01:13.000000000 +0200 @@ -1 +1 @@ - 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    크기가 0인 응답이 돌아왔습니다.

    Squid는 이 요청으로 부터 아무런 데이터도 받지 못했습니다.

    Your cache administrator is %w.



    \ No newline at end of file + 에러: 요청된 URL을 가져올 수 없습니다.

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    크기가 0인 응답이 돌아왔습니다.

    Squid는 이 요청으로 부터 아무런 데이터도 받지 못했습니다.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/language.list squid3-3.1.20/errors/language.list --- squid3-3.1.19/errors/language.list 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/language.list 2012-06-08 13:20:21.000000000 +0200 @@ -0,0 +1,45 @@ +TRANSLATE_LANGUAGES= \ + af.lang \ + ar.lang \ + az.lang \ + bg.lang \ + ca.lang \ + cs.lang \ + da.lang \ + de.lang \ + el.lang \ + en.lang \ + es.lang \ + et.lang \ + fa.lang \ + fi.lang \ + fr.lang \ + he.lang \ + hu.lang \ + hy.lang \ + id.lang \ + it.lang \ + ja.lang \ + ko.lang \ + lt.lang \ + lv.lang \ + ms.lang \ + nl.lang \ + oc.lang \ + pl.lang \ + pt-br.lang \ + pt.lang \ + ro.lang \ + ru.lang \ + sk.lang \ + sl.lang \ + sr-cyrl.lang \ + sr-latn.lang \ + sv.lang \ + th.lang \ + tr.lang \ + uk.lang \ + uz.lang \ + vi.lang \ + zh-cn.lang \ + zh-tw.lang diff -Nru squid3-3.1.19/errors/lt/ERR_ACCESS_DENIED squid3-3.1.20/errors/lt/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/lt/ERR_ACCESS_DENIED 2012-02-05 13:39:03.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_ACCESS_DENIED 2012-06-08 14:01:16.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Priėjimas draudžiamas.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Priėjimas draudžiamas.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:01:19.000000000 +0200 @@ -0,0 +1 @@ + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/lt/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/lt/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_AGENT_CONFIGURE 2012-06-08 14:01:21.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    KLAIDA

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_AGENT_WPAD squid3-3.1.20/errors/lt/ERR_AGENT_WPAD --- squid3-3.1.19/errors/lt/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_AGENT_WPAD 2012-06-08 14:01:24.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    KLAIDA

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/lt/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/lt/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:39:05.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:01:28.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Cache Access Denied

    ERROR

    Cache Priėjimas draudžiamas.


    The following error was encountered while trying to retrieve the URL: %U

    Priėjimas prie kešo uždraustas.

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + KLAIDA: Cache Access Denied

    ERROR

    Cache Priėjimas draudžiamas.


    The following error was encountered while trying to retrieve the URL: %U

    Priėjimas prie kešo uždraustas.

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:39:07.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:01:30.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Cache Manager Access Denied

    ERROR

    Cache Manager Priėjimas draudžiamas.


    The following error was encountered while trying to retrieve the URL: %U

    Kešo menedžerio priėjimas uždraustas.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Prašome susisiekti su administratoriumi, jei jums iškilo problemos prisistatant arba, jei jūs esate administratorius, perskaitykite Squid documentaciją dėl kešo menedžerio interfeiso ir patikrinkite kešo žurnalą dėl detalesnių pranešimų apie klaidas.



    \ No newline at end of file + KLAIDA: Cache Manager Access Denied

    ERROR

    Cache Manager Priėjimas draudžiamas.


    The following error was encountered while trying to retrieve the URL: %U

    Kešo menedžerio priėjimas uždraustas.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Prašome susisiekti su administratoriumi, jei jums iškilo problemos prisistatant arba, jei jūs esate administratorius, perskaitykite Squid documentaciją dėl kešo menedžerio interfeiso ir patikrinkite kešo žurnalą dėl detalesnių pranešimų apie klaidas.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_CANNOT_FORWARD squid3-3.1.20/errors/lt/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/lt/ERR_CANNOT_FORWARD 2012-02-05 13:39:09.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_CANNOT_FORWARD 2012-06-08 14:01:33.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Šiuo metu negaliu persiųsti užklausos.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Šiuo metu negaliu persiųsti užklausos.

    This request could not be forwarded to the origin server or to any parent caches.

    Some possible problems are:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_CONNECT_FAIL squid3-3.1.20/errors/lt/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/lt/ERR_CONNECT_FAIL 2012-02-05 13:39:12.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_CONNECT_FAIL 2012-06-08 14:01:39.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    Sistema atsakė: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    Sistema atsakė: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_DIR_LISTING squid3-3.1.20/errors/lt/ERR_DIR_LISTING --- squid3-3.1.19/errors/lt/ERR_DIR_LISTING 2012-02-05 13:39:14.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_DIR_LISTING 2012-06-08 14:01:43.000000000 +0200 @@ -1 +1 @@ - Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory Parent Directory (Root Directory)

    \ No newline at end of file + Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_DNS_FAIL squid3-3.1.20/errors/lt/ERR_DNS_FAIL --- squid3-3.1.19/errors/lt/ERR_DNS_FAIL 2012-02-05 13:39:16.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_DNS_FAIL 2012-06-08 14:01:49.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Neįmanoma nustatyti %H serverio IP adreso

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Neįmanoma nustatyti %H serverio IP adreso

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_ESI squid3-3.1.20/errors/lt/ERR_ESI --- squid3-3.1.19/errors/lt/ERR_ESI 2012-02-05 13:39:18.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_ESI 2012-06-08 14:01:52.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_FORWARDING_DENIED squid3-3.1.20/errors/lt/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/lt/ERR_FORWARDING_DENIED 2012-02-05 13:39:21.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_FORWARDING_DENIED 2012-06-08 14:01:56.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Pervedimo komanda neleistina.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Pervedimo komanda neleistina.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_FTP_DISABLED squid3-3.1.20/errors/lt/ERR_FTP_DISABLED --- squid3-3.1.19/errors/lt/ERR_FTP_DISABLED 2012-02-05 13:39:23.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_FTP_DISABLED 2012-06-08 14:02:00.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP yra atjungtas

    Šis proxy serveris nepalaiko FTP.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP yra atjungtas

    Šis proxy serveris nepalaiko FTP.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_FTP_FAILURE squid3-3.1.20/errors/lt/ERR_FTP_FAILURE --- squid3-3.1.19/errors/lt/ERR_FTP_FAILURE 2012-02-05 13:39:26.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_FTP_FAILURE 2012-06-08 14:02:04.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    Įvyko FTP protokolo klaida bandant atsiųsti puslapį: %U

    Squid nusiuntė šią FTP komandą:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    Įvyko FTP protokolo klaida bandant atsiųsti puslapį: %U

    Squid nusiuntė šią FTP komandą:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/lt/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/lt/ERR_FTP_FORBIDDEN 2012-02-05 13:39:28.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_FTP_FORBIDDEN 2012-06-08 14:02:07.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    Nepavyko FTP prisistatymas bandant atsiųsti puslapį: %U

    Squid nusiuntė šią FTP komandą:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    Nepavyko FTP prisistatymas bandant atsiųsti puslapį: %U

    Squid nusiuntė šią FTP komandą:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/lt/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/lt/ERR_FTP_NOT_FOUND 2012-02-05 13:39:30.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_FTP_NOT_FOUND 2012-06-08 14:02:10.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid nusiuntė šią FTP komandą:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid nusiuntė šią FTP komandą:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/lt/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/lt/ERR_FTP_PUT_CREATED 2012-02-05 13:39:33.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_FTP_PUT_CREATED 2012-06-08 14:02:14.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operacija buvo sėkminga

    Failas sukurtas




    \ No newline at end of file + FTP PUT Successful.

    Operacija buvo sėkminga

    Failas sukurtas




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/lt/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/lt/ERR_FTP_PUT_ERROR 2012-02-05 13:39:34.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_FTP_PUT_ERROR 2012-06-08 14:02:17.000000000 +0200 @@ -1 +1 @@ - KLAIDA: FTP upload failed

    ERROR

    FTP PUT upload failed


    Įvyko FTP protokolo klaida bandant atsiųsti puslapį: %U

    Squid nusiuntė šią FTP komandą:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: FTP upload failed

    ERROR

    FTP PUT upload failed


    Įvyko FTP protokolo klaida bandant atsiųsti puslapį: %U

    Squid nusiuntė šią FTP komandą:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/lt/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/lt/ERR_FTP_PUT_MODIFIED 2012-02-05 13:39:36.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_FTP_PUT_MODIFIED 2012-06-08 14:02:20.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operacija buvo sėkminga

    Failas atnaujintas




    \ No newline at end of file + FTP PUT Successful.

    Operacija buvo sėkminga

    Failas atnaujintas




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/lt/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/lt/ERR_FTP_UNAVAILABLE 2012-02-05 13:39:39.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_FTP_UNAVAILABLE 2012-06-08 14:02:22.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    FTP serveris buvo užimtas bandant atsiųsti puslapį: %U

    Squid nusiuntė šią FTP komandą:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    FTP serveris buvo užimtas bandant atsiųsti puslapį: %U

    Squid nusiuntė šią FTP komandą:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/lt/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/lt/ERR_GATEWAY_FAILURE 2012-02-05 13:39:41.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_GATEWAY_FAILURE 2012-06-08 14:02:25.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_ICAP_FAILURE squid3-3.1.20/errors/lt/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/lt/ERR_ICAP_FAILURE 2012-02-05 13:39:43.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_ICAP_FAILURE 2012-06-08 14:02:29.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    Sistema atsakė: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    Sistema atsakė: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_INVALID_REQ squid3-3.1.20/errors/lt/ERR_INVALID_REQ --- squid3-3.1.19/errors/lt/ERR_INVALID_REQ 2012-02-05 13:39:45.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_INVALID_REQ 2012-06-08 14:02:32.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • Trūksta arba nežinomas užklausos metodas

    • Trūksta adreso

    • Trūksta HTTP identifikatoriaus (HTTP/1.0)

    • Užklausa per didelė

    • Trūksta Content-Length parametro POST arba PUT užklausoje

    • Neleistinas simbolis serverio varde; pabraukimo simboliai yra neleistini

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • Trūksta arba nežinomas užklausos metodas

    • Trūksta adreso

    • Trūksta HTTP identifikatoriaus (HTTP/1.0)

    • Užklausa per didelė

    • Trūksta Content-Length parametro POST arba PUT užklausoje

    • Neleistinas simbolis serverio varde; pabraukimo simboliai yra neleistini

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_INVALID_RESP squid3-3.1.20/errors/lt/ERR_INVALID_RESP --- squid3-3.1.19/errors/lt/ERR_INVALID_RESP 2012-02-05 13:39:47.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_INVALID_RESP 2012-06-08 14:02:36.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    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ą.

    Jūsų proxy serverio administratorius gali suteikti jums daugiau informacijos apie šią problemą.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    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ą.

    Jūsų proxy serverio administratorius gali suteikti jums daugiau informacijos apie šią problemą.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_INVALID_URL squid3-3.1.20/errors/lt/ERR_INVALID_URL --- squid3-3.1.19/errors/lt/ERR_INVALID_URL 2012-02-05 13:39:49.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_INVALID_URL 2012-06-08 14:02:37.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Klaidingas adresas

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Trūksta arba klaidingas protokolas (turetų būti http:// ar panašus)

    • Trūksta serverio vardo

    • Neleistinas double-escape kodas adrese

    • Neleistinas simbolis serverio varde; pabraukimo simboliai yra neleistini

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Klaidingas adresas

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Trūksta arba klaidingas protokolas (turetų būti http:// ar panašus)

    • Trūksta serverio vardo

    • Neleistinas double-escape kodas adrese

    • Neleistinas simbolis serverio varde; pabraukimo simboliai yra neleistini

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_LIFETIME_EXP squid3-3.1.20/errors/lt/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/lt/ERR_LIFETIME_EXP 2012-02-05 13:39:51.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_LIFETIME_EXP 2012-06-08 14:02:39.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Ryšio trukmės laiko pabaiga

    Squid nutraukė užklausą, kadangi ji viršijo maksimalią ryšio trukmės reikšmę.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Ryšio trukmės laiko pabaiga

    Squid nutraukė užklausą, kadangi ji viršijo maksimalią ryšio trukmės reikšmę.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_NO_RELAY squid3-3.1.20/errors/lt/ERR_NO_RELAY --- squid3-3.1.19/errors/lt/ERR_NO_RELAY 2012-02-05 13:39:53.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_NO_RELAY 2012-06-08 14:02:41.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nėra Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nėra Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/lt/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/lt/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:39:55.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:02:43.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Tinkamas dokumentas nerastas proxy serveryje ir only-if-cached komanda buvo nurodyta.

    Jūs davėte užklausą su only-if-cached proxy kontrolės komanda. Dokumentas nerastas serveryje, arba jis pareikalavopatvirtinimo uždrausto only-if-cached komandos.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Tinkamas dokumentas nerastas proxy serveryje ir only-if-cached komanda buvo nurodyta.

    Jūs davėte užklausą su only-if-cached proxy kontrolės komanda. Dokumentas nerastas serveryje, arba jis pareikalavopatvirtinimo uždrausto only-if-cached komandos.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/error-details.txt squid3-3.1.20/errors/lt/error-details.txt --- squid3-3.1.19/errors/lt/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/lt/error-details.txt 2012-06-08 14:03:08.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/lt/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/lt/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/lt/ERR_PRECONDITION_FAILED 2012-02-05 13:39:57.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_PRECONDITION_FAILED 2012-06-08 14:02:45.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_READ_ERROR squid3-3.1.20/errors/lt/ERR_READ_ERROR --- squid3-3.1.19/errors/lt/ERR_READ_ERROR 2012-02-05 13:39:59.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_READ_ERROR 2012-06-08 14:02:48.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Skaitymo klaida

    Sistema atsakė: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Skaitymo klaida

    Sistema atsakė: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_READ_TIMEOUT squid3-3.1.20/errors/lt/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/lt/ERR_READ_TIMEOUT 2012-02-05 13:40:02.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_READ_TIMEOUT 2012-06-08 14:02:50.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Leistino skaitymo laiko pabaiga

    Sistema atsakė: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Leistino skaitymo laiko pabaiga

    Sistema atsakė: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/lt/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/lt/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:40:07.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:02:52.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    Sistema atsakė: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    Sistema atsakė: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_SHUTTING_DOWN squid3-3.1.20/errors/lt/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/lt/ERR_SHUTTING_DOWN 2012-02-05 13:40:11.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_SHUTTING_DOWN 2012-06-08 14:02:54.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_SOCKET_FAILURE squid3-3.1.20/errors/lt/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/lt/ERR_SOCKET_FAILURE 2012-02-05 13:40:13.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_SOCKET_FAILURE 2012-06-08 14:02:56.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Socket klaida

    Sistema atsakė: %E

    Squid negalėjo sukurti TCP socket, greičiausiai dėl per didelio apkrovimo. Prašome pakartoti savo užklausą.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Socket klaida

    Sistema atsakė: %E

    Squid negalėjo sukurti TCP socket, greičiausiai dėl per didelio apkrovimo. Prašome pakartoti savo užklausą.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_TOO_BIG squid3-3.1.20/errors/lt/ERR_TOO_BIG --- squid3-3.1.19/errors/lt/ERR_TOO_BIG 2012-02-05 13:40:15.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_TOO_BIG 2012-06-08 14:02:58.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Užklausa arba atsakymas yra per dideli.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Užklausa arba atsakymas yra per dideli.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/lt/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/lt/ERR_UNSUP_HTTPVERSION 2012-02-05 13:40:17.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_UNSUP_HTTPVERSION 2012-06-08 14:03:00.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_UNSUP_REQ squid3-3.1.20/errors/lt/ERR_UNSUP_REQ --- squid3-3.1.19/errors/lt/ERR_UNSUP_REQ 2012-02-05 13:40:23.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_UNSUP_REQ 2012-06-08 14:03:02.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nepalaikomas užklausos metodas ir protokolas

    Squid palaiko ne visus užklausos metodus daliai protokolų. Pavyzdžiui, jūs negalite vykdyti POST Gopher tipo užklausoje.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nepalaikomas užklausos metodas ir protokolas

    Squid palaiko ne visus užklausos metodus daliai protokolų. Pavyzdžiui, jūs negalite vykdyti POST Gopher tipo užklausoje.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_URN_RESOLVE squid3-3.1.20/errors/lt/ERR_URN_RESOLVE --- squid3-3.1.19/errors/lt/ERR_URN_RESOLVE 2012-02-05 13:40:26.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_URN_RESOLVE 2012-06-08 14:03:04.000000000 +0200 @@ -1 +1 @@ - KLAIDA: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    The following error was encountered while trying to retrieve the URN: %U

    Negaliu aptikti URN

    Mielieji, siūlau daug nesitikėti iš URNų %T :)

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    The following error was encountered while trying to retrieve the URN: %U

    Negaliu aptikti URN

    Mielieji, siūlau daug nesitikėti iš URNų %T :)

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_WRITE_ERROR squid3-3.1.20/errors/lt/ERR_WRITE_ERROR --- squid3-3.1.19/errors/lt/ERR_WRITE_ERROR 2012-02-05 13:40:28.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_WRITE_ERROR 2012-06-08 14:03:06.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Rašymo klaida

    Sistema atsakė: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Rašymo klaida

    Sistema atsakė: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lt/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/lt/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/lt/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:40:31.000000000 +0100 +++ squid3-3.1.20/errors/lt/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:03:08.000000000 +0200 @@ -1 +1 @@ - KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Atsakymas nulinis

    Squid negavo jokių duomenų šiai užklausai.

    Your cache administrator is %w.



    \ No newline at end of file + KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Atsakymas nulinis

    Squid negavo jokių duomenų šiai užklausai.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_ACCESS_DENIED squid3-3.1.20/errors/lv/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/lv/ERR_ACCESS_DENIED 2012-02-05 13:40:34.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_ACCESS_DENIED 2012-06-08 14:03:10.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Pieeja liegta

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Pieeja liegta

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:03:12.000000000 +0200 @@ -0,0 +1 @@ + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Time Quota Exceeded.

    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.

    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.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/lv/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/lv/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_AGENT_CONFIGURE 2012-06-08 14:03:14.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    Kļūda

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_AGENT_WPAD squid3-3.1.20/errors/lv/ERR_AGENT_WPAD --- squid3-3.1.19/errors/lv/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_AGENT_WPAD 2012-06-08 14:03:16.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    Kļūda

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/lv/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/lv/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:40:36.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:03:18.000000000 +0200 @@ -1 +1 @@ - Kļūda: Cache Access Denied

    ERROR

    Cache Pieeja liegta


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Kešatmiņas pieeja liegta

    Atvainojiet, Jums nav atļauts pieprasīt %U no kešatmiņas pirms neesat autentificējies.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + Kļūda: Cache Access Denied

    ERROR

    Cache Pieeja liegta


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Kešatmiņas pieeja liegta

    Atvainojiet, Jums nav atļauts pieprasīt %U no kešatmiņas pirms neesat autentificējies.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:40:39.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:03:20.000000000 +0200 @@ -1 +1 @@ - Kļūda: Cache Manager Access Denied

    ERROR

    Cache Manager Pieeja liegta


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Kešatmiņas pārvaldniekam pieeja liegta.

    Atvainojiet, Pirms Jūs neesiet autorizējies nav atļauts pieprasīt %U no kešatmiņas pārvaldnieka.

    Lūdzu sazinieties ar kešatmiņas administratoru, ja Jums ir problēmas ar autentificēšanos vai, ja Jūs esat administrators, lasiet Squid dokumentāciju kešatmiņas pārvaldnieka saskarnē, detalizētāku kļūdas aprakstu meklējiet kļūdu žurnālos.



    \ No newline at end of file + Kļūda: Cache Manager Access Denied

    ERROR

    Cache Manager Pieeja liegta


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Kešatmiņas pārvaldniekam pieeja liegta.

    Atvainojiet, Pirms Jūs neesiet autorizējies nav atļauts pieprasīt %U no kešatmiņas pārvaldnieka.

    Lūdzu sazinieties ar kešatmiņas administratoru, ja Jums ir problēmas ar autentificēšanos vai, ja Jūs esat administrators, lasiet Squid dokumentāciju kešatmiņas pārvaldnieka saskarnē, detalizētāku kļūdas aprakstu meklējiet kļūdu žurnālos.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_CANNOT_FORWARD squid3-3.1.20/errors/lv/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/lv/ERR_CANNOT_FORWARD 2012-02-05 13:40:43.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_CANNOT_FORWARD 2012-06-08 14:03:22.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Šobrīda nav iespējams pārsūtīt šo pieprasījumu.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Šobrīda nav iespējams pārsūtīt šo pieprasījumu.

    This request could not be forwarded to the origin server or to any parent caches.

    Dažas iespējamās problēmas ir:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_CONNECT_FAIL squid3-3.1.20/errors/lv/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/lv/ERR_CONNECT_FAIL 2012-02-05 13:40:47.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_CONNECT_FAIL 2012-06-08 14:03:24.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Neveiksmīgs savienojums ar %I.

    Sistēma atbildēja: %E

    The remote host or network may be down. Please try the request again.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Neveiksmīgs savienojums ar %I.

    Sistēma atbildēja: %E

    The remote host or network may be down. Please try the request again.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_DIR_LISTING squid3-3.1.20/errors/lv/ERR_DIR_LISTING --- squid3-3.1.19/errors/lv/ERR_DIR_LISTING 2012-02-05 13:40:50.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_DIR_LISTING 2012-06-08 14:03:27.000000000 +0200 @@ -1 +1 @@ - Directorijs: %U

    Directory: %U/


    Directorija saturs:

    %z
    %g
    Augstāks Direktorijs Vecākdirektorijs (Saknes direktorijs)

    \ No newline at end of file + Directorijs: %U

    Directory: %U/


    Directorija saturs:

    %z
    %g
    Vecākdirektorijs (Saknes direktorijs)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_DNS_FAIL squid3-3.1.20/errors/lv/ERR_DNS_FAIL --- squid3-3.1.19/errors/lv/ERR_DNS_FAIL 2012-02-05 13:40:53.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_DNS_FAIL 2012-06-08 14:03:29.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Nevar nosakidrot IP adresi no saimniekdatora vārda%H

    DNS serveris atgrieza:

    %z

    Tas nozīmē, ka kešatmiņa nevar atrast adresē ietverto saimniekdatora vārdu. Pārbaudiet vai adrese ir korekta.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Nevar nosakidrot IP adresi no saimniekdatora vārda%H

    DNS serveris atgrieza:

    %z

    Tas nozīmē, ka kešatmiņa nevar atrast adresē ietverto saimniekdatora vārdu. Pārbaudiet vai adrese ir korekta.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_ESI squid3-3.1.20/errors/lv/ERR_ESI --- squid3-3.1.19/errors/lv/ERR_ESI 2012-02-05 13:40:56.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_ESI 2012-06-08 14:03:31.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Neveiksmīga ESI apstrāde.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Jūsu tīmekļa pārzinis ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Neveiksmīga ESI apstrāde.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Jūsu tīmekļa pārzinis ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_FORWARDING_DENIED squid3-3.1.20/errors/lv/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/lv/ERR_FORWARDING_DENIED 2012-02-05 13:40:58.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_FORWARDING_DENIED 2012-06-08 14:03:33.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Pārsūtīšana aizliegta.

    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.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Pārsūtīšana aizliegta.

    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.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_FTP_DISABLED squid3-3.1.20/errors/lv/ERR_FTP_DISABLED --- squid3-3.1.19/errors/lv/ERR_FTP_DISABLED 2012-02-05 13:41:02.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_FTP_DISABLED 2012-06-08 14:03:35.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    FTP nav atļauts

    Šī kešatmiņa neatbalsta FTP.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    FTP nav atļauts

    Šī kešatmiņa neatbalsta FTP.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_FTP_FAILURE squid3-3.1.20/errors/lv/ERR_FTP_FAILURE --- squid3-3.1.19/errors/lv/ERR_FTP_FAILURE 2012-02-05 13:41:04.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_FTP_FAILURE 2012-06-08 14:03:37.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Notikusi FTP protokola kļūda mēģinot atvērt vietrādi URL:%U

    Squid nosūtījis sekojošu FTP komandu:

    %f

    Serveris atbildēja ar:

    %F
    %g

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Notikusi FTP protokola kļūda mēģinot atvērt vietrādi URL:%U

    Squid nosūtījis sekojošu FTP komandu:

    %f

    Serveris atbildēja ar:

    %F
    %g

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/lv/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/lv/ERR_FTP_FORBIDDEN 2012-02-05 13:41:09.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_FTP_FORBIDDEN 2012-06-08 14:03:39.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Mēģinot atvērt vietrādi URL: %U notikusi FTP autentifikācijas kļūda

    Squid nosūtījis sekojošu FTP komandu:

    %f

    Serveris atbildēja ar:

    %F
    %g

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Mēģinot atvērt vietrādi URL: %U notikusi FTP autentifikācijas kļūda

    Squid nosūtījis sekojošu FTP komandu:

    %f

    Serveris atbildēja ar:

    %F
    %g

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/lv/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/lv/ERR_FTP_NOT_FOUND 2012-02-05 13:41:15.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_FTP_NOT_FOUND 2012-06-08 14:03:43.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Nevar atvērt sekojošu adresi: %U

    Squid nosūtījis sekojošu FTP komandu:

    %f

    Serveris atbildēja ar:

    %F
    %g

    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 %B.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Nevar atvērt sekojošu adresi: %U

    Squid nosūtījis sekojošu FTP komandu:

    %f

    Serveris atbildēja ar:

    %F
    %g

    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 %B.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/lv/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/lv/ERR_FTP_PUT_CREATED 2012-02-05 13:41:18.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_FTP_PUT_CREATED 2012-06-08 14:03:45.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operācija veiksmīga

    Datne izveidota




    \ No newline at end of file + FTP PUT Successful.

    Operācija veiksmīga

    Datne izveidota




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/lv/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/lv/ERR_FTP_PUT_ERROR 2012-02-05 13:41:22.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_FTP_PUT_ERROR 2012-06-08 14:03:47.000000000 +0200 @@ -1 +1 @@ - Kļūda: FTP upload failed

    ERROR

    FTP PUT upload failed


    Notikusi FTP protokola kļūda mēģinot atvērt vietrādi URL:%U

    Squid nosūtījis sekojošu FTP komandu:

    %f

    Serveris atbildēja ar:

    %F

    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.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: FTP upload failed

    ERROR

    FTP PUT upload failed


    Notikusi FTP protokola kļūda mēģinot atvērt vietrādi URL:%U

    Squid nosūtījis sekojošu FTP komandu:

    %f

    Serveris atbildēja ar:

    %F

    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.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/lv/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/lv/ERR_FTP_PUT_MODIFIED 2012-02-05 13:41:26.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_FTP_PUT_MODIFIED 2012-06-08 14:03:49.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operācija veiksmīga

    Datne augšupielādēta




    \ No newline at end of file + FTP PUT Successful.

    Operācija veiksmīga

    Datne augšupielādēta




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/lv/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/lv/ERR_FTP_UNAVAILABLE 2012-02-05 13:41:29.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_FTP_UNAVAILABLE 2012-06-08 14:03:51.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    FTP serveris ir pārslogots atverot vietrādi URL: %U

    Squid nosūtījis sekojošu FTP komandu:

    %f

    Serveris atbildēja ar:

    %F
    %g

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    FTP serveris ir pārslogots atverot vietrādi URL: %U

    Squid nosūtījis sekojošu FTP komandu:

    %f

    Serveris atbildēja ar:

    %F
    %g

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/lv/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/lv/ERR_GATEWAY_FAILURE 2012-02-05 13:41:32.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_GATEWAY_FAILURE 2012-06-08 14:03:53.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_ICAP_FAILURE squid3-3.1.20/errors/lv/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/lv/ERR_ICAP_FAILURE 2012-02-05 13:41:35.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_ICAP_FAILURE 2012-06-08 14:03:55.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    ICAP protokola kļūda.

    Sistēma atbildēja: %E

    Tas nozīmē, ka ir problēmas ar ICAP komunikācijas niansēm.

    Dažas iespējamās problēmas ir:

    • ICAP serveris nav pieejams.

    • Saņemta nekorekta atbilde no ICAP servera



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    ICAP protokola kļūda.

    Sistēma atbildēja: %E

    Tas nozīmē, ka ir problēmas ar ICAP komunikācijas niansēm.

    Dažas iespējamās problēmas ir:

    • ICAP serveris nav pieejams.

    • Saņemta nekorekta atbilde no ICAP servera



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_INVALID_REQ squid3-3.1.20/errors/lv/ERR_INVALID_REQ --- squid3-3.1.19/errors/lv/ERR_INVALID_REQ 2012-02-05 13:41:39.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_INVALID_REQ 2012-06-08 14:03:57.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Nekorekts pieprasījums notikusi kļūda mēģinot apstrādāt pieprasījumu:

    %R

    Dažas iespējamās problēmas ir:

    • Nav vai ir nezināma pieprasījuma metode.

    • Pazudis URL.

    • pietrūkst HTTP identifikators (HTTP/1.0).

    • Pieprasījums ir par lielu.

    • Content-Length missing for POST or PUT requests.

    • Neatļauts simbols adresē. Pasvītrojuma rakstzīme nav atļauta.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Nekorekts pieprasījums notikusi kļūda mēģinot apstrādāt pieprasījumu:

    %R

    Dažas iespējamās problēmas ir:

    • Nav vai ir nezināma pieprasījuma metode.

    • Pazudis URL.

    • pietrūkst HTTP identifikators (HTTP/1.0).

    • Pieprasījums ir par lielu.

    • Content-Length missing for POST or PUT requests.

    • Neatļauts simbols adresē. Pasvītrojuma rakstzīme nav atļauta.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_INVALID_RESP squid3-3.1.20/errors/lv/ERR_INVALID_RESP --- squid3-3.1.19/errors/lv/ERR_INVALID_RESP 2012-02-05 13:41:42.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_INVALID_RESP 2012-06-08 14:03:59.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Nekorekta atbilde notikusi kļūda mēģinot apstrādāt pieprasījumu:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Ja nepieciešams, Jūsu kešatmiņas administrators Jums var precīzāk izklāstīt problēmas detaļas.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Nekorekta atbilde notikusi kļūda mēģinot apstrādāt pieprasījumu:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Ja nepieciešams, Jūsu kešatmiņas administrators Jums var precīzāk izklāstīt problēmas detaļas.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_INVALID_URL squid3-3.1.20/errors/lv/ERR_INVALID_URL --- squid3-3.1.19/errors/lv/ERR_INVALID_URL 2012-02-05 13:41:44.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_INVALID_URL 2012-06-08 14:04:01.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Nepareizs URL

    dažas nianses pieprasītajā adresē ir nekorektas.

    Dažas iespējamās problēmas ir:

    • Nav vai ir nekorekts pieejas protokols (jābūt http:// vai kam līdzīgam)

    • Nav saimniekdatora vārda

    • Adresē ir divas atsoļa rakstzīmes, kas ir aizliegtas

    • Neatļauts simbols adresē. Pasvītrojuma rakstzīme nav atļauta.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Nepareizs URL

    dažas nianses pieprasītajā adresē ir nekorektas.

    Dažas iespējamās problēmas ir:

    • Nav vai ir nekorekts pieejas protokols (jābūt http:// vai kam līdzīgam)

    • Nav saimniekdatora vārda

    • Adresē ir divas atsoļa rakstzīmes, kas ir aizliegtas

    • Neatļauts simbols adresē. Pasvītrojuma rakstzīme nav atļauta.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_LIFETIME_EXP squid3-3.1.20/errors/lv/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/lv/ERR_LIFETIME_EXP 2012-02-05 13:41:47.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_LIFETIME_EXP 2012-06-08 14:04:03.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Savienojuma sesija beigusies

    Squid ir pārtraucis pieprasījumu, jo ir beigusies savienojuma sesija.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Savienojuma sesija beigusies

    Squid ir pārtraucis pieprasījumu, jo ir beigusies savienojuma sesija.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_NO_RELAY squid3-3.1.20/errors/lv/ERR_NO_RELAY --- squid3-3.1.19/errors/lv/ERR_NO_RELAY 2012-02-05 13:41:50.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_NO_RELAY 2012-06-08 14:04:07.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Nav WAIS retranslācija

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Nav WAIS retranslācija

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/lv/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/lv/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:41:53.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:04:09.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Kešatmiņā nav atrasts derīgs dokuments un tiek piemērota direktīva only-if-cached .

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Kešatmiņā nav atrasts derīgs dokuments un tiek piemērota direktīva only-if-cached .

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/error-details.txt squid3-3.1.20/errors/lv/error-details.txt --- squid3-3.1.19/errors/lv/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/lv/error-details.txt 2012-06-08 14:04:34.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/lv/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/lv/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/lv/ERR_PRECONDITION_FAILED 2012-02-05 13:41:57.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_PRECONDITION_FAILED 2012-06-08 14:04:11.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_READ_ERROR squid3-3.1.20/errors/lv/ERR_READ_ERROR --- squid3-3.1.19/errors/lv/ERR_READ_ERROR 2012-02-05 13:42:01.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_READ_ERROR 2012-06-08 14:04:13.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Lasīšanas kļūda

    Sistēma atbildēja: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Lasīšanas kļūda

    Sistēma atbildēja: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_READ_TIMEOUT squid3-3.1.20/errors/lv/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/lv/ERR_READ_TIMEOUT 2012-02-05 13:42:05.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_READ_TIMEOUT 2012-06-08 14:04:15.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Lasīšanas noildze

    Sistēma atbildēja: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Lasīšanas noildze

    Sistēma atbildēja: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/lv/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/lv/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:42:07.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:04:17.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Neizdevās izveidot drošu savienojumu ar %I

    Sistēma atbildēja: %E

    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.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Neizdevās izveidot drošu savienojumu ar %I

    Sistēma atbildēja: %E

    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.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_SHUTTING_DOWN squid3-3.1.20/errors/lv/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/lv/ERR_SHUTTING_DOWN 2012-02-05 13:42:10.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_SHUTTING_DOWN 2012-06-08 14:04:19.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_SOCKET_FAILURE squid3-3.1.20/errors/lv/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/lv/ERR_SOCKET_FAILURE 2012-02-05 13:42:13.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_SOCKET_FAILURE 2012-06-08 14:04:21.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Savienojuma kļūda

    Sistēma atbildēja: %E

    Squid nevar izveidot TCP soketu, iespējams dēļ lielās slodzes. Lūdzu atkārtojiet Jūsu pieprasījumu.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Savienojuma kļūda

    Sistēma atbildēja: %E

    Squid nevar izveidot TCP soketu, iespējams dēļ lielās slodzes. Lūdzu atkārtojiet Jūsu pieprasījumu.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_TOO_BIG squid3-3.1.20/errors/lv/ERR_TOO_BIG --- squid3-3.1.19/errors/lv/ERR_TOO_BIG 2012-02-05 13:42:16.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_TOO_BIG 2012-06-08 14:04:23.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Pieprasījums vai atbilde ir par lielu.

    Ja Jūs veiciet POST vai PUT pieprasījumu, tad vienums, kuru Jūs mēģiniet augšupieladēt ir par lielu.

    Ja Jūs veiciet GET pieprasījumu, tad vienums, kuru Jūs mēģiniet lejupielādēt ir par lielu.

    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.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Pieprasījums vai atbilde ir par lielu.

    Ja Jūs veiciet POST vai PUT pieprasījumu, tad vienums, kuru Jūs mēģiniet augšupieladēt ir par lielu.

    Ja Jūs veiciet GET pieprasījumu, tad vienums, kuru Jūs mēģiniet lejupielādēt ir par lielu.

    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.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/lv/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/lv/ERR_UNSUP_HTTPVERSION 2012-02-05 13:42:18.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_UNSUP_HTTPVERSION 2012-06-08 14:04:25.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    Neatbalstīta HTTP versija


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Unsupported HTTP version

    Šis Squid neatbalsta HTTP versiju, kuru Jūs mēģiniet lietot.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    Neatbalstīta HTTP versija


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Unsupported HTTP version

    Šis Squid neatbalsta HTTP versiju, kuru Jūs mēģiniet lietot.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_UNSUP_REQ squid3-3.1.20/errors/lv/ERR_UNSUP_REQ --- squid3-3.1.19/errors/lv/ERR_UNSUP_REQ 2012-02-05 13:42:21.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_UNSUP_REQ 2012-06-08 14:04:27.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Neatbalstīta pieprasījuma metode un protokols

    Squid neatbalsta visas pieprasījuma metodes visiem protokoliem. Piemēram, Jūs nevarat veikt POST pieprasījumu izmantojot Gopher protokolu.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Neatbalstīta pieprasījuma metode un protokols

    Squid neatbalsta visas pieprasījuma metodes visiem protokoliem. Piemēram, Jūs nevarat veikt POST pieprasījumu izmantojot Gopher protokolu.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_URN_RESOLVE squid3-3.1.20/errors/lv/ERR_URN_RESOLVE --- squid3-3.1.19/errors/lv/ERR_URN_RESOLVE 2012-02-05 13:42:24.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_URN_RESOLVE 2012-06-08 14:04:30.000000000 +0200 @@ -1 +1 @@ - Kļūda: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Cannot Resolve URN

    Hi, neiaizraujies par daudz ar %T :)

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Cannot Resolve URN

    Hi, neiaizraujies par daudz ar %T :)

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_WRITE_ERROR squid3-3.1.20/errors/lv/ERR_WRITE_ERROR --- squid3-3.1.19/errors/lv/ERR_WRITE_ERROR 2012-02-05 13:42:27.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_WRITE_ERROR 2012-06-08 14:04:32.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Rakstīšanas kļūda

    Sistēma atbildēja: %E

    An error condition occurred while writing to the network. Please retry your request.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Rakstīšanas kļūda

    Sistēma atbildēja: %E

    An error condition occurred while writing to the network. Please retry your request.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/lv/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/lv/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/lv/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:42:30.000000000 +0100 +++ squid3-3.1.20/errors/lv/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:04:34.000000000 +0200 @@ -1 +1 @@ - Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Nulles izmēra atbilde

    Squid nav saņēmis nekādus datus šim pieprasījumam.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file + Kļūda: Nevar atvērt pieprasīto adresi.

    ERROR

    The requested URL could not be retrieved


    Iestājusies sekojoša kļūda mēģinot atvērt adresi: %U

    Nulles izmēra atbilde

    Squid nav saņēmis nekādus datus šim pieprasījumam.

    Jūsu kešatmiņas administrators ir %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/Makefile.am squid3-3.1.20/errors/Makefile.am --- squid3-3.1.19/errors/Makefile.am 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/Makefile.am 2012-06-08 13:20:21.000000000 +0200 @@ -11,93 +11,15 @@ DEFAULT_STYLESHEET = $(sysconfdir)/errorpage.css ## List of automated translations possible: -ERROR_TEMPLATES = \ - templates/ERR_ACCESS_DENIED \ - templates/ERR_CACHE_ACCESS_DENIED \ - templates/ERR_CACHE_MGR_ACCESS_DENIED \ - templates/ERR_CANNOT_FORWARD \ - templates/ERR_CONNECT_FAIL \ - templates/ERR_DIR_LISTING \ - templates/ERR_DNS_FAIL \ - templates/ERR_ESI \ - templates/ERR_FORWARDING_DENIED \ - templates/ERR_FTP_DISABLED \ - templates/ERR_FTP_FAILURE \ - templates/ERR_FTP_FORBIDDEN \ - templates/ERR_FTP_NOT_FOUND \ - templates/ERR_FTP_PUT_CREATED \ - templates/ERR_FTP_PUT_ERROR \ - templates/ERR_FTP_PUT_MODIFIED \ - templates/ERR_FTP_UNAVAILABLE \ - templates/ERR_GATEWAY_FAILURE \ - templates/ERR_ICAP_FAILURE \ - templates/ERR_INVALID_REQ \ - templates/ERR_INVALID_RESP \ - templates/ERR_INVALID_URL \ - templates/ERR_LIFETIME_EXP \ - templates/ERR_NO_RELAY \ - templates/ERR_ONLY_IF_CACHED_MISS \ - templates/ERR_PRECONDITION_FAILED \ - templates/ERR_READ_ERROR \ - templates/ERR_READ_TIMEOUT \ - templates/ERR_SECURE_CONNECT_FAIL \ - templates/ERR_SHUTTING_DOWN \ - templates/ERR_SOCKET_FAILURE \ - templates/ERR_TOO_BIG \ - templates/ERR_UNSUP_HTTPVERSION \ - templates/ERR_UNSUP_REQ \ - templates/ERR_URN_RESOLVE \ - templates/ERR_WRITE_ERROR \ - templates/ERR_ZERO_SIZE_OBJECT - -TRANSLATE_LANGUAGES = \ - af.lang \ - ar.lang \ - az.lang \ - bg.lang \ - ca.lang \ - cs.lang \ - da.lang \ - de.lang \ - el.lang \ - en.lang \ - es.lang \ - et.lang \ - fa.lang \ - fi.lang \ - fr.lang \ - he.lang \ - hu.lang \ - hy.lang \ - id.lang \ - it.lang \ - ja.lang \ - ko.lang \ - lt.lang \ - lv.lang \ - ms.lang \ - nl.lang \ - oc.lang \ - pl.lang \ - pt-br.lang \ - pt.lang \ - ro.lang \ - ru.lang \ - sk.lang \ - sr-cyrl.lang \ - sr-latn.lang \ - sv.lang \ - th.lang \ - tr.lang \ - uk.lang \ - uz.lang \ - vi.lang \ - zh-cn.lang \ - zh-tw.lang +include $(srcdir)/template.list +include $(srcdir)/language.list CLEANFILES = $(TRANSLATE_LANGUAGES) translate-warn EXTRA_DIST = \ $(ERROR_TEMPLATES) \ + templates/error-details.txt \ + language.list \ + template.list \ aliases alias-link.sh alias-upgrade errorpage.css TRANSLATORS COPYRIGHT all: all-am @@ -125,10 +47,11 @@ mkdir -p $(top_builddir)/errors/$$lang; \ echo -n "Translate '$$lang' ..."; \ for f in $(ERROR_TEMPLATES); do \ - page=`basename $$f`; \ - $(PO2HTML) $(NOTIDY) --progress=none -i $(top_srcdir)/errors/$$lang.po -t $(top_srcdir)/errors/$$f >$(top_builddir)/errors/$$lang/$$page || exit 1; \ - done; \ - echo "done."; \ + page=`basename $$f`; \ + $(PO2HTML) $(NOTIDY) --progress=none -i $(top_srcdir)/errors/$$lang.po -t $(top_srcdir)/errors/$$f >$(top_builddir)/errors/$$lang/$$page || exit 1; \ + done; \ + cp $(top_srcdir)/errors/templates/error-details.txt $(top_builddir)/errors/$$lang/error-details.txt || exit 1; \ + echo "done."; \ fi; \ touch $@ @@ -149,7 +72,7 @@ if test -d $(srcdir)/$$l || test -d $(builddir)/$$l; then \ $(mkinstalldirs) $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l; \ fi; \ - for f in $(ERROR_TEMPLATES); do \ + for f in $(ERROR_TEMPLATES) templates/error-details.txt; do \ page=`basename $$f`; \ if test -f $(builddir)/$$l/$$page; then \ echo "$(INSTALL_DATA) $(builddir)/$$l/$$page $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l"; \ @@ -170,14 +93,14 @@ l=`basename $$l .lang`; \ echo "Located $$l for uninstall ..."; \ if test -d $(srcdir)/$$l; then \ - for f in $(srcdir)/$$l/ERR_*; do \ + for f in $(srcdir)/$$l/ERR_* $(srcdir)/$$l/error-details.txt; do \ if test -f $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l/`basename $$f`; then \ $(RM) $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l/`basename $$f`; \ fi; \ done; \ fi ; \ if test -d $(builddir)/$$l; then \ - for f in $(builddir)/$$l/ERR_*; do \ + for f in $(builddir)/$$l/ERR_* $(builddir)/$$l/error-details.txt; do \ if test -f $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l/`basename $$f`; then \ $(RM) $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l/`basename $$f`; \ fi; \ @@ -193,38 +116,13 @@ upgrade: install $(SHELL) $(srcdir)/alias-link.sh "$(LN)" "$(RM)" "$(DESTDIR)$(DEFAULT_ERROR_DIR)" "$(srcdir)/alias-upgrade" || exit 1 ; -# undocumented hack. You can use this target to create multi-lingual -# error pages. For example: -# -# make ADDLANG=English DESTLANG=French addlang -# -# by Andres Kroonmaa -# -# UPDATE: this hack completely breaks HTML standards and with the addition -# of language translations is now largely obsolete. -# It will be removed without notice at some future date. -# -addlang: all - -@if test -d $(srcdir)/$(ADDLANG); then \ - if test -d $(DEFAULT_ERROR_DIR)/$(DESTLANG); then \ - cd $(srcdir)/$(ADDLANG)/ ; \ - for f in ERR_*; do \ - if test -f $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f ; then \ - echo "appending $(ADDLANG)/$$f"; \ - echo "
    " >> $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f ; \ - cat $$f >> $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f; \ - fi; \ - done; \ - fi \ - fi - dist-hook: translate for lang in $(TRANSLATE_LANGUAGES); do \ lang=`basename $$lang .lang`; \ if test -d $$lang ; then \ mkdir -p $(distdir)/$$lang; \ - cp -p $(top_builddir)/errors/$$lang/ERR_* $(distdir)/$$lang \ - || exit 1; \ + cp -p $(top_builddir)/errors/$$lang/ERR_* $(distdir)/$$lang || exit 1; \ + cp -p $(top_builddir)/errors/$$lang/error-details.txt $(distdir)/$$lang || exit 1; \ fi; \ done diff -Nru squid3-3.1.19/errors/Makefile.in squid3-3.1.20/errors/Makefile.in --- squid3-3.1.19/errors/Makefile.in 2012-02-05 12:54:34.000000000 +0100 +++ squid3-3.1.20/errors/Makefile.in 2012-06-08 13:23:17.000000000 +0200 @@ -37,8 +37,9 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/language.list $(srcdir)/template.list subdir = errors -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac @@ -252,92 +253,99 @@ DEFAULT_ERROR_DIR = $(errordir) DEFAULT_STYLESHEET = $(sysconfdir)/errorpage.css ERROR_TEMPLATES = \ - templates/ERR_ACCESS_DENIED \ - templates/ERR_CACHE_ACCESS_DENIED \ - templates/ERR_CACHE_MGR_ACCESS_DENIED \ - templates/ERR_CANNOT_FORWARD \ - templates/ERR_CONNECT_FAIL \ - templates/ERR_DIR_LISTING \ - templates/ERR_DNS_FAIL \ - templates/ERR_ESI \ - templates/ERR_FORWARDING_DENIED \ - templates/ERR_FTP_DISABLED \ - templates/ERR_FTP_FAILURE \ - templates/ERR_FTP_FORBIDDEN \ - templates/ERR_FTP_NOT_FOUND \ - templates/ERR_FTP_PUT_CREATED \ - templates/ERR_FTP_PUT_ERROR \ - templates/ERR_FTP_PUT_MODIFIED \ - templates/ERR_FTP_UNAVAILABLE \ - templates/ERR_GATEWAY_FAILURE \ - templates/ERR_ICAP_FAILURE \ - templates/ERR_INVALID_REQ \ - templates/ERR_INVALID_RESP \ - templates/ERR_INVALID_URL \ - templates/ERR_LIFETIME_EXP \ - templates/ERR_NO_RELAY \ - templates/ERR_ONLY_IF_CACHED_MISS \ - templates/ERR_PRECONDITION_FAILED \ - templates/ERR_READ_ERROR \ - templates/ERR_READ_TIMEOUT \ - templates/ERR_SECURE_CONNECT_FAIL \ - templates/ERR_SHUTTING_DOWN \ - templates/ERR_SOCKET_FAILURE \ - templates/ERR_TOO_BIG \ - templates/ERR_UNSUP_HTTPVERSION \ - templates/ERR_UNSUP_REQ \ - templates/ERR_URN_RESOLVE \ - templates/ERR_WRITE_ERROR \ - templates/ERR_ZERO_SIZE_OBJECT + templates/ERR_ACCESS_DENIED \ + templates/ERR_ACL_TIME_QUOTA_EXCEEDED \ + templates/ERR_AGENT_CONFIGURE \ + templates/ERR_AGENT_WPAD \ + templates/ERR_CACHE_ACCESS_DENIED \ + templates/ERR_CACHE_MGR_ACCESS_DENIED \ + templates/ERR_CANNOT_FORWARD \ + templates/ERR_CONNECT_FAIL \ + templates/ERR_DIR_LISTING \ + templates/ERR_DNS_FAIL \ + templates/ERR_ESI \ + templates/ERR_FORWARDING_DENIED \ + templates/ERR_FTP_DISABLED \ + templates/ERR_FTP_FAILURE \ + templates/ERR_FTP_FORBIDDEN \ + templates/ERR_FTP_NOT_FOUND \ + templates/ERR_FTP_PUT_CREATED \ + templates/ERR_FTP_PUT_ERROR \ + templates/ERR_FTP_PUT_MODIFIED \ + templates/ERR_FTP_UNAVAILABLE \ + templates/ERR_GATEWAY_FAILURE \ + templates/ERR_ICAP_FAILURE \ + templates/ERR_INVALID_REQ \ + templates/ERR_INVALID_RESP \ + templates/ERR_INVALID_URL \ + templates/ERR_LIFETIME_EXP \ + templates/ERR_NO_RELAY \ + templates/ERR_ONLY_IF_CACHED_MISS \ + templates/ERR_PRECONDITION_FAILED \ + templates/ERR_READ_ERROR \ + templates/ERR_READ_TIMEOUT \ + templates/ERR_SECURE_CONNECT_FAIL \ + templates/ERR_SHUTTING_DOWN \ + templates/ERR_SOCKET_FAILURE \ + templates/ERR_TOO_BIG \ + templates/ERR_UNSUP_HTTPVERSION \ + templates/ERR_UNSUP_REQ \ + templates/ERR_URN_RESOLVE \ + templates/ERR_WRITE_ERROR \ + templates/ERR_ZERO_SIZE_OBJECT TRANSLATE_LANGUAGES = \ - af.lang \ - ar.lang \ - az.lang \ - bg.lang \ - ca.lang \ - cs.lang \ - da.lang \ - de.lang \ - el.lang \ - en.lang \ - es.lang \ - et.lang \ - fa.lang \ - fi.lang \ - fr.lang \ - he.lang \ - hu.lang \ - hy.lang \ - id.lang \ - it.lang \ - ja.lang \ - ko.lang \ - lt.lang \ - lv.lang \ - ms.lang \ - nl.lang \ - oc.lang \ - pl.lang \ - pt-br.lang \ - pt.lang \ - ro.lang \ - ru.lang \ - sk.lang \ - sr-cyrl.lang \ - sr-latn.lang \ - sv.lang \ - th.lang \ - tr.lang \ - uk.lang \ - uz.lang \ - vi.lang \ - zh-cn.lang \ - zh-tw.lang + af.lang \ + ar.lang \ + az.lang \ + bg.lang \ + ca.lang \ + cs.lang \ + da.lang \ + de.lang \ + el.lang \ + en.lang \ + es.lang \ + et.lang \ + fa.lang \ + fi.lang \ + fr.lang \ + he.lang \ + hu.lang \ + hy.lang \ + id.lang \ + it.lang \ + ja.lang \ + ko.lang \ + lt.lang \ + lv.lang \ + ms.lang \ + nl.lang \ + oc.lang \ + pl.lang \ + pt-br.lang \ + pt.lang \ + ro.lang \ + ru.lang \ + sk.lang \ + sl.lang \ + sr-cyrl.lang \ + sr-latn.lang \ + sv.lang \ + th.lang \ + tr.lang \ + uk.lang \ + uz.lang \ + vi.lang \ + zh-cn.lang \ + zh-tw.lang CLEANFILES = $(TRANSLATE_LANGUAGES) translate-warn EXTRA_DIST = \ $(ERROR_TEMPLATES) \ + templates/error-details.txt \ + language.list \ + template.list \ aliases alias-link.sh alias-upgrade errorpage.css TRANSLATORS COPYRIGHT NOTIDY = `$(PO2HTML) --help | grep -o "\-\-notidy"` @@ -345,7 +353,7 @@ .SUFFIXES: .SUFFIXES: .lang .po -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/template.list $(srcdir)/language.list $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -554,10 +562,11 @@ mkdir -p $(top_builddir)/errors/$$lang; \ echo -n "Translate '$$lang' ..."; \ for f in $(ERROR_TEMPLATES); do \ - page=`basename $$f`; \ - $(PO2HTML) $(NOTIDY) --progress=none -i $(top_srcdir)/errors/$$lang.po -t $(top_srcdir)/errors/$$f >$(top_builddir)/errors/$$lang/$$page || exit 1; \ - done; \ - echo "done."; \ + page=`basename $$f`; \ + $(PO2HTML) $(NOTIDY) --progress=none -i $(top_srcdir)/errors/$$lang.po -t $(top_srcdir)/errors/$$f >$(top_builddir)/errors/$$lang/$$page || exit 1; \ + done; \ + cp $(top_srcdir)/errors/templates/error-details.txt $(top_builddir)/errors/$$lang/error-details.txt || exit 1; \ + echo "done."; \ fi; \ touch $@ @@ -578,7 +587,7 @@ if test -d $(srcdir)/$$l || test -d $(builddir)/$$l; then \ $(mkinstalldirs) $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l; \ fi; \ - for f in $(ERROR_TEMPLATES); do \ + for f in $(ERROR_TEMPLATES) templates/error-details.txt; do \ page=`basename $$f`; \ if test -f $(builddir)/$$l/$$page; then \ echo "$(INSTALL_DATA) $(builddir)/$$l/$$page $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l"; \ @@ -599,14 +608,14 @@ l=`basename $$l .lang`; \ echo "Located $$l for uninstall ..."; \ if test -d $(srcdir)/$$l; then \ - for f in $(srcdir)/$$l/ERR_*; do \ + for f in $(srcdir)/$$l/ERR_* $(srcdir)/$$l/error-details.txt; do \ if test -f $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l/`basename $$f`; then \ $(RM) $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l/`basename $$f`; \ fi; \ done; \ fi ; \ if test -d $(builddir)/$$l; then \ - for f in $(builddir)/$$l/ERR_*; do \ + for f in $(builddir)/$$l/ERR_* $(builddir)/$$l/error-details.txt; do \ if test -f $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l/`basename $$f`; then \ $(RM) $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l/`basename $$f`; \ fi; \ @@ -621,38 +630,13 @@ upgrade: install $(SHELL) $(srcdir)/alias-link.sh "$(LN)" "$(RM)" "$(DESTDIR)$(DEFAULT_ERROR_DIR)" "$(srcdir)/alias-upgrade" || exit 1 ; -# undocumented hack. You can use this target to create multi-lingual -# error pages. For example: -# -# make ADDLANG=English DESTLANG=French addlang -# -# by Andres Kroonmaa -# -# UPDATE: this hack completely breaks HTML standards and with the addition -# of language translations is now largely obsolete. -# It will be removed without notice at some future date. -# -addlang: all - -@if test -d $(srcdir)/$(ADDLANG); then \ - if test -d $(DEFAULT_ERROR_DIR)/$(DESTLANG); then \ - cd $(srcdir)/$(ADDLANG)/ ; \ - for f in ERR_*; do \ - if test -f $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f ; then \ - echo "appending $(ADDLANG)/$$f"; \ - echo "
    " >> $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f ; \ - cat $$f >> $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f; \ - fi; \ - done; \ - fi \ - fi - dist-hook: translate for lang in $(TRANSLATE_LANGUAGES); do \ lang=`basename $$lang .lang`; \ if test -d $$lang ; then \ mkdir -p $(distdir)/$$lang; \ - cp -p $(top_builddir)/errors/$$lang/ERR_* $(distdir)/$$lang \ - || exit 1; \ + cp -p $(top_builddir)/errors/$$lang/ERR_* $(distdir)/$$lang || exit 1; \ + cp -p $(top_builddir)/errors/$$lang/error-details.txt $(distdir)/$$lang || exit 1; \ fi; \ done diff -Nru squid3-3.1.19/errors/ms/ERR_ACCESS_DENIED squid3-3.1.20/errors/ms/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/ms/ERR_ACCESS_DENIED 2012-02-05 13:42:32.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_ACCESS_DENIED 2012-06-08 14:04:36.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Akses Disekat

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Akses Disekat

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:04:38.000000000 +0200 @@ -0,0 +1 @@ + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/ms/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/ms/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_AGENT_CONFIGURE 2012-06-08 14:04:40.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    RALAT

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_AGENT_WPAD squid3-3.1.20/errors/ms/ERR_AGENT_WPAD --- squid3-3.1.19/errors/ms/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_AGENT_WPAD 2012-06-08 14:04:43.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    RALAT

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/ms/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/ms/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:42:36.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:04:45.000000000 +0200 @@ -1 +1 @@ - RALAT: Cache Access Denied

    ERROR

    Cache Akses Disekat


    The following error was encountered while trying to retrieve the URL: %U

    Akses ke Cache disekat

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + RALAT: Cache Access Denied

    ERROR

    Cache Akses Disekat


    The following error was encountered while trying to retrieve the URL: %U

    Akses ke Cache disekat

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:42:39.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:04:47.000000000 +0200 @@ -1 +1 @@ - RALAT: Cache Manager Access Denied

    ERROR

    Cache Manager Akses Disekat


    The following error was encountered while trying to retrieve the URL: %U

    Cache Manager Access Denied.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file + RALAT: Cache Manager Access Denied

    ERROR

    Cache Manager Akses Disekat


    The following error was encountered while trying to retrieve the URL: %U

    Cache Manager Access Denied.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_CANNOT_FORWARD squid3-3.1.20/errors/ms/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/ms/ERR_CANNOT_FORWARD 2012-02-05 13:42:42.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_CANNOT_FORWARD 2012-06-08 14:04:49.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches.

    Some possible problems are:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_CONNECT_FAIL squid3-3.1.20/errors/ms/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/ms/ERR_CONNECT_FAIL 2012-02-05 13:42:46.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_CONNECT_FAIL 2012-06-08 14:04:51.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Sambungan ke %I gagal.

    The system returned: %E

    The remote host or network may be down. Please try the request again.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Sambungan ke %I gagal.

    The system returned: %E

    The remote host or network may be down. Please try the request again.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_DIR_LISTING squid3-3.1.20/errors/ms/ERR_DIR_LISTING --- squid3-3.1.19/errors/ms/ERR_DIR_LISTING 2012-02-05 13:42:48.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_DIR_LISTING 2012-06-08 14:04:53.000000000 +0200 @@ -1 +1 @@ - Direktori: %U

    Directory: %U/


    Kandungan direktori

    %z
    %g
    Direktori Utama Direktori Utama (Root Directory)

    \ No newline at end of file + Direktori: %U

    Directory: %U/


    Kandungan direktori

    %z
    %g
    Direktori Utama (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_DNS_FAIL squid3-3.1.20/errors/ms/ERR_DNS_FAIL --- squid3-3.1.19/errors/ms/ERR_DNS_FAIL 2012-02-05 13:42:53.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_DNS_FAIL 2012-06-08 14:04:55.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_ESI squid3-3.1.20/errors/ms/ERR_ESI --- squid3-3.1.19/errors/ms/ERR_ESI 2012-02-05 13:42:57.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_ESI 2012-06-08 14:04:58.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Webmaster anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Webmaster anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_FORWARDING_DENIED squid3-3.1.20/errors/ms/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/ms/ERR_FORWARDING_DENIED 2012-02-05 13:43:01.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_FORWARDING_DENIED 2012-06-08 14:05:01.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Forwarding Denied.

    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.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Forwarding Denied.

    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.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_FTP_DISABLED squid3-3.1.20/errors/ms/ERR_FTP_DISABLED --- squid3-3.1.19/errors/ms/ERR_FTP_DISABLED 2012-02-05 13:43:04.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_FTP_DISABLED 2012-06-08 14:05:06.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP telah dimatikan

    This cache does not support FTP.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP telah dimatikan

    This cache does not support FTP.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_FTP_FAILURE squid3-3.1.20/errors/ms/ERR_FTP_FAILURE --- squid3-3.1.19/errors/ms/ERR_FTP_FAILURE 2012-02-05 13:43:06.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_FTP_FAILURE 2012-06-08 14:05:08.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/ms/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/ms/ERR_FTP_FORBIDDEN 2012-02-05 13:43:09.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_FTP_FORBIDDEN 2012-06-08 14:05:11.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/ms/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/ms/ERR_FTP_NOT_FOUND 2012-02-05 13:43:13.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_FTP_NOT_FOUND 2012-06-08 14:05:13.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/ms/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/ms/ERR_FTP_PUT_CREATED 2012-02-05 13:43:16.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_FTP_PUT_CREATED 2012-06-08 14:05:15.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operasi Berjaya

    Fail dicipta




    \ No newline at end of file + FTP PUT Successful.

    Operasi Berjaya

    Fail dicipta




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/ms/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/ms/ERR_FTP_PUT_ERROR 2012-02-05 13:43:19.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_FTP_PUT_ERROR 2012-06-08 14:05:17.000000000 +0200 @@ -1 +1 @@ - RALAT: FTP upload failed

    ERROR

    FTP PUT upload failed


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: FTP upload failed

    ERROR

    FTP PUT upload failed


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/ms/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/ms/ERR_FTP_PUT_MODIFIED 2012-02-05 13:43:21.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_FTP_PUT_MODIFIED 2012-06-08 14:05:20.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operasi Berjaya

    Fail dikemaskini




    \ No newline at end of file + FTP PUT Successful.

    Operasi Berjaya

    Fail dikemaskini




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/ms/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/ms/ERR_FTP_UNAVAILABLE 2012-02-05 13:43:24.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_FTP_UNAVAILABLE 2012-06-08 14:05:22.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/ms/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/ms/ERR_GATEWAY_FAILURE 2012-02-05 13:43:27.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_GATEWAY_FAILURE 2012-06-08 14:05:24.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_ICAP_FAILURE squid3-3.1.20/errors/ms/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/ms/ERR_ICAP_FAILURE 2012-02-05 13:43:30.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_ICAP_FAILURE 2012-06-08 14:05:27.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    The system returned: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • Respon yang salah diterima dari pelayan ICAP



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    The system returned: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • Respon yang salah diterima dari pelayan ICAP



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_INVALID_REQ squid3-3.1.20/errors/ms/ERR_INVALID_REQ --- squid3-3.1.19/errors/ms/ERR_INVALID_REQ 2012-02-05 13:43:33.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_INVALID_REQ 2012-06-08 14:05:28.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Permintaan Salah error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • Missing or unknown request method.

    • URL Hilang

    • Kehilangan HTTP Identifier (HTTP/1.0)

    • Permintaan terlalu besar

    • Content-Length missing for POST or PUT requests.

    • Illegal character in hostname; underscores are not allowed.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Permintaan Salah error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • Missing or unknown request method.

    • URL Hilang

    • Kehilangan HTTP Identifier (HTTP/1.0)

    • Permintaan terlalu besar

    • Content-Length missing for POST or PUT requests.

    • Illegal character in hostname; underscores are not allowed.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_INVALID_RESP squid3-3.1.20/errors/ms/ERR_INVALID_RESP --- squid3-3.1.19/errors/ms/ERR_INVALID_RESP 2012-02-05 13:43:35.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_INVALID_RESP 2012-06-08 14:05:31.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Respon Salah error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Respon Salah error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_INVALID_URL squid3-3.1.20/errors/ms/ERR_INVALID_URL --- squid3-3.1.19/errors/ms/ERR_INVALID_URL 2012-02-05 13:43:38.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_INVALID_URL 2012-06-08 14:05:33.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    URL Salah

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Missing or incorrect access protocol (should be http:// or similar)

    • Nama Host Hilang

    • Illegal double-escape in the URL-Path

    • Illegal character in hostname; underscores are not allowed.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    URL Salah

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Missing or incorrect access protocol (should be http:// or similar)

    • Nama Host Hilang

    • Illegal double-escape in the URL-Path

    • Illegal character in hostname; underscores are not allowed.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_LIFETIME_EXP squid3-3.1.20/errors/ms/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/ms/ERR_LIFETIME_EXP 2012-02-05 13:43:41.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_LIFETIME_EXP 2012-06-08 14:05:37.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection Lifetime Expired

    Squid has terminated the request because it has exceeded the maximum connection lifetime.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection Lifetime Expired

    Squid has terminated the request because it has exceeded the maximum connection lifetime.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_NO_RELAY squid3-3.1.20/errors/ms/ERR_NO_RELAY --- squid3-3.1.19/errors/ms/ERR_NO_RELAY 2012-02-05 13:43:45.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_NO_RELAY 2012-06-08 14:05:40.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/ms/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/ms/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:43:48.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:05:44.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/error-details.txt squid3-3.1.20/errors/ms/error-details.txt --- squid3-3.1.19/errors/ms/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ms/error-details.txt 2012-06-08 14:06:57.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/ms/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/ms/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/ms/ERR_PRECONDITION_FAILED 2012-02-05 13:43:51.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_PRECONDITION_FAILED 2012-06-08 14:05:48.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_READ_ERROR squid3-3.1.20/errors/ms/ERR_READ_ERROR --- squid3-3.1.19/errors/ms/ERR_READ_ERROR 2012-02-05 13:43:53.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_READ_ERROR 2012-06-08 14:05:51.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Read Error

    The system returned: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Read Error

    The system returned: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_READ_TIMEOUT squid3-3.1.20/errors/ms/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/ms/ERR_READ_TIMEOUT 2012-02-05 13:43:59.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_READ_TIMEOUT 2012-06-08 14:05:55.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Read Timeout

    The system returned: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Read Timeout

    The system returned: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/ms/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/ms/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:44:02.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:05:58.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gagal membuat sambungan selamat ke %I

    The system returned: %E

    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.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gagal membuat sambungan selamat ke %I

    The system returned: %E

    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.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_SHUTTING_DOWN squid3-3.1.20/errors/ms/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/ms/ERR_SHUTTING_DOWN 2012-02-05 13:44:05.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_SHUTTING_DOWN 2012-06-08 14:06:04.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_SOCKET_FAILURE squid3-3.1.20/errors/ms/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/ms/ERR_SOCKET_FAILURE 2012-02-05 13:44:08.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_SOCKET_FAILURE 2012-06-08 14:06:10.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Kegagalan Socket

    The system returned: %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Kegagalan Socket

    The system returned: %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_TOO_BIG squid3-3.1.20/errors/ms/ERR_TOO_BIG --- squid3-3.1.19/errors/ms/ERR_TOO_BIG 2012-02-05 13:44:10.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_TOO_BIG 2012-06-08 14:06:15.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/ms/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/ms/ERR_UNSUP_HTTPVERSION 2012-02-05 13:44:12.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_UNSUP_HTTPVERSION 2012-06-08 14:06:23.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_UNSUP_REQ squid3-3.1.20/errors/ms/ERR_UNSUP_REQ --- squid3-3.1.19/errors/ms/ERR_UNSUP_REQ 2012-02-05 13:44:15.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_UNSUP_REQ 2012-06-08 14:06:30.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported Request Method and Protocol

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported Request Method and Protocol

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_URN_RESOLVE squid3-3.1.20/errors/ms/ERR_URN_RESOLVE --- squid3-3.1.19/errors/ms/ERR_URN_RESOLVE 2012-02-05 13:44:18.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_URN_RESOLVE 2012-06-08 14:06:40.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URN could not be retrieved

    ERROR

    URL yang diminta tidak dapat dimuaturun


    The following error was encountered while trying to retrieve the URN: %U

    Cannot Resolve URN

    Hey, don't expect too much from URNs on %T :)

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URN could not be retrieved

    ERROR

    URL yang diminta tidak dapat dimuaturun


    The following error was encountered while trying to retrieve the URN: %U

    Cannot Resolve URN

    Hey, don't expect too much from URNs on %T :)

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_WRITE_ERROR squid3-3.1.20/errors/ms/ERR_WRITE_ERROR --- squid3-3.1.19/errors/ms/ERR_WRITE_ERROR 2012-02-05 13:44:21.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_WRITE_ERROR 2012-06-08 14:06:48.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Kegagalan Menulis

    The system returned: %E

    An error condition occurred while writing to the network. Please retry your request.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Kegagalan Menulis

    The system returned: %E

    An error condition occurred while writing to the network. Please retry your request.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ms/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/ms/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/ms/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:44:24.000000000 +0100 +++ squid3-3.1.20/errors/ms/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:06:57.000000000 +0200 @@ -1 +1 @@ - RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    Squid did not receive any data for this request.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file + RALAT: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    Squid did not receive any data for this request.

    Pengurus Proxy anda ialah %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_ACCESS_DENIED squid3-3.1.20/errors/nl/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/nl/ERR_ACCESS_DENIED 2012-02-05 13:44:31.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_ACCESS_DENIED 2012-06-08 14:07:04.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Toegang niet toegestaan.

    U heeft geen toegang tot de URL die u probeerde op te vragen van deze server. Neem contact op met uw service provider als u denkt dat dit niet klopt.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Toegang niet toegestaan.

    U heeft geen toegang tot de URL die u probeerde op te vragen van deze server. Neem contact op met uw service provider als u denkt dat dit niet klopt.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:07:11.000000000 +0200 @@ -0,0 +1 @@ + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Time Quota Exceeded.

    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.

    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.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/nl/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/nl/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_AGENT_CONFIGURE 2012-06-08 14:07:18.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuratie

    FOUT

    Web Browser Configuration


    Uw Browser instellingen dienen te worden aangepast om dit netwerk te kunnen gebruiken.

    Hoe kunt u deze instellingen in uw browser vinden:

    Voor Firefox browsers ga naar:
    • Configuratie -> Internet Opties -> Geavanceerd -> Netwerk ->LAN Instellingen
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Voor Internet Explorer browsers ga naar:
    • Configuratie -> Internet Opties -> Verbinding -> LAN Instellingen ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Voor Opera browsers ga naar:
    • Configuratie ->Voorkeursinstellingen -> Geavanceerd -> Netwerk ->Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_AGENT_WPAD squid3-3.1.20/errors/nl/ERR_AGENT_WPAD --- squid3-3.1.19/errors/nl/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_AGENT_WPAD 2012-06-08 14:07:24.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuratie

    FOUT

    Web Browser Configuration


    Uw Browser instellingen dienen te worden aangepast om dit netwerk te kunnen gebruiken.

    Hoe kunt u deze instellingen in uw browser vinden:

    Voor Firefox browsers ga naar:
    • Configuratie -> Internet Opties -> Geavanceerd -> Netwerk ->LAN Instellingen
    • Select Auto-detect proxy settings for this network
    Voor Internet Explorer browsers ga naar:
    • Configuratie -> Internet Opties -> Verbinding -> LAN Instellingen ->Proxy
    • Selecteer: Instellingen automatisch detecteren
    Voor Opera browsers ga naar:
    • Configuratie ->Voorkeursinstellingen -> Geavanceerd -> Netwerk ->Proxy Servers
    • Selecteer: Gebruik automatisch proxy configuratie

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/nl/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/nl/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:44:34.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:07:30.000000000 +0200 @@ -1 +1 @@ - FOUT: Cache Access Denied

    ERROR

    Cache Toegang niet toegestaan.


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Cache toegang niet toegestaan.

    Sorry, het is u niet toegestaan om %U van deze cache op te vragen totdat u zich geidentificeerd hebt.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + FOUT: Cache Access Denied

    ERROR

    Cache Toegang niet toegestaan.


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Cache toegang niet toegestaan.

    Sorry, het is u niet toegestaan om %U van deze cache op te vragen totdat u zich geidentificeerd hebt.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:44:38.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:07:34.000000000 +0200 @@ -1 +1 @@ - FOUT: Cache Manager Access Denied

    ERROR

    Cache Manager Toegang niet toegestaan.


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Cache Manager toegang niet toegestaan.

    Sorry, het is u momenteel niet toegestaan om %U op te vragen via deze cache manager totdat u zichzelf hebt geauthenticeerd.

    Neem contact op met de cache beheerder als u problemen heeft met authenticatie. Als U de beheerder bent, lees dan de Squid documentatie over de cache manager interface en lees de cache log voor meer gedetailleerde foutmeldingen.



    \ No newline at end of file + FOUT: Cache Manager Access Denied

    ERROR

    Cache Manager Toegang niet toegestaan.


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Cache Manager toegang niet toegestaan.

    Sorry, het is u momenteel niet toegestaan om %U op te vragen via deze cache manager totdat u zichzelf hebt geauthenticeerd.

    Neem contact op met de cache beheerder als u problemen heeft met authenticatie. Als U de beheerder bent, lees dan de Squid documentatie over de cache manager interface en lees de cache log voor meer gedetailleerde foutmeldingen.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_CANNOT_FORWARD squid3-3.1.20/errors/nl/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/nl/ERR_CANNOT_FORWARD 2012-02-05 13:44:43.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_CANNOT_FORWARD 2012-06-08 14:07:36.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Momenteel niet in staat dit verzoek door te sturen.

    Dit verzoek kon niet worden doorgestuurd naar de oorspronkelijke server of een van de parent caches. De meest waarschijnlijke reden voor deze fout is dat de cache beheerder het deze cache niet toestaat met de oorspronkelijke server te praten, en alle ingestelde parent caches op dit moment onbereikbaar zijn.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Momenteel niet in staat dit verzoek door te sturen.

    This request could not be forwarded to the origin server or to any parent caches.

    Mogelijke problemen zijn:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_CONNECT_FAIL squid3-3.1.20/errors/nl/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/nl/ERR_CONNECT_FAIL 2012-02-05 13:44:46.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_CONNECT_FAIL 2012-06-08 14:07:39.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Verbinding met %I mislukt.

    Het systeem gaf als antwoord: %E

    De server of het netwerk dat u probeert te benaderen is onbereikbaar. Probeer het later nog eens..

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Verbinding met %I mislukt.

    Het systeem gaf als antwoord: %E

    De server of het netwerk dat u probeert te benaderen is onbereikbaar. Probeer het later nog eens..

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_DIR_LISTING squid3-3.1.20/errors/nl/ERR_DIR_LISTING --- squid3-3.1.19/errors/nl/ERR_DIR_LISTING 2012-02-05 13:44:48.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_DIR_LISTING 2012-06-08 14:07:43.000000000 +0200 @@ -1 +1 @@ - Map: %U

    Map: %U/


    Map Inhoud:

    %z
    %g
    Hogere map Hogere Map (Hoofd Map)

    \ No newline at end of file + Map: %U

    Map: %U/


    Map Inhoud:

    %z
    %g
    Hogere Map (Hoofd Map)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_DNS_FAIL squid3-3.1.20/errors/nl/ERR_DNS_FAIL --- squid3-3.1.19/errors/nl/ERR_DNS_FAIL 2012-02-05 13:44:51.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_DNS_FAIL 2012-06-08 14:07:45.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Niet in staat om het IP adres te bepalen van server %H

    De DNS server heeft geantwoord:

    %z

    Dit betekent dat de cache niet in staat was om de hostnaam uit de URL te herleiden. Controleer of de naam klopt.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Niet in staat om het IP adres te bepalen van server %H

    De DNS server heeft geantwoord:

    %z

    Dit betekent dat de cache niet in staat was om de hostnaam uit de URL te herleiden. Controleer of de naam klopt.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_ESI squid3-3.1.20/errors/nl/ERR_ESI --- squid3-3.1.19/errors/nl/ERR_ESI 2012-02-05 13:44:54.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_ESI 2012-06-08 14:07:47.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    ESI processing mislukt.

    De ESI processor heeft geantwoord:

    %Z

    Dit betekent dat de vervanger niet in staat was om de ESI template te bewerken. Geef deze fout door aan de webmaster, asltublieft.

    Uw cachebeheerder is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    ESI processing mislukt.

    De ESI processor heeft geantwoord:

    %Z

    Dit betekent dat de vervanger niet in staat was om de ESI template te bewerken. Geef deze fout door aan de webmaster, asltublieft.

    Uw cachebeheerder is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_FORWARDING_DENIED squid3-3.1.20/errors/nl/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/nl/ERR_FORWARDING_DENIED 2012-02-05 13:44:56.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_FORWARDING_DENIED 2012-06-08 14:07:49.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Doorsturen niet toegestaan.

    Deze cache zal uw verzoek niet doorsturen, omdat het een sibling relatie tracht te bewerkstelligen. Wellicht dat de client op %i een fout ingestelde cache is.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Doorsturen niet toegestaan.

    Deze cache zal uw verzoek niet doorsturen, omdat het een sibling relatie tracht te bewerkstelligen. Wellicht dat de client op %i een fout ingestelde cache is.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_FTP_DISABLED squid3-3.1.20/errors/nl/ERR_FTP_DISABLED --- squid3-3.1.19/errors/nl/ERR_FTP_DISABLED 2012-02-05 13:45:00.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_FTP_DISABLED 2012-06-08 14:07:52.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    FTP is uitgeschakeld

    Deze cache ondersteunt geen FTP.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    FTP is uitgeschakeld

    Deze cache ondersteunt geen FTP.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_FTP_FAILURE squid3-3.1.20/errors/nl/ERR_FTP_FAILURE --- squid3-3.1.19/errors/nl/ERR_FTP_FAILURE 2012-02-05 13:45:03.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_FTP_FAILURE 2012-06-08 14:07:55.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    Er is een FTP protocolfout opgetreden tijdens het ophalen van de URL: %U

    Squid heeft de volgende FTP opdracht verstuurd:

    %f

    De server antwoordde met:

    %F
    %g

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    Er is een FTP protocolfout opgetreden tijdens het ophalen van de URL: %U

    Squid heeft de volgende FTP opdracht verstuurd:

    %f

    De server antwoordde met:

    %F
    %g

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/nl/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/nl/ERR_FTP_FORBIDDEN 2012-02-05 13:45:06.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_FTP_FORBIDDEN 2012-06-08 14:07:58.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De FTP authenticatie is mislukt tijdens het openen van URL: %U

    Squid heeft de volgende FTP opdracht verstuurd:

    %f

    De server antwoordde met:

    %F
    %g

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De FTP authenticatie is mislukt tijdens het openen van URL: %U

    Squid heeft de volgende FTP opdracht verstuurd:

    %f

    De server antwoordde met:

    %F
    %g

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/nl/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/nl/ERR_FTP_NOT_FOUND 2012-02-05 13:45:12.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_FTP_NOT_FOUND 2012-06-08 14:08:00.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende URL kon niet worden opgehaald: %U

    Squid heeft de volgende FTP opdracht verstuurd:

    %f

    De server antwoordde met:

    %F
    %g

    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 %B.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende URL kon niet worden opgehaald: %U

    Squid heeft de volgende FTP opdracht verstuurd:

    %f

    De server antwoordde met:

    %F
    %g

    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 %B.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/nl/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/nl/ERR_FTP_PUT_CREATED 2012-02-05 13:45:15.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_FTP_PUT_CREATED 2012-06-08 14:08:03.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Bewerking succesvol

    Bestand aangemaakt




    \ No newline at end of file + FTP PUT Successful.

    Bewerking succesvol

    Bestand aangemaakt




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/nl/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/nl/ERR_FTP_PUT_ERROR 2012-02-05 13:45:17.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_FTP_PUT_ERROR 2012-06-08 14:08:05.000000000 +0200 @@ -1 +1 @@ - FOUT: FTP upload failed

    ERROR

    FTP PUT upload failed


    Er is een FTP protocolfout opgetreden tijdens het ophalen van de URL: %U

    Squid heeft de volgende FTP opdracht verstuurd:

    %f

    De server antwoordde met:

    %F

    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.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: FTP upload failed

    ERROR

    FTP PUT upload failed


    Er is een FTP protocolfout opgetreden tijdens het ophalen van de URL: %U

    Squid heeft de volgende FTP opdracht verstuurd:

    %f

    De server antwoordde met:

    %F

    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.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/nl/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/nl/ERR_FTP_PUT_MODIFIED 2012-02-05 13:45:19.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_FTP_PUT_MODIFIED 2012-06-08 14:08:07.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Bewerking succesvol

    Bestand vernieuwd




    \ No newline at end of file + FTP PUT Successful.

    Bewerking succesvol

    Bestand vernieuwd




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/nl/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/nl/ERR_FTP_UNAVAILABLE 2012-02-05 13:45:21.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_FTP_UNAVAILABLE 2012-06-08 14:08:10.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De FTP server was overbelast tijdens het opvragen van de URL: %U

    Squid heeft de volgende FTP opdracht verstuurd:

    %f

    De server antwoordde met:

    %F
    %g

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De FTP server was overbelast tijdens het opvragen van de URL: %U

    Squid heeft de volgende FTP opdracht verstuurd:

    %f

    De server antwoordde met:

    %F
    %g

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/nl/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/nl/ERR_GATEWAY_FAILURE 2012-02-05 13:45:23.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_GATEWAY_FAILURE 2012-06-08 14:08:12.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_ICAP_FAILURE squid3-3.1.20/errors/nl/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/nl/ERR_ICAP_FAILURE 2012-02-05 13:45:25.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_ICAP_FAILURE 2012-06-08 14:08:14.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    ICAP protocol fout.

    Het systeem gaf als antwoord: %E

    Dit betekent dat een onderdeel van de ICAP communicatie is mislukt.

    Mogelijke problemen zijn:

    • De ICAP server is onbereikbaar.

    • Er is een illegale reactie ontvangen van de ICAP server.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    ICAP protocol fout.

    Het systeem gaf als antwoord: %E

    Dit betekent dat een onderdeel van de ICAP communicatie is mislukt.

    Mogelijke problemen zijn:

    • De ICAP server is onbereikbaar.

    • Er is een illegale reactie ontvangen van de ICAP server.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_INVALID_REQ squid3-3.1.20/errors/nl/ERR_INVALID_REQ --- squid3-3.1.19/errors/nl/ERR_INVALID_REQ 2012-02-05 13:45:27.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_INVALID_REQ 2012-06-08 14:08:16.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    Ongeldige Aanvraag Er is een fout opgetreden tijdens het verwerken van:

    %R

    Mogelijke problemen zijn:

    • Ontbrekende of onbekende verzoekmethode.

    • Ontbrekende URL.

    • Ontbrekende HTTP identificatie (HTTP/1.0).

    • Het verzoek is te lang.

    • De Content-Length ontbreekt voor het POST of PUT verzoek.

    • Er staat een ongeldig teken in de hostnaam; het teken _ is niet toegestaan.

    • HTTP/1.1 Verwacht: feature wordt gevraagd door HTTP/1.0 software.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    Ongeldige Aanvraag Er is een fout opgetreden tijdens het verwerken van:

    %R

    Mogelijke problemen zijn:

    • Ontbrekende of onbekende verzoekmethode.

    • Ontbrekende URL.

    • Ontbrekende HTTP identificatie (HTTP/1.0).

    • Het verzoek is te lang.

    • De Content-Length ontbreekt voor het POST of PUT verzoek.

    • Er staat een ongeldig teken in de hostnaam; het teken _ is niet toegestaan.

    • HTTP/1.1 Verwacht: feature wordt gevraagd door HTTP/1.0 software.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_INVALID_RESP squid3-3.1.20/errors/nl/ERR_INVALID_RESP --- squid3-3.1.19/errors/nl/ERR_INVALID_RESP 2012-02-05 13:45:29.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_INVALID_RESP 2012-06-08 14:08:19.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    Onverwachte reactie er is een fout opgetreden tijdens het uitvoeren van opdracht:

    %R

    Het ontvangen HTTP bericht is niet begrepen of beschadigd. Neem contact op met de beheerder van de website die u probeert te bereiken.

    De cache beheerder kan u meer informatie verstrekken met betrekking tot de exacte reden van dit probleem.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    Onverwachte reactie er is een fout opgetreden tijdens het uitvoeren van opdracht:

    %R

    Het ontvangen HTTP bericht is niet begrepen of beschadigd. Neem contact op met de beheerder van de website die u probeert te bereiken.

    De cache beheerder kan u meer informatie verstrekken met betrekking tot de exacte reden van dit probleem.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_INVALID_URL squid3-3.1.20/errors/nl/ERR_INVALID_URL --- squid3-3.1.19/errors/nl/ERR_INVALID_URL 2012-02-05 13:45:31.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_INVALID_URL 2012-06-08 14:08:20.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Ongeldige URL

    Een gedeelte van de gevraagde URL is ongeldig.

    Mogelijke problemen zijn:

    • Ontbrekend of onjuist toegangsprotocol (moet zijn http:// of vergelijkbaar)

    • Ontbrekende hostnaam

    • Ongeldige dubbele escape in het URL pad

    • Er staat een ongeldig teken in de hostnaam; het teken _ is niet toegestaan.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Ongeldige URL

    Een gedeelte van de gevraagde URL is ongeldig.

    Mogelijke problemen zijn:

    • Ontbrekend of onjuist toegangsprotocol (moet zijn http:// of vergelijkbaar)

    • Ontbrekende hostnaam

    • Ongeldige dubbele escape in het URL pad

    • Er staat een ongeldig teken in de hostnaam; het teken _ is niet toegestaan.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_LIFETIME_EXP squid3-3.1.20/errors/nl/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/nl/ERR_LIFETIME_EXP 2012-02-05 13:45:33.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_LIFETIME_EXP 2012-06-08 14:08:22.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    De levensduur van de verbindings is verstreken

    Squid heeft het verzoek afgebroken omdat het de maximale verbindingslevensduur heeft overschreden.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    De levensduur van de verbindings is verstreken

    Squid heeft het verzoek afgebroken omdat het de maximale verbindingslevensduur heeft overschreden.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_NO_RELAY squid3-3.1.20/errors/nl/ERR_NO_RELAY --- squid3-3.1.19/errors/nl/ERR_NO_RELAY 2012-02-05 13:45:35.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_NO_RELAY 2012-06-08 14:08:24.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Geen WAIS Relay

    Er is geen WAIS Relay host gedefinieerd voor deze Cache! Neem contact op met de cachebeheerder.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Geen WAIS Relay

    Er is geen WAIS Relay host gedefinieerd voor deze Cache! Neem contact op met de cachebeheerder.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/nl/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/nl/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:45:37.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:08:26.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Een geldig document werd niet gevonden in de cache, en de only-if-cached richtlijn was ingesteld.

    U heeft een verzoek gedaan met een only-if-cached cachebeheer richtlijn. Het document werd niet gevonden in de cache of er was een herbevestiging nodig die niet werd toegestaan door de only-if-cached richtlijn.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Een geldig document werd niet gevonden in de cache, en de only-if-cached richtlijn was ingesteld.

    U heeft een verzoek gedaan met een only-if-cached cachebeheer richtlijn. Het document werd niet gevonden in de cache of er was een herbevestiging nodig die niet werd toegestaan door de only-if-cached richtlijn.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/error-details.txt squid3-3.1.20/errors/nl/error-details.txt --- squid3-3.1.19/errors/nl/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/nl/error-details.txt 2012-06-08 14:08:49.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/nl/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/nl/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/nl/ERR_PRECONDITION_FAILED 2012-02-05 13:45:39.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_PRECONDITION_FAILED 2012-06-08 14:08:28.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_READ_ERROR squid3-3.1.20/errors/nl/ERR_READ_ERROR --- squid3-3.1.19/errors/nl/ERR_READ_ERROR 2012-02-05 13:45:41.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_READ_ERROR 2012-06-08 14:08:29.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Leesfout

    Het systeem gaf als antwoord: %E

    Er is een fout opgetreden tijdens het lezen van data van het netwerk. Probeer het opnieuw.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Leesfout

    Het systeem gaf als antwoord: %E

    Er is een fout opgetreden tijdens het lezen van data van het netwerk. Probeer het opnieuw.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_READ_TIMEOUT squid3-3.1.20/errors/nl/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/nl/ERR_READ_TIMEOUT 2012-02-05 13:45:43.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_READ_TIMEOUT 2012-06-08 14:08:31.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Lees Timeout

    Het systeem gaf als antwoord: %E

    Er is een timeout opgetreden tijdens het lezen van data van het netwerk. Het netwerk of de server zijn niet beschikbaar of overbelast. Probeer het opnieuw.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Lees Timeout

    Het systeem gaf als antwoord: %E

    Er is een timeout opgetreden tijdens het lezen van data van het netwerk. Het netwerk of de server zijn niet beschikbaar of overbelast. Probeer het opnieuw.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/nl/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/nl/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:45:45.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:08:33.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Het opzetten van een beveiligde verbinding naar %I is mislukt

    Het systeem gaf als antwoord: %E

    Deze proxy en de benaderde server hebben geen overeenstemming bereikt over de beveiling om uw aanvraag af te handelen. Het is mogelijk dat de benaderde server geen beveiligde verbindingen ondersteund of dat de proxy een te lage beveiliging heeft gedetecteerd.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Het opzetten van een beveiligde verbinding naar %I is mislukt

    Het systeem gaf als antwoord: %E

    Deze proxy en de benaderde server hebben geen overeenstemming bereikt over de beveiling om uw aanvraag af te handelen. Het is mogelijk dat de benaderde server geen beveiligde verbindingen ondersteund of dat de proxy een te lage beveiliging heeft gedetecteerd.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_SHUTTING_DOWN squid3-3.1.20/errors/nl/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/nl/ERR_SHUTTING_DOWN 2012-02-05 13:45:47.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_SHUTTING_DOWN 2012-06-08 14:08:34.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Deze cache is bezig met herstarten en kan daarom momenteel niet aan uw verzoek voldoen. Probeer het later opnieuw.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Deze cache is bezig met herstarten en kan daarom momenteel niet aan uw verzoek voldoen. Probeer het later opnieuw.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_SOCKET_FAILURE squid3-3.1.20/errors/nl/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/nl/ERR_SOCKET_FAILURE 2012-02-05 13:45:49.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_SOCKET_FAILURE 2012-06-08 14:08:36.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Socket Fout

    Het systeem gaf als antwoord: %E

    Squid is niet in staat een TCP socket aan te maken, waarschijnlijk als gevolg van overbelasting. Probeer uw verzoek opnieuw.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Socket Fout

    Het systeem gaf als antwoord: %E

    Squid is niet in staat een TCP socket aan te maken, waarschijnlijk als gevolg van overbelasting. Probeer uw verzoek opnieuw.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_TOO_BIG squid3-3.1.20/errors/nl/ERR_TOO_BIG --- squid3-3.1.19/errors/nl/ERR_TOO_BIG 2012-02-05 13:45:51.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_TOO_BIG 2012-06-08 14:08:38.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    De aanvraag of het antwoord is te groot.

    De POST of PUT opdracht die u heeft verstuurd is te groot.

    Indien u een bestande probeerde te downloaden, dan was het bestand dat U probeert te ontvangen, te groot.

    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.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    De aanvraag of het antwoord is te groot.

    De POST of PUT opdracht die u heeft verstuurd is te groot.

    Indien u een bestande probeerde te downloaden, dan was het bestand dat U probeert te ontvangen, te groot.

    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.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/nl/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/nl/ERR_UNSUP_HTTPVERSION 2012-02-05 13:45:53.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_UNSUP_HTTPVERSION 2012-06-08 14:08:40.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    Niet ondersteunde HTTP versie


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Unsupported HTTP version

    Deze Squid proxy accepteert de HTTP versie die u probeert te gebruiken niet

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    Niet ondersteunde HTTP versie


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Unsupported HTTP version

    Deze Squid proxy accepteert de HTTP versie die u probeert te gebruiken niet

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_UNSUP_REQ squid3-3.1.20/errors/nl/ERR_UNSUP_REQ --- squid3-3.1.19/errors/nl/ERR_UNSUP_REQ 2012-02-05 13:45:55.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_UNSUP_REQ 2012-06-08 14:08:42.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Niet ondersteunde verzoekmethode of protocol

    Squid ondersteunt niet alle verzoekmethoden voor alle toegangsprotocollen. U kunt bijvoorbeeld geen Gopher verzoek POSTen.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Niet ondersteunde verzoekmethode of protocol

    Squid ondersteunt niet alle verzoekmethoden voor alle toegangsprotocollen. U kunt bijvoorbeeld geen Gopher verzoek POSTen.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_URN_RESOLVE squid3-3.1.20/errors/nl/ERR_URN_RESOLVE --- squid3-3.1.19/errors/nl/ERR_URN_RESOLVE 2012-02-05 13:45:57.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_URN_RESOLVE 2012-06-08 14:08:45.000000000 +0200 @@ -1 +1 @@ - FOUT: The requested URN could not be retrieved

    ERROR

    De gevraagde URN kon niet worden benaderd


    De volgende fout is opgetreden tijdens het ophalen van URN: %U

    Kan de URN niet herleiden

    Hmmm, verwacht niet teveel van URNs op %T :)

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: The requested URN could not be retrieved

    ERROR

    De gevraagde URN kon niet worden benaderd


    De volgende fout is opgetreden tijdens het ophalen van URN: %U

    Kan de URN niet herleiden

    Hmmm, verwacht niet teveel van URNs op %T :)

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_WRITE_ERROR squid3-3.1.20/errors/nl/ERR_WRITE_ERROR --- squid3-3.1.19/errors/nl/ERR_WRITE_ERROR 2012-02-05 13:45:59.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_WRITE_ERROR 2012-06-08 14:08:47.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Schrijffout

    Het systeem gaf als antwoord: %E

    Er is een fout opgetreden tijdens het schrijven naar het netwerk. Probeer het opnieuw.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Schrijffout

    Het systeem gaf als antwoord: %E

    Er is een fout opgetreden tijdens het schrijven naar het netwerk. Probeer het opnieuw.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/nl/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/nl/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/nl/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:46:02.000000000 +0100 +++ squid3-3.1.20/errors/nl/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:08:49.000000000 +0200 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Antwoord is leeg

    Squid ontving in het geheel geen data op dit verzoek.

    De beheerder van deze cache is %w.



    \ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

    ERROR

    The requested URL could not be retrieved


    De volgende fout is opgetreden tijdens het ophalen van URL: %U

    Antwoord is leeg

    Squid ontving in het geheel geen data op dit verzoek.

    De beheerder van deze cache is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_ACCESS_DENIED squid3-3.1.20/errors/oc/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/oc/ERR_ACCESS_DENIED 2012-02-05 13:46:04.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_ACCESS_DENIED 2012-06-08 14:08:51.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Accès interdich.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Accès interdich.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:08:53.000000000 +0200 @@ -0,0 +1 @@ + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Time Quota Exceeded.

    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.

    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.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/oc/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/oc/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_AGENT_CONFIGURE 2012-06-08 14:08:55.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ERROR

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    Per Firefox, anatz a :
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Per Internet Explorer, anatz a :
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Per Opera, anatz a :
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_AGENT_WPAD squid3-3.1.20/errors/oc/ERR_AGENT_WPAD --- squid3-3.1.19/errors/oc/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_AGENT_WPAD 2012-06-08 14:08:57.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ERROR

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    Per Firefox, anatz a :
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    Per Internet Explorer, anatz a :
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    Per Opera, anatz a :
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/oc/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/oc/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:46:09.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:08:59.000000000 +0200 @@ -1 +1 @@ - ERROR: Cache Access Denied

    ERROR

    Cache Accès interdich.


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Accès a l'amagatal interdich.

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + ERROR: Cache Access Denied

    ERROR

    Cache Accès interdich.


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Accès a l'amagatal interdich.

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:46:12.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:09:01.000000000 +0200 @@ -1 +1 @@ - ERROR: Cache Manager Access Denied

    ERROR

    Cache Manager Accès interdich.


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Cache Manager Access Denied.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file + ERROR: Cache Manager Access Denied

    ERROR

    Cache Manager Accès interdich.


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Cache Manager Access Denied.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_CANNOT_FORWARD squid3-3.1.20/errors/oc/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/oc/ERR_CANNOT_FORWARD 2012-02-05 13:46:14.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_CANNOT_FORWARD 2012-06-08 14:09:03.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches.

    Problèmas envisajables :

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_CONNECT_FAIL squid3-3.1.20/errors/oc/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/oc/ERR_CONNECT_FAIL 2012-02-05 13:46:17.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_CONNECT_FAIL 2012-06-08 14:09:05.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    La connexion a %I a fracassat.

    Lo sistèma a tornat : %E

    The remote host or network may be down. Please try the request again.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    La connexion a %I a fracassat.

    Lo sistèma a tornat : %E

    The remote host or network may be down. Please try the request again.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_DIR_LISTING squid3-3.1.20/errors/oc/ERR_DIR_LISTING --- squid3-3.1.19/errors/oc/ERR_DIR_LISTING 2012-02-05 13:46:19.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_DIR_LISTING 2012-06-08 14:09:07.000000000 +0200 @@ -1 +1 @@ - Repertòri : %U

    Repertòri : %U/


    Directory Content:

    %z
    %g
    Dorsièr parent Parent Directory (Root Directory)

    \ No newline at end of file + Repertòri : %U

    Repertòri : %U/


    Directory Content:

    %z
    %g
    Parent Directory (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_DNS_FAIL squid3-3.1.20/errors/oc/ERR_DNS_FAIL --- squid3-3.1.19/errors/oc/ERR_DNS_FAIL 2012-02-05 13:46:21.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_DNS_FAIL 2012-06-08 14:09:08.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Impossible d'associar una adreça IP a la maquina %H

    Lo servidor DNS a tornat :

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Impossible d'associar una adreça IP a la maquina %H

    Lo servidor DNS a tornat :

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_ESI squid3-3.1.20/errors/oc/ERR_ESI --- squid3-3.1.19/errors/oc/ERR_ESI 2012-02-05 13:46:24.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_ESI 2012-06-08 14:09:10.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Lo tractament ESI a fracassat.

    Lo processor ESI a respondut :

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Vòstre webmèstre es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Lo tractament ESI a fracassat.

    Lo processor ESI a respondut :

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Vòstre webmèstre es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_FORWARDING_DENIED squid3-3.1.20/errors/oc/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/oc/ERR_FORWARDING_DENIED 2012-02-05 13:46:26.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_FORWARDING_DENIED 2012-06-08 14:09:12.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Forwarding Denied.

    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.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Forwarding Denied.

    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.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_FTP_DISABLED squid3-3.1.20/errors/oc/ERR_FTP_DISABLED --- squid3-3.1.19/errors/oc/ERR_FTP_DISABLED 2012-02-05 13:46:28.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_FTP_DISABLED 2012-06-08 14:09:14.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Lo FTP es desactivat

    This cache does not support FTP.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Lo FTP es desactivat

    This cache does not support FTP.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_FTP_FAILURE squid3-3.1.20/errors/oc/ERR_FTP_FAILURE --- squid3-3.1.19/errors/oc/ERR_FTP_FAILURE 2012-02-05 13:46:30.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_FTP_FAILURE 2012-06-08 14:09:15.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    Lo servidor a respondut :

    %F
    %g

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    Lo servidor a respondut :

    %F
    %g

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/oc/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/oc/ERR_FTP_FORBIDDEN 2012-02-05 13:46:32.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_FTP_FORBIDDEN 2012-06-08 14:09:17.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    Lo servidor a respondut :

    %F
    %g

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    Lo servidor a respondut :

    %F
    %g

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/oc/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/oc/ERR_FTP_NOT_FOUND 2012-02-05 13:46:34.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_FTP_NOT_FOUND 2012-06-08 14:09:19.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    The following URL could not be retrieved: %U

    Squid sent the following FTP command:

    %f

    Lo servidor a respondut :

    %F
    %g

    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 %B.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    The following URL could not be retrieved: %U

    Squid sent the following FTP command:

    %f

    Lo servidor a respondut :

    %F
    %g

    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 %B.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/oc/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/oc/ERR_FTP_PUT_CREATED 2012-02-05 13:46:36.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_FTP_PUT_CREATED 2012-06-08 14:09:21.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Ooperacion capitada

    Fichièr creat




    \ No newline at end of file + FTP PUT Successful.

    Ooperacion capitada

    Fichièr creat




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/oc/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/oc/ERR_FTP_PUT_ERROR 2012-02-05 13:46:38.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_FTP_PUT_ERROR 2012-06-08 14:09:22.000000000 +0200 @@ -1 +1 @@ - ERROR: FTP upload failed

    ERROR

    FTP PUT upload failed


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    Lo servidor a respondut :

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERROR: FTP upload failed

    ERROR

    FTP PUT upload failed


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    Lo servidor a respondut :

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/oc/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/oc/ERR_FTP_PUT_MODIFIED 2012-02-05 13:46:40.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_FTP_PUT_MODIFIED 2012-06-08 14:09:24.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Ooperacion capitada

    Fichièr mes a jorn




    \ No newline at end of file + FTP PUT Successful.

    Ooperacion capitada

    Fichièr mes a jorn




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/oc/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/oc/ERR_FTP_UNAVAILABLE 2012-02-05 13:46:45.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_FTP_UNAVAILABLE 2012-06-08 14:09:26.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    The FTP server was too busy to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    Lo servidor a respondut :

    %F
    %g

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    The FTP server was too busy to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    Lo servidor a respondut :

    %F
    %g

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/oc/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/oc/ERR_GATEWAY_FAILURE 2012-02-05 13:46:47.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_GATEWAY_FAILURE 2012-06-08 14:09:28.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_ICAP_FAILURE squid3-3.1.20/errors/oc/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/oc/ERR_ICAP_FAILURE 2012-02-05 13:46:49.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_ICAP_FAILURE 2012-06-08 14:09:29.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Error de protocòl ICAP.

    Lo sistèma a tornat : %E

    This means that some aspect of the ICAP communication failed.

    Problèmas envisajables :

    • Lo servidor ICAP es pas jonhible.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Error de protocòl ICAP.

    Lo sistèma a tornat : %E

    This means that some aspect of the ICAP communication failed.

    Problèmas envisajables :

    • Lo servidor ICAP es pas jonhible.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_INVALID_REQ squid3-3.1.20/errors/oc/ERR_INVALID_REQ --- squid3-3.1.19/errors/oc/ERR_INVALID_REQ 2012-02-05 13:46:51.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_INVALID_REQ 2012-06-08 14:09:31.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    Invalid Request error was encountered while trying to process the request:

    %R

    Problèmas envisajables :

    • Metòde de requèsta desconegut o perdut.

    • Abséncia d'URL

    • Abséncia d'identificant HTTP (HTTP/1.0)

    • Request is too large.

    • Content-Length missing for POST or PUT requests.

    • Illegal character in hostname; underscores are not allowed.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    Invalid Request error was encountered while trying to process the request:

    %R

    Problèmas envisajables :

    • Metòde de requèsta desconegut o perdut.

    • Abséncia d'URL

    • Abséncia d'identificant HTTP (HTTP/1.0)

    • Request is too large.

    • Content-Length missing for POST or PUT requests.

    • Illegal character in hostname; underscores are not allowed.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_INVALID_RESP squid3-3.1.20/errors/oc/ERR_INVALID_RESP --- squid3-3.1.19/errors/oc/ERR_INVALID_RESP 2012-02-05 13:46:53.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_INVALID_RESP 2012-06-08 14:09:33.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_INVALID_URL squid3-3.1.20/errors/oc/ERR_INVALID_URL --- squid3-3.1.19/errors/oc/ERR_INVALID_URL 2012-02-05 13:46:55.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_INVALID_URL 2012-06-08 14:09:34.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    URL invalida

    Some aspect of the requested URL is incorrect.

    Problèmas envisajables :

    • Missing or incorrect access protocol (should be http:// or similar)

    • Nom de maquina absent

    • Illegal double-escape in the URL-Path

    • Illegal character in hostname; underscores are not allowed.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    URL invalida

    Some aspect of the requested URL is incorrect.

    Problèmas envisajables :

    • Missing or incorrect access protocol (should be http:// or similar)

    • Nom de maquina absent

    • Illegal double-escape in the URL-Path

    • Illegal character in hostname; underscores are not allowed.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_LIFETIME_EXP squid3-3.1.20/errors/oc/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/oc/ERR_LIFETIME_EXP 2012-02-05 13:46:57.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_LIFETIME_EXP 2012-06-08 14:09:36.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Durada de vida de la connexion depassada

    Squid has terminated the request because it has exceeded the maximum connection lifetime.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Durada de vida de la connexion depassada

    Squid has terminated the request because it has exceeded the maximum connection lifetime.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_NO_RELAY squid3-3.1.20/errors/oc/ERR_NO_RELAY --- squid3-3.1.19/errors/oc/ERR_NO_RELAY 2012-02-05 13:46:59.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_NO_RELAY 2012-06-08 14:09:38.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/oc/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/oc/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:47:01.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:09:40.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/error-details.txt squid3-3.1.20/errors/oc/error-details.txt --- squid3-3.1.19/errors/oc/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/oc/error-details.txt 2012-06-08 14:10:02.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/oc/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/oc/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/oc/ERR_PRECONDITION_FAILED 2012-02-05 13:47:04.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_PRECONDITION_FAILED 2012-06-08 14:09:41.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_READ_ERROR squid3-3.1.20/errors/oc/ERR_READ_ERROR --- squid3-3.1.19/errors/oc/ERR_READ_ERROR 2012-02-05 13:47:06.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_READ_ERROR 2012-06-08 14:09:43.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Error de lectura

    Lo sistèma a tornat : %E

    An error condition occurred while reading data from the network. Please retry your request.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Error de lectura

    Lo sistèma a tornat : %E

    An error condition occurred while reading data from the network. Please retry your request.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_READ_TIMEOUT squid3-3.1.20/errors/oc/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/oc/ERR_READ_TIMEOUT 2012-02-05 13:47:08.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_READ_TIMEOUT 2012-06-08 14:09:45.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Read Timeout

    Lo sistèma a tornat : %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Read Timeout

    Lo sistèma a tornat : %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/oc/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/oc/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:47:10.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:09:46.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Failed to establish a secure connection to %I

    Lo sistèma a tornat : %E

    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.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Failed to establish a secure connection to %I

    Lo sistèma a tornat : %E

    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.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_SHUTTING_DOWN squid3-3.1.20/errors/oc/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/oc/ERR_SHUTTING_DOWN 2012-02-05 13:47:12.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_SHUTTING_DOWN 2012-06-08 14:09:48.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_SOCKET_FAILURE squid3-3.1.20/errors/oc/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/oc/ERR_SOCKET_FAILURE 2012-02-05 13:47:14.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_SOCKET_FAILURE 2012-06-08 14:09:50.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Error de socket

    Lo sistèma a tornat : %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Error de socket

    Lo sistèma a tornat : %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_TOO_BIG squid3-3.1.20/errors/oc/ERR_TOO_BIG --- squid3-3.1.19/errors/oc/ERR_TOO_BIG 2012-02-05 13:47:16.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_TOO_BIG 2012-06-08 14:09:52.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    La requèsta o la responsa es tròp gròssa.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    La requèsta o la responsa es tròp gròssa.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/oc/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/oc/ERR_UNSUP_HTTPVERSION 2012-02-05 13:47:18.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_UNSUP_HTTPVERSION 2012-06-08 14:09:53.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    Version de HTTP pas suportada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    Version de HTTP pas suportada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_UNSUP_REQ squid3-3.1.20/errors/oc/ERR_UNSUP_REQ --- squid3-3.1.19/errors/oc/ERR_UNSUP_REQ 2012-02-05 13:47:20.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_UNSUP_REQ 2012-06-08 14:09:55.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Unsupported Request Method and Protocol

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Unsupported Request Method and Protocol

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_URN_RESOLVE squid3-3.1.20/errors/oc/ERR_URN_RESOLVE --- squid3-3.1.19/errors/oc/ERR_URN_RESOLVE 2012-02-05 13:47:22.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_URN_RESOLVE 2012-06-08 14:09:57.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    The following error was encountered while trying to retrieve the URN: %U

    Impossible de resòlvre l'URN

    Hey, don't expect too much from URNs on %T :)

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERROR: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    The following error was encountered while trying to retrieve the URN: %U

    Impossible de resòlvre l'URN

    Hey, don't expect too much from URNs on %T :)

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_WRITE_ERROR squid3-3.1.20/errors/oc/ERR_WRITE_ERROR --- squid3-3.1.19/errors/oc/ERR_WRITE_ERROR 2012-02-05 13:47:25.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_WRITE_ERROR 2012-06-08 14:09:59.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Problèma d'escritura

    Lo sistèma a tornat : %E

    An error condition occurred while writing to the network. Please retry your request.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Problèma d'escritura

    Lo sistèma a tornat : %E

    An error condition occurred while writing to the network. Please retry your request.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/oc/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/oc/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/oc/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:47:26.000000000 +0100 +++ squid3-3.1.20/errors/oc/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:10:02.000000000 +0200 @@ -1 +1 @@ - ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Responsa de talha nulla

    Squid did not receive any data for this request.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file + ERREUR : L'URL demandada a pas pogut èsser cargada

    ERROR

    L'URL demandada a pas pogut èsser cargada


    L'error seguenta s'es producha en ensajant d'accedir a l'URL : %U

    Responsa de talha nulla

    Squid did not receive any data for this request.

    Vòstre administrator d'amagatal es %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_ACCESS_DENIED squid3-3.1.20/errors/pl/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/pl/ERR_ACCESS_DENIED 2012-02-05 13:47:28.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_ACCESS_DENIED 2012-06-08 14:10:05.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Dostęp zabroniony.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Dostęp zabroniony.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:10:08.000000000 +0200 @@ -0,0 +1 @@ + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/pl/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/pl/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_AGENT_CONFIGURE 2012-06-08 14:10:10.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    BŁĄD

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_AGENT_WPAD squid3-3.1.20/errors/pl/ERR_AGENT_WPAD --- squid3-3.1.19/errors/pl/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_AGENT_WPAD 2012-06-08 14:10:11.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    BŁĄD

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/pl/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/pl/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:47:30.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:10:13.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Cache Access Denied

    ERROR

    Cache Dostęp zabroniony.


    The following error was encountered while trying to retrieve the URL: %U

    Dostęp do serwera cache zabroniony.

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + BŁĄD: Cache Access Denied

    ERROR

    Cache Dostęp zabroniony.


    The following error was encountered while trying to retrieve the URL: %U

    Dostęp do serwera cache zabroniony.

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:47:33.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:10:15.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Cache Manager Access Denied

    ERROR

    Cache Manager Dostęp zabroniony.


    The following error was encountered while trying to retrieve the URL: %U

    Dostep do cache managera zabroniony.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Skontaktuj się z administratorem serwera cache jeśli masz trudności z autoryzacją, jeśli jesteś administratorem, przeczytaj w dokumentacji Squida fragment dotyczący cache managera i sprawdź log serwera cache w poszukiwaniu bardziej szczegółowych komunikatów o błędach.



    \ No newline at end of file + BŁĄD: Cache Manager Access Denied

    ERROR

    Cache Manager Dostęp zabroniony.


    The following error was encountered while trying to retrieve the URL: %U

    Dostep do cache managera zabroniony.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Skontaktuj się z administratorem serwera cache jeśli masz trudności z autoryzacją, jeśli jesteś administratorem, przeczytaj w dokumentacji Squida fragment dotyczący cache managera i sprawdź log serwera cache w poszukiwaniu bardziej szczegółowych komunikatów o błędach.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_CANNOT_FORWARD squid3-3.1.20/errors/pl/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/pl/ERR_CANNOT_FORWARD 2012-02-05 13:47:35.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_CANNOT_FORWARD 2012-06-08 14:10:17.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nie można przekazać tego żądania w chwili obecnej.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nie można przekazać tego żądania w chwili obecnej.

    This request could not be forwarded to the origin server or to any parent caches.

    Some possible problems are:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_CONNECT_FAIL squid3-3.1.20/errors/pl/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/pl/ERR_CONNECT_FAIL 2012-02-05 13:47:37.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_CONNECT_FAIL 2012-06-08 14:10:19.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nieudane połączenie z %I.

    System zwrócił wartość: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nieudane połączenie z %I.

    System zwrócił wartość: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_DIR_LISTING squid3-3.1.20/errors/pl/ERR_DIR_LISTING --- squid3-3.1.19/errors/pl/ERR_DIR_LISTING 2012-02-05 13:47:39.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_DIR_LISTING 2012-06-08 14:10:20.000000000 +0200 @@ -1 +1 @@ - Katalog: %U

    Katalog: %U/


    Zawartość katalogu:

    %z
    %g
    Parent Directory Parent Directory (Root Directory)

    \ No newline at end of file + Katalog: %U

    Katalog: %U/


    Zawartość katalogu:

    %z
    %g
    Parent Directory (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_DNS_FAIL squid3-3.1.20/errors/pl/ERR_DNS_FAIL --- squid3-3.1.19/errors/pl/ERR_DNS_FAIL 2012-02-05 13:47:41.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_DNS_FAIL 2012-06-08 14:10:22.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nie można ustalić adresu IP hosta o nazwie %H

    Serwer DNS zwrócił następującą wartość:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nie można ustalić adresu IP hosta o nazwie %H

    Serwer DNS zwrócił następującą wartość:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_ESI squid3-3.1.20/errors/pl/ERR_ESI --- squid3-3.1.19/errors/pl/ERR_ESI 2012-02-05 13:47:43.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_ESI 2012-06-08 14:10:24.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_FORWARDING_DENIED squid3-3.1.20/errors/pl/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/pl/ERR_FORWARDING_DENIED 2012-02-05 13:47:46.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_FORWARDING_DENIED 2012-06-08 14:10:25.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Przekazanie żądania zabronione.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Przekazanie żądania zabronione.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_FTP_DISABLED squid3-3.1.20/errors/pl/ERR_FTP_DISABLED --- squid3-3.1.19/errors/pl/ERR_FTP_DISABLED 2012-02-05 13:47:48.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_FTP_DISABLED 2012-06-08 14:10:27.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP jest wyłączone

    Ten serwer cache nie prowadzi połączeń FTP.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP jest wyłączone

    Ten serwer cache nie prowadzi połączeń FTP.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_FTP_FAILURE squid3-3.1.20/errors/pl/ERR_FTP_FAILURE --- squid3-3.1.19/errors/pl/ERR_FTP_FAILURE 2012-02-05 13:47:50.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_FTP_FAILURE 2012-06-08 14:10:29.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    Wystąpił błąd protokołu FTP podczas sprowadznia URL-a: %U

    Squid wysłał następującą komendę FTP:

    %f

    Odpowiedź serwera:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    Wystąpił błąd protokołu FTP podczas sprowadznia URL-a: %U

    Squid wysłał następującą komendę FTP:

    %f

    Odpowiedź serwera:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/pl/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/pl/ERR_FTP_FORBIDDEN 2012-02-05 13:47:52.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_FTP_FORBIDDEN 2012-06-08 14:10:31.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid wysłał następującą komendę FTP:

    %f

    Odpowiedź serwera:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid wysłał następującą komendę FTP:

    %f

    Odpowiedź serwera:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/pl/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/pl/ERR_FTP_NOT_FOUND 2012-02-05 13:47:57.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_FTP_NOT_FOUND 2012-06-08 14:10:32.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid wysłał następującą komendę FTP:

    %f

    Odpowiedź serwera:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid wysłał następującą komendę FTP:

    %f

    Odpowiedź serwera:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/pl/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/pl/ERR_FTP_PUT_CREATED 2012-02-05 13:48:01.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_FTP_PUT_CREATED 2012-06-08 14:10:34.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operacja zakończona pomyślnie

    plik został utworzony




    \ No newline at end of file + FTP PUT Successful.

    Operacja zakończona pomyślnie

    plik został utworzony




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/pl/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/pl/ERR_FTP_PUT_ERROR 2012-02-05 13:48:04.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_FTP_PUT_ERROR 2012-06-08 14:10:36.000000000 +0200 @@ -1 +1 @@ - BŁĄD: FTP upload failed

    ERROR

    FTP PUT upload failed


    Wystąpił błąd protokołu FTP podczas sprowadznia URL-a: %U

    Squid wysłał następującą komendę FTP:

    %f

    Odpowiedź serwera:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: FTP upload failed

    ERROR

    FTP PUT upload failed


    Wystąpił błąd protokołu FTP podczas sprowadznia URL-a: %U

    Squid wysłał następującą komendę FTP:

    %f

    Odpowiedź serwera:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/pl/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/pl/ERR_FTP_PUT_MODIFIED 2012-02-05 13:48:06.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_FTP_PUT_MODIFIED 2012-06-08 14:10:38.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operacja zakończona pomyślnie

    plik uaktualniony




    \ No newline at end of file + FTP PUT Successful.

    Operacja zakończona pomyślnie

    plik uaktualniony




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/pl/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/pl/ERR_FTP_UNAVAILABLE 2012-02-05 13:48:07.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_FTP_UNAVAILABLE 2012-06-08 14:10:40.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid wysłał następującą komendę FTP:

    %f

    Odpowiedź serwera:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid wysłał następującą komendę FTP:

    %f

    Odpowiedź serwera:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/pl/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/pl/ERR_GATEWAY_FAILURE 2012-02-05 13:48:09.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_GATEWAY_FAILURE 2012-06-08 14:10:42.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_ICAP_FAILURE squid3-3.1.20/errors/pl/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/pl/ERR_ICAP_FAILURE 2012-02-05 13:48:11.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_ICAP_FAILURE 2012-06-08 14:10:45.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    System zwrócił wartość: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • Serwer ICAP jest nieosiągalny.

    • Odebrano błędną odpowiedź z serwera ICAP



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    System zwrócił wartość: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • Serwer ICAP jest nieosiągalny.

    • Odebrano błędną odpowiedź z serwera ICAP



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_INVALID_REQ squid3-3.1.20/errors/pl/ERR_INVALID_REQ --- squid3-3.1.19/errors/pl/ERR_INVALID_REQ 2012-02-05 13:48:14.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_INVALID_REQ 2012-06-08 14:10:48.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    Nieprawidłowe zapytanie wystąpił błąd podczas próby przetworzenia zapytania

    %R

    Some possible problems are:

    • Brak lub nieznana metoda (GET, POST)

    • Brak URL-a

    • Brak identyfikatora HTTP (HTTP/1.0)

    • RZbyt duży rozmiar żądania

    • Brak pola Content-Length dla metod POST lub PUT

    • Błędny znak w nazwie hosta; podkreślenia (underscores) są niedozwolone

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    Nieprawidłowe zapytanie wystąpił błąd podczas próby przetworzenia zapytania

    %R

    Some possible problems are:

    • Brak lub nieznana metoda (GET, POST)

    • Brak URL-a

    • Brak identyfikatora HTTP (HTTP/1.0)

    • RZbyt duży rozmiar żądania

    • Brak pola Content-Length dla metod POST lub PUT

    • Błędny znak w nazwie hosta; podkreślenia (underscores) są niedozwolone

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_INVALID_RESP squid3-3.1.20/errors/pl/ERR_INVALID_RESP --- squid3-3.1.19/errors/pl/ERR_INVALID_RESP 2012-02-05 13:48:16.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_INVALID_RESP 2012-06-08 14:10:50.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    Nieprawidłowa odpowiedź wystąpił błąd podczas próby przetworzenia zapytania

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    Nieprawidłowa odpowiedź wystąpił błąd podczas próby przetworzenia zapytania

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_INVALID_URL squid3-3.1.20/errors/pl/ERR_INVALID_URL --- squid3-3.1.19/errors/pl/ERR_INVALID_URL 2012-02-05 13:48:18.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_INVALID_URL 2012-06-08 14:10:52.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    błędny URL

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Brak lub niewłaściwy protokół (should be http:// or similar)

    • Brak nazwy hosta

    • podwójna sekwencja escape w ścieżce URL

    • Błędny znak w nazwie hosta; podkreślenia (underscores) są niedozwolone

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    błędny URL

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Brak lub niewłaściwy protokół (should be http:// or similar)

    • Brak nazwy hosta

    • podwójna sekwencja escape w ścieżce URL

    • Błędny znak w nazwie hosta; podkreślenia (underscores) są niedozwolone

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_LIFETIME_EXP squid3-3.1.20/errors/pl/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/pl/ERR_LIFETIME_EXP 2012-02-05 13:48:20.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_LIFETIME_EXP 2012-06-08 14:10:53.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    przekroczony dopuszczalny czas połączenie

    Squid zakończył realizację żądania, ponieważ czas jego realizacji przekroczył dopuszczalny limit.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    przekroczony dopuszczalny czas połączenie

    Squid zakończył realizację żądania, ponieważ czas jego realizacji przekroczył dopuszczalny limit.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_NO_RELAY squid3-3.1.20/errors/pl/ERR_NO_RELAY --- squid3-3.1.19/errors/pl/ERR_NO_RELAY 2012-02-05 13:48:22.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_NO_RELAY 2012-06-08 14:10:55.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    brak Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    brak Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/pl/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/pl/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:48:24.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:10:57.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    żądanie z dyrektywą only-if-cached dotyczyło dokumentu aktualnie nie przechowywanego przez sewer cache.

    Żądanie zawierało dyrektywę only-if-cached. Dokument nie został znaleziony w zasobech serwera cache lub wymagał odświeżenia zabronionego dyrektywą only-if-cached.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    żądanie z dyrektywą only-if-cached dotyczyło dokumentu aktualnie nie przechowywanego przez sewer cache.

    Żądanie zawierało dyrektywę only-if-cached. Dokument nie został znaleziony w zasobech serwera cache lub wymagał odświeżenia zabronionego dyrektywą only-if-cached.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/error-details.txt squid3-3.1.20/errors/pl/error-details.txt --- squid3-3.1.19/errors/pl/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/pl/error-details.txt 2012-06-08 14:11:29.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/pl/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/pl/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/pl/ERR_PRECONDITION_FAILED 2012-02-05 13:48:26.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_PRECONDITION_FAILED 2012-06-08 14:10:59.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_READ_ERROR squid3-3.1.20/errors/pl/ERR_READ_ERROR --- squid3-3.1.19/errors/pl/ERR_READ_ERROR 2012-02-05 13:48:28.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_READ_ERROR 2012-06-08 14:11:01.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    błąd odczytu

    System zwrócił wartość: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    błąd odczytu

    System zwrócił wartość: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_READ_TIMEOUT squid3-3.1.20/errors/pl/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/pl/ERR_READ_TIMEOUT 2012-02-05 13:48:30.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_READ_TIMEOUT 2012-06-08 14:11:04.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    przekroczony czas odczytu

    System zwrócił wartość: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    przekroczony czas odczytu

    System zwrócił wartość: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/pl/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/pl/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:48:33.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:11:07.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nie można ustanowić bezpiecznego połączenia z %I

    System zwrócił wartość: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Nie można ustanowić bezpiecznego połączenia z %I

    System zwrócił wartość: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_SHUTTING_DOWN squid3-3.1.20/errors/pl/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/pl/ERR_SHUTTING_DOWN 2012-02-05 13:48:35.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_SHUTTING_DOWN 2012-06-08 14:11:10.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_SOCKET_FAILURE squid3-3.1.20/errors/pl/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/pl/ERR_SOCKET_FAILURE 2012-02-05 13:48:37.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_SOCKET_FAILURE 2012-06-08 14:11:13.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Socket Failure

    System zwrócił wartość: %E

    Squid nie jest w stanie otworzyć gniazdka TCP (TCP socket), prawdopodobnie z powodu przeciążenia systemu. Proszę ponowić żądanie.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Socket Failure

    System zwrócił wartość: %E

    Squid nie jest w stanie otworzyć gniazdka TCP (TCP socket), prawdopodobnie z powodu przeciążenia systemu. Proszę ponowić żądanie.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_TOO_BIG squid3-3.1.20/errors/pl/ERR_TOO_BIG --- squid3-3.1.19/errors/pl/ERR_TOO_BIG 2012-02-05 13:48:39.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_TOO_BIG 2012-06-08 14:11:16.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zapytanie lub odpowiedź jest zbyt długa.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zapytanie lub odpowiedź jest zbyt długa.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/pl/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/pl/ERR_UNSUP_HTTPVERSION 2012-02-05 13:48:41.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_UNSUP_HTTPVERSION 2012-06-08 14:11:18.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    Nieobsługiwana wersja HTTP


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    Nieobsługiwana wersja HTTP


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_UNSUP_REQ squid3-3.1.20/errors/pl/ERR_UNSUP_REQ --- squid3-3.1.19/errors/pl/ERR_UNSUP_REQ 2012-02-05 13:48:43.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_UNSUP_REQ 2012-06-08 14:11:20.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    użyta w żądaniu kombinacja metoda/protokół jest niewłaściwa

    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.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    użyta w żądaniu kombinacja metoda/protokół jest niewłaściwa

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_URN_RESOLVE squid3-3.1.20/errors/pl/ERR_URN_RESOLVE --- squid3-3.1.19/errors/pl/ERR_URN_RESOLVE 2012-02-05 13:48:46.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_URN_RESOLVE 2012-06-08 14:11:23.000000000 +0200 @@ -1 +1 @@ - BŁĄD: The requested URN could not be retrieved

    ERROR

    URL dla żądanego URN nie może zostać sprowadzony


    The following error was encountered while trying to retrieve the URN: %U

    nie można zlokalizować URN

    Proszę nie spodziewać się zbyt wiele od URNów z %T :)

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: The requested URN could not be retrieved

    ERROR

    URL dla żądanego URN nie może zostać sprowadzony


    The following error was encountered while trying to retrieve the URN: %U

    nie można zlokalizować URN

    Proszę nie spodziewać się zbyt wiele od URNów z %T :)

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_WRITE_ERROR squid3-3.1.20/errors/pl/ERR_WRITE_ERROR --- squid3-3.1.19/errors/pl/ERR_WRITE_ERROR 2012-02-05 13:48:48.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_WRITE_ERROR 2012-06-08 14:11:26.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    błąd zapisu

    System zwrócił wartość: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    błąd zapisu

    System zwrócił wartość: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pl/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/pl/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/pl/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:48:50.000000000 +0100 +++ squid3-3.1.20/errors/pl/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:11:29.000000000 +0200 @@ -1 +1 @@ - BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    sprowadzony dokument ma zerowy rozmiar

    Squid nie otrzymał żadnych danych w odpowiedzi na to żądanie.

    Your cache administrator is %w.



    \ No newline at end of file + BŁĄD: Żądany URL nie może zostać pobrany

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    sprowadzony dokument ma zerowy rozmiar

    Squid nie otrzymał żadnych danych w odpowiedzi na to żądanie.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_ACCESS_DENIED squid3-3.1.20/errors/pt/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/pt/ERR_ACCESS_DENIED 2012-02-05 13:50:18.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_ACCESS_DENIED 2012-06-08 14:13:05.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Proibido o Acesso.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Proibido o Acesso.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:13:07.000000000 +0200 @@ -0,0 +1 @@ + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/pt/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/pt/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_AGENT_CONFIGURE 2012-06-08 14:13:09.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ERRO

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_AGENT_WPAD squid3-3.1.20/errors/pt/ERR_AGENT_WPAD --- squid3-3.1.19/errors/pt/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_AGENT_WPAD 2012-06-08 14:13:10.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ERRO

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/pt/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/pt/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:50:21.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:13:13.000000000 +0200 @@ -1 +1 @@ - ERRO: Cache Access Denied

    ERROR

    Cache Proibido o Acesso.


    The following error was encountered while trying to retrieve the URL: %U

    Proibido o acesso ao Cache.

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + ERRO: Cache Access Denied

    ERROR

    Cache Proibido o Acesso.


    The following error was encountered while trying to retrieve the URL: %U

    Proibido o acesso ao Cache.

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:50:24.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:13:16.000000000 +0200 @@ -1 +1 @@ - ERRO: Cache Manager Access Denied

    ERROR

    Cache Manager Proibido o Acesso.


    The following error was encountered while trying to retrieve the URL: %U

    Proibido o acesso ao Gerenciador do Cache.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Por favor contate o administrador do cache se você tiver dificuldades para se autenticar ou, se você é o administrador, leia a documentação do Squid no próprio gerenciador de cache e verifique o log para mensagens de erros mais detalhadas.



    \ No newline at end of file + ERRO: Cache Manager Access Denied

    ERROR

    Cache Manager Proibido o Acesso.


    The following error was encountered while trying to retrieve the URL: %U

    Proibido o acesso ao Gerenciador do Cache.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Por favor contate o administrador do cache se você tiver dificuldades para se autenticar ou, se você é o administrador, leia a documentação do Squid no próprio gerenciador de cache e verifique o log para mensagens de erros mais detalhadas.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_CANNOT_FORWARD squid3-3.1.20/errors/pt/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/pt/ERR_CANNOT_FORWARD 2012-02-05 13:50:26.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_CANNOT_FORWARD 2012-06-08 14:13:18.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Cache incapaz de encaminhar esta requisição neste momento.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Cache incapaz de encaminhar esta requisição neste momento.

    This request could not be forwarded to the origin server or to any parent caches.

    Some possible problems are:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_CONNECT_FAIL squid3-3.1.20/errors/pt/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/pt/ERR_CONNECT_FAIL 2012-02-05 13:50:29.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_CONNECT_FAIL 2012-06-08 14:13:20.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    O sistema retornou: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    O sistema retornou: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_DIR_LISTING squid3-3.1.20/errors/pt/ERR_DIR_LISTING --- squid3-3.1.19/errors/pt/ERR_DIR_LISTING 2012-02-05 13:50:32.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_DIR_LISTING 2012-06-08 14:13:21.000000000 +0200 @@ -1 +1 @@ - Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory Parent Directory (Root Directory)

    \ No newline at end of file + Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_DNS_FAIL squid3-3.1.20/errors/pt/ERR_DNS_FAIL --- squid3-3.1.19/errors/pt/ERR_DNS_FAIL 2012-02-05 13:50:34.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_DNS_FAIL 2012-06-08 14:13:23.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Incapaz de determinar o endereço IP através do nome do host %H

    O servidor DNS retornou:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Incapaz de determinar o endereço IP através do nome do host %H

    O servidor DNS retornou:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_ESI squid3-3.1.20/errors/pt/ERR_ESI --- squid3-3.1.19/errors/pt/ERR_ESI 2012-02-05 13:50:36.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_ESI 2012-06-08 14:13:25.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_FORWARDING_DENIED squid3-3.1.20/errors/pt/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/pt/ERR_FORWARDING_DENIED 2012-02-05 13:50:38.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_FORWARDING_DENIED 2012-06-08 14:13:27.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Expedição proibida.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Expedição proibida.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_FTP_DISABLED squid3-3.1.20/errors/pt/ERR_FTP_DISABLED --- squid3-3.1.19/errors/pt/ERR_FTP_DISABLED 2012-02-05 13:50:40.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_FTP_DISABLED 2012-06-08 14:13:29.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP desabilitado

    Este cache não está habilitado para FTP.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP desabilitado

    Este cache não está habilitado para FTP.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_FTP_FAILURE squid3-3.1.20/errors/pt/ERR_FTP_FAILURE --- squid3-3.1.19/errors/pt/ERR_FTP_FAILURE 2012-02-05 13:50:43.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_FTP_FAILURE 2012-06-08 14:13:31.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    Ocorreu erro no protocolo FTP Na tentativa de recuperar a URL:%U

    Squid emitiu o seguinte comando FTP:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    Ocorreu erro no protocolo FTP Na tentativa de recuperar a URL:%U

    Squid emitiu o seguinte comando FTP:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/pt/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/pt/ERR_FTP_FORBIDDEN 2012-02-05 13:50:45.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_FTP_FORBIDDEN 2012-06-08 14:13:33.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    Ocorreu uma falha na autenticação no FTP, na tentativa de recuperar a seguinte URL:%U

    Squid emitiu o seguinte comando FTP:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    Ocorreu uma falha na autenticação no FTP, na tentativa de recuperar a seguinte URL:%U

    Squid emitiu o seguinte comando FTP:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/pt/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/pt/ERR_FTP_NOT_FOUND 2012-02-05 13:50:47.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_FTP_NOT_FOUND 2012-06-08 14:13:35.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    A seguite URL não pode ser recuperada (não foi encontrada): %U

    Squid emitiu o seguinte comando FTP:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    A seguite URL não pode ser recuperada (não foi encontrada): %U

    Squid emitiu o seguinte comando FTP:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/pt/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/pt/ERR_FTP_PUT_CREATED 2012-02-05 13:50:49.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_FTP_PUT_CREATED 2012-06-08 14:13:37.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Sucesso na execução

    File created




    \ No newline at end of file + FTP PUT Successful.

    Sucesso na execução

    File created




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/pt/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/pt/ERR_FTP_PUT_ERROR 2012-02-05 13:50:51.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_FTP_PUT_ERROR 2012-06-08 14:13:39.000000000 +0200 @@ -1 +1 @@ - ERRO: FTP upload failed

    ERROR

    FTP PUT upload failed


    Ocorreu erro no protocolo FTP Na tentativa de recuperar a URL:%U

    Squid emitiu o seguinte comando FTP:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: FTP upload failed

    ERROR

    FTP PUT upload failed


    Ocorreu erro no protocolo FTP Na tentativa de recuperar a URL:%U

    Squid emitiu o seguinte comando FTP:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/pt/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/pt/ERR_FTP_PUT_MODIFIED 2012-02-05 13:50:53.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_FTP_PUT_MODIFIED 2012-06-08 14:13:40.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Sucesso na execução

    File updated




    \ No newline at end of file + FTP PUT Successful.

    Sucesso na execução

    File updated




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/pt/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/pt/ERR_FTP_UNAVAILABLE 2012-02-05 13:50:56.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_FTP_UNAVAILABLE 2012-06-08 14:13:42.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid emitiu o seguinte comando FTP:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid emitiu o seguinte comando FTP:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/pt/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/pt/ERR_GATEWAY_FAILURE 2012-02-05 13:50:58.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_GATEWAY_FAILURE 2012-06-08 14:13:44.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_ICAP_FAILURE squid3-3.1.20/errors/pt/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/pt/ERR_ICAP_FAILURE 2012-02-05 13:51:00.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_ICAP_FAILURE 2012-06-08 14:13:46.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    O sistema retornou: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    O sistema retornou: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_INVALID_REQ squid3-3.1.20/errors/pt/ERR_INVALID_REQ --- squid3-3.1.19/errors/pt/ERR_INVALID_REQ 2012-02-05 13:51:02.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_INVALID_REQ 2012-06-08 14:13:48.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • Método desconhecido ou faltando (GET, POST)

    • Faltou a URL

    • Faltou o identificador HTTP (HTTP/1.0)

    • A requisição pode ser muito grande

    • Content-Length missing for POST or PUT requests.

    • Hostname com caracter inválido; não são permitidos underscores.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • Método desconhecido ou faltando (GET, POST)

    • Faltou a URL

    • Faltou o identificador HTTP (HTTP/1.0)

    • A requisição pode ser muito grande

    • Content-Length missing for POST or PUT requests.

    • Hostname com caracter inválido; não são permitidos underscores.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_INVALID_RESP squid3-3.1.20/errors/pt/ERR_INVALID_RESP --- squid3-3.1.19/errors/pt/ERR_INVALID_RESP 2012-02-05 13:51:06.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_INVALID_RESP 2012-06-08 14:13:50.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_INVALID_URL squid3-3.1.20/errors/pt/ERR_INVALID_URL --- squid3-3.1.19/errors/pt/ERR_INVALID_URL 2012-02-05 13:51:08.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_INVALID_URL 2012-06-08 14:13:54.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    URL inválida

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Protocolo de acesso incorreto ou faltando (deve ser http:// ou similar)

    • Faltou o hostname

    • Illegal double-escape in the URL-Path

    • Hostname com caracter inválido; não são permitidos underscores.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    URL inválida

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Protocolo de acesso incorreto ou faltando (deve ser http:// ou similar)

    • Faltou o hostname

    • Illegal double-escape in the URL-Path

    • Hostname com caracter inválido; não são permitidos underscores.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_LIFETIME_EXP squid3-3.1.20/errors/pt/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/pt/ERR_LIFETIME_EXP 2012-02-05 13:51:11.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_LIFETIME_EXP 2012-06-08 14:13:56.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    O tempo limite de conexão expirou

    Squid terminou a requisição porque excedeu o tempo máximo permitido.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    O tempo limite de conexão expirou

    Squid terminou a requisição porque excedeu o tempo máximo permitido.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_NO_RELAY squid3-3.1.20/errors/pt/ERR_NO_RELAY --- squid3-3.1.19/errors/pt/ERR_NO_RELAY 2012-02-05 13:51:14.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_NO_RELAY 2012-06-08 14:14:00.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/pt/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/pt/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:51:17.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:14:03.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Não foi encontrado documento válido no cache e a opção only-if-cached foi especificada.

    Você requisitou com a diretiva de controle do cache only-if-cached ativa. O documento não foi encontrado no cache, ou requer revalidação proibida pela opção only-if-cached

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Não foi encontrado documento válido no cache e a opção only-if-cached foi especificada.

    Você requisitou com a diretiva de controle do cache only-if-cached ativa. O documento não foi encontrado no cache, ou requer revalidação proibida pela opção only-if-cached

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/error-details.txt squid3-3.1.20/errors/pt/error-details.txt --- squid3-3.1.19/errors/pt/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/pt/error-details.txt 2012-06-08 14:14:31.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/pt/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/pt/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/pt/ERR_PRECONDITION_FAILED 2012-02-05 13:51:20.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_PRECONDITION_FAILED 2012-06-08 14:14:06.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_READ_ERROR squid3-3.1.20/errors/pt/ERR_READ_ERROR --- squid3-3.1.19/errors/pt/ERR_READ_ERROR 2012-02-05 13:51:22.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_READ_ERROR 2012-06-08 14:14:09.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Erro de leitura

    O sistema retornou: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Erro de leitura

    O sistema retornou: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_READ_TIMEOUT squid3-3.1.20/errors/pt/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/pt/ERR_READ_TIMEOUT 2012-02-05 13:51:24.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_READ_TIMEOUT 2012-06-08 14:14:12.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Excedeu o tempo limite para leitura (timeout)

    O sistema retornou: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Excedeu o tempo limite para leitura (timeout)

    O sistema retornou: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/pt/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/pt/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:51:27.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:14:15.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    O sistema retornou: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    O sistema retornou: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_SHUTTING_DOWN squid3-3.1.20/errors/pt/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/pt/ERR_SHUTTING_DOWN 2012-02-05 13:51:29.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_SHUTTING_DOWN 2012-06-08 14:14:17.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_SOCKET_FAILURE squid3-3.1.20/errors/pt/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/pt/ERR_SOCKET_FAILURE 2012-02-05 13:51:32.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_SOCKET_FAILURE 2012-06-08 14:14:18.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Falha no Socket

    O sistema retornou: %E

    Squid foi incapaz de criar um socket TCP, talvez por excesso de carga no sistema. Por favor tente novamente.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Falha no Socket

    O sistema retornou: %E

    Squid foi incapaz de criar um socket TCP, talvez por excesso de carga no sistema. Por favor tente novamente.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_TOO_BIG squid3-3.1.20/errors/pt/ERR_TOO_BIG --- squid3-3.1.19/errors/pt/ERR_TOO_BIG 2012-02-05 13:51:35.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_TOO_BIG 2012-06-08 14:14:20.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    A requisição ou resposta é muito grande.

    Se você estiver fazendo uma requisição POST ou PUT, então o corpo de sua requisição (o que você está tentando enviar) é muito grande.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    A requisição ou resposta é muito grande.

    Se você estiver fazendo uma requisição POST ou PUT, então o corpo de sua requisição (o que você está tentando enviar) é muito grande.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/pt/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/pt/ERR_UNSUP_HTTPVERSION 2012-02-05 13:51:37.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_UNSUP_HTTPVERSION 2012-06-08 14:14:23.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_UNSUP_REQ squid3-3.1.20/errors/pt/ERR_UNSUP_REQ --- squid3-3.1.19/errors/pt/ERR_UNSUP_REQ 2012-02-05 13:51:40.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_UNSUP_REQ 2012-06-08 14:14:25.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Método ou protocolo não suportado.

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Método ou protocolo não suportado.

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_URN_RESOLVE squid3-3.1.20/errors/pt/ERR_URN_RESOLVE --- squid3-3.1.19/errors/pt/ERR_URN_RESOLVE 2012-02-05 13:51:43.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_URN_RESOLVE 2012-06-08 14:14:26.000000000 +0200 @@ -1 +1 @@ - ERRO: The requested URN could not be retrieved

    ERROR

    Uma URL para requisição URN não pode ser recuperada


    The following error was encountered while trying to retrieve the URN: %U

    Não pode resolver a URN

    Não espere muita coisa de URNS em %T :-)

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: The requested URN could not be retrieved

    ERROR

    Uma URL para requisição URN não pode ser recuperada


    The following error was encountered while trying to retrieve the URN: %U

    Não pode resolver a URN

    Não espere muita coisa de URNS em %T :-)

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_WRITE_ERROR squid3-3.1.20/errors/pt/ERR_WRITE_ERROR --- squid3-3.1.19/errors/pt/ERR_WRITE_ERROR 2012-02-05 13:51:45.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_WRITE_ERROR 2012-06-08 14:14:29.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Erro de gravação

    O sistema retornou: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Erro de gravação

    O sistema retornou: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/pt/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/pt/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:51:47.000000000 +0100 +++ squid3-3.1.20/errors/pt/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:14:31.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Resposta com tamanho zero

    Squid não recebeu nenhum dado para esta requisição.

    Your cache administrator is %w.



    \ No newline at end of file + ERRO: A URL solicitada não pode ser recuperada

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Resposta com tamanho zero

    Squid não recebeu nenhum dado para esta requisição.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_ACCESS_DENIED squid3-3.1.20/errors/pt-br/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/pt-br/ERR_ACCESS_DENIED 2012-02-05 13:48:52.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_ACCESS_DENIED 2012-06-08 14:11:32.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Acesso Negado.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Acesso Negado.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:11:35.000000000 +0200 @@ -0,0 +1 @@ + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Time Quota Exceeded.

    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.

    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.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/pt-br/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/pt-br/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_AGENT_CONFIGURE 2012-06-08 14:11:38.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ERRO

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_AGENT_WPAD squid3-3.1.20/errors/pt-br/ERR_AGENT_WPAD --- squid3-3.1.19/errors/pt-br/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_AGENT_WPAD 2012-06-08 14:11:40.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ERRO

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/pt-br/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/pt-br/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:48:54.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:11:42.000000000 +0200 @@ -1 +1 @@ - ERRO: Cache Access Denied

    ERROR

    Cache Acesso Negado.


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Acesso negado ao cache.

    Desculpe. Atualmente, você não está permitido a requisitar %U desse cache até que você tenha se autenticado.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + ERRO: Cache Access Denied

    ERROR

    Cache Acesso Negado.


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Acesso negado ao cache.

    Desculpe. Atualmente, você não está permitido a requisitar %U desse cache até que você tenha se autenticado.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:48:56.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:11:44.000000000 +0200 @@ -1 +1 @@ - ERRO: Cache Manager Access Denied

    ERROR

    Cache Manager Acesso Negado.


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Acesso negado ao gerenciador de cache.

    Desculpe. Atualmente, você não tem permissão para requisitar %U deste gerenciador de cache até que você tenha se autenticado.

    Por favor, contate o administrador do cache se você está tendo dificuldades em se autenticar ou, se você é o administrador, leia a documentação do Squid na interface de gerenciamento de cache e cheque o log para maiores detalhes sobre mensagens de erro.



    \ No newline at end of file + ERRO: Cache Manager Access Denied

    ERROR

    Cache Manager Acesso Negado.


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Acesso negado ao gerenciador de cache.

    Desculpe. Atualmente, você não tem permissão para requisitar %U deste gerenciador de cache até que você tenha se autenticado.

    Por favor, contate o administrador do cache se você está tendo dificuldades em se autenticar ou, se você é o administrador, leia a documentação do Squid na interface de gerenciamento de cache e cheque o log para maiores detalhes sobre mensagens de erro.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_CANNOT_FORWARD squid3-3.1.20/errors/pt-br/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/pt-br/ERR_CANNOT_FORWARD 2012-02-05 13:48:58.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_CANNOT_FORWARD 2012-06-08 14:11:46.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Impossível encaminhar esta requisição nesse momento.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Impossível encaminhar esta requisição nesse momento.

    This request could not be forwarded to the origin server or to any parent caches.

    Alguns dos possíveis problemas são:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_CONNECT_FAIL squid3-3.1.20/errors/pt-br/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/pt-br/ERR_CONNECT_FAIL 2012-02-05 13:49:00.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_CONNECT_FAIL 2012-06-08 14:11:48.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Conexão para %I falhou.

    O sistema retornou: %E

    The remote host or network may be down. Please try the request again.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Conexão para %I falhou.

    O sistema retornou: %E

    The remote host or network may be down. Please try the request again.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_DIR_LISTING squid3-3.1.20/errors/pt-br/ERR_DIR_LISTING --- squid3-3.1.19/errors/pt-br/ERR_DIR_LISTING 2012-02-05 13:49:02.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_DIR_LISTING 2012-06-08 14:11:51.000000000 +0200 @@ -1 +1 @@ - Diretório: %U

    Directório: %U/


    Conteúdo do diretório:

    %z
    %g
    Diretório pai Diretório pai (Diretório raiz)

    \ No newline at end of file + Diretório: %U

    Directório: %U/


    Conteúdo do diretório:

    %z
    %g
    Diretório pai (Diretório raiz)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_DNS_FAIL squid3-3.1.20/errors/pt-br/ERR_DNS_FAIL --- squid3-3.1.19/errors/pt-br/ERR_DNS_FAIL 2012-02-05 13:49:05.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_DNS_FAIL 2012-06-08 14:11:53.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Impossível determinar o endereço IP do nome de host %H

    O servidor DNS retornou:

    %z

    Isto significa que o cache não pode resolver o nome de host contido na URL. Verifique se o endereço está correto.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Impossível determinar o endereço IP do nome de host %H

    O servidor DNS retornou:

    %z

    Isto significa que o cache não pode resolver o nome de host contido na URL. Verifique se o endereço está correto.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_ESI squid3-3.1.20/errors/pt-br/ERR_ESI --- squid3-3.1.19/errors/pt-br/ERR_ESI 2012-02-05 13:49:07.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_ESI 2012-06-08 14:11:55.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    O processamento de ESI falhou.

    O processador ESI retornou:

    %Z

    Isto significa que o surrogate não pode processar o modelo do ESI. Por favor, informe este erro ao webmaster.

    Seu webmaster é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    O processamento de ESI falhou.

    O processador ESI retornou:

    %Z

    Isto significa que o surrogate não pode processar o modelo do ESI. Por favor, informe este erro ao webmaster.

    Seu webmaster é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_FORWARDING_DENIED squid3-3.1.20/errors/pt-br/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/pt-br/ERR_FORWARDING_DENIED 2012-02-05 13:49:08.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_FORWARDING_DENIED 2012-06-08 14:11:58.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Encaminhamento Negado.

    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.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Encaminhamento Negado.

    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.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_FTP_DISABLED squid3-3.1.20/errors/pt-br/ERR_FTP_DISABLED --- squid3-3.1.19/errors/pt-br/ERR_FTP_DISABLED 2012-02-05 13:49:11.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_FTP_DISABLED 2012-06-08 14:12:00.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    FTP está Desabilitado

    Esse cache não suporta FTP.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    FTP está Desabilitado

    Esse cache não suporta FTP.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_FTP_FAILURE squid3-3.1.20/errors/pt-br/ERR_FTP_FAILURE --- squid3-3.1.19/errors/pt-br/ERR_FTP_FAILURE 2012-02-05 13:49:13.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_FTP_FAILURE 2012-06-08 14:12:03.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    Um erro no protocolo FTP ocorreu ao tentar recuperar a URL: %U

    Squid enviou o seguinte comando FTP:

    %f

    O servidor respondeu com:

    %F
    %g

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    Um erro no protocolo FTP ocorreu ao tentar recuperar a URL: %U

    Squid enviou o seguinte comando FTP:

    %f

    O servidor respondeu com:

    %F
    %g

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/pt-br/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/pt-br/ERR_FTP_FORBIDDEN 2012-02-05 13:49:15.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_FTP_FORBIDDEN 2012-06-08 14:12:05.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    Ocorreu uma falha na autenticação do FTP ao tentar recuperar a URL: %U

    Squid enviou o seguinte comando FTP:

    %f

    O servidor respondeu com:

    %F
    %g

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    Ocorreu uma falha na autenticação do FTP ao tentar recuperar a URL: %U

    Squid enviou o seguinte comando FTP:

    %f

    O servidor respondeu com:

    %F
    %g

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/pt-br/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/pt-br/ERR_FTP_NOT_FOUND 2012-02-05 13:49:17.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_FTP_NOT_FOUND 2012-06-08 14:12:07.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    A seguinte URL não pôde ser recuperada: %U

    Squid enviou o seguinte comando FTP:

    %f

    O servidor respondeu com:

    %F
    %g

    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 %B.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    A seguinte URL não pôde ser recuperada: %U

    Squid enviou o seguinte comando FTP:

    %f

    O servidor respondeu com:

    %F
    %g

    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 %B.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/pt-br/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/pt-br/ERR_FTP_PUT_CREATED 2012-02-05 13:49:20.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_FTP_PUT_CREATED 2012-06-08 14:12:09.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operação bem sucedida

    Arquivo criado




    \ No newline at end of file + FTP PUT Successful.

    Operação bem sucedida

    Arquivo criado




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/pt-br/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/pt-br/ERR_FTP_PUT_ERROR 2012-02-05 13:49:23.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_FTP_PUT_ERROR 2012-06-08 14:12:11.000000000 +0200 @@ -1 +1 @@ - ERRO: FTP upload failed

    ERROR

    FTP PUT upload failed


    Um erro no protocolo FTP ocorreu ao tentar recuperar a URL: %U

    Squid enviou o seguinte comando FTP:

    %f

    O servidor respondeu com:

    %F

    Isto significa que o servidor FTP não tem permissão ou espaço suficiente para armazenar o arquivo. Verifique o caminho, permissão, espaço em disco e tente novamente.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: FTP upload failed

    ERROR

    FTP PUT upload failed


    Um erro no protocolo FTP ocorreu ao tentar recuperar a URL: %U

    Squid enviou o seguinte comando FTP:

    %f

    O servidor respondeu com:

    %F

    Isto significa que o servidor FTP não tem permissão ou espaço suficiente para armazenar o arquivo. Verifique o caminho, permissão, espaço em disco e tente novamente.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/pt-br/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/pt-br/ERR_FTP_PUT_MODIFIED 2012-02-05 13:49:25.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_FTP_PUT_MODIFIED 2012-06-08 14:12:13.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operação bem sucedida

    Arquivo atualizado




    \ No newline at end of file + FTP PUT Successful.

    Operação bem sucedida

    Arquivo atualizado




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/pt-br/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/pt-br/ERR_FTP_UNAVAILABLE 2012-02-05 13:49:27.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_FTP_UNAVAILABLE 2012-06-08 14:12:16.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O servidor FTP estava muito ocupado para recuperar a URL: %U

    Squid enviou o seguinte comando FTP:

    %f

    O servidor respondeu com:

    %F
    %g

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O servidor FTP estava muito ocupado para recuperar a URL: %U

    Squid enviou o seguinte comando FTP:

    %f

    O servidor respondeu com:

    %F
    %g

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/pt-br/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/pt-br/ERR_GATEWAY_FAILURE 2012-02-05 13:49:30.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_GATEWAY_FAILURE 2012-06-08 14:12:18.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_ICAP_FAILURE squid3-3.1.20/errors/pt-br/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/pt-br/ERR_ICAP_FAILURE 2012-02-05 13:49:32.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_ICAP_FAILURE 2012-06-08 14:12:20.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Erro de protocolo ICAP.

    O sistema retornou: %E

    Isto significa que alguma característica da comunicação ICAP falhou.

    Alguns dos possíveis problemas são:

    • O servidor ICAP não é alcançável.

    • Uma resposta ilegal foi recebida do servidor ICAP.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Erro de protocolo ICAP.

    O sistema retornou: %E

    Isto significa que alguma característica da comunicação ICAP falhou.

    Alguns dos possíveis problemas são:

    • O servidor ICAP não é alcançável.

    • Uma resposta ilegal foi recebida do servidor ICAP.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_INVALID_REQ squid3-3.1.20/errors/pt-br/ERR_INVALID_REQ --- squid3-3.1.19/errors/pt-br/ERR_INVALID_REQ 2012-02-05 13:49:34.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_INVALID_REQ 2012-06-08 14:12:21.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    Requisição Inválida erro encontrado ao tentar processar a requisição:

    %R

    Alguns dos possíveis problemas são:

    • Método de requisição faltando ou desconhecido.

    • URL faltando.

    • Identificador HTTP faltando (HTTP/1.0).

    • Requisição é muito grande.

    • Content-Length faltando para requisições POST ou PUT.

    • Caracter ilegal no nome de host; underscores não são permitidos.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    Requisição Inválida erro encontrado ao tentar processar a requisição:

    %R

    Alguns dos possíveis problemas são:

    • Método de requisição faltando ou desconhecido.

    • URL faltando.

    • Identificador HTTP faltando (HTTP/1.0).

    • Requisição é muito grande.

    • Content-Length faltando para requisições POST ou PUT.

    • Caracter ilegal no nome de host; underscores não são permitidos.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_INVALID_RESP squid3-3.1.20/errors/pt-br/ERR_INVALID_RESP --- squid3-3.1.19/errors/pt-br/ERR_INVALID_RESP 2012-02-05 13:49:36.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_INVALID_RESP 2012-06-08 14:12:24.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    Resposta Inválida erro encontrado ao tentar processar a requisição:

    %R

    A mensagem da resposta HTTP recebida do servidor contatado não pode ser entendida ou estava mal-formada. Por favor, contate o administrador do site.

    Seu administrador do cache pode providenciar com maiores detalhes a exata natureza do problema, caso seja necessário.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    Resposta Inválida erro encontrado ao tentar processar a requisição:

    %R

    A mensagem da resposta HTTP recebida do servidor contatado não pode ser entendida ou estava mal-formada. Por favor, contate o administrador do site.

    Seu administrador do cache pode providenciar com maiores detalhes a exata natureza do problema, caso seja necessário.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_INVALID_URL squid3-3.1.20/errors/pt-br/ERR_INVALID_URL --- squid3-3.1.19/errors/pt-br/ERR_INVALID_URL 2012-02-05 13:49:38.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_INVALID_URL 2012-06-08 14:12:27.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    URL inválida

    Alguma característica da URL requisitada é incorreta.

    Alguns dos possíveis problemas são:

    • Protocolo de acesso faltando ou incorreto (deveria ser http:// ou semelhante)

    • Nome do host faltando

    • Escape duplo ilegal na URL-Path

    • Caracter ilegal no nome de host; underscores não são permitidos.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    URL inválida

    Alguma característica da URL requisitada é incorreta.

    Alguns dos possíveis problemas são:

    • Protocolo de acesso faltando ou incorreto (deveria ser http:// ou semelhante)

    • Nome do host faltando

    • Escape duplo ilegal na URL-Path

    • Caracter ilegal no nome de host; underscores não são permitidos.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_LIFETIME_EXP squid3-3.1.20/errors/pt-br/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/pt-br/ERR_LIFETIME_EXP 2012-02-05 13:49:40.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_LIFETIME_EXP 2012-06-08 14:12:30.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Tempo de vida da conexão expirou

    Squid terminou a requisição porque foi excedido o tempo de vida máximo da conexão.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Tempo de vida da conexão expirou

    Squid terminou a requisição porque foi excedido o tempo de vida máximo da conexão.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_NO_RELAY squid3-3.1.20/errors/pt-br/ERR_NO_RELAY --- squid3-3.1.19/errors/pt-br/ERR_NO_RELAY 2012-02-05 13:49:42.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_NO_RELAY 2012-06-08 14:12:32.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Sem Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Sem Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/pt-br/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/pt-br/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:49:45.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:12:34.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Um documento válido não foi encontrado no cache e a diretiva only-if-cached foi especificada.

    Você enviou uma requisição com a diretiva de controle de cache only-if-cached. O documento não foi encontrado no cache ou o cache requer uma revalidação, que é proibida por esta diretiva.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Um documento válido não foi encontrado no cache e a diretiva only-if-cached foi especificada.

    Você enviou uma requisição com a diretiva de controle de cache only-if-cached. O documento não foi encontrado no cache ou o cache requer uma revalidação, que é proibida por esta diretiva.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/error-details.txt squid3-3.1.20/errors/pt-br/error-details.txt --- squid3-3.1.19/errors/pt-br/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/error-details.txt 2012-06-08 14:13:03.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/pt-br/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/pt-br/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/pt-br/ERR_PRECONDITION_FAILED 2012-02-05 13:49:47.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_PRECONDITION_FAILED 2012-06-08 14:12:36.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_READ_ERROR squid3-3.1.20/errors/pt-br/ERR_READ_ERROR --- squid3-3.1.19/errors/pt-br/ERR_READ_ERROR 2012-02-05 13:49:49.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_READ_ERROR 2012-06-08 14:12:41.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Erro de Leitura

    O sistema retornou: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Erro de Leitura

    O sistema retornou: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_READ_TIMEOUT squid3-3.1.20/errors/pt-br/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/pt-br/ERR_READ_TIMEOUT 2012-02-05 13:49:51.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_READ_TIMEOUT 2012-06-08 14:12:44.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Tempo de leitura esgotado

    O sistema retornou: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Tempo de leitura esgotado

    O sistema retornou: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/pt-br/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/pt-br/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:49:53.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:12:46.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Falha ao estabelecer uma conexão segura com %I

    O sistema retornou: %E

    Este proxy e o host remoto falharam em negociar uma configuração de segurança aceitável entre si para atender sua requisição. É possível que o host remoto não suporte conexões seguras ou que o proxy não está satisfeito com as credenciais de segurança do host.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Falha ao estabelecer uma conexão segura com %I

    O sistema retornou: %E

    Este proxy e o host remoto falharam em negociar uma configuração de segurança aceitável entre si para atender sua requisição. É possível que o host remoto não suporte conexões seguras ou que o proxy não está satisfeito com as credenciais de segurança do host.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_SHUTTING_DOWN squid3-3.1.20/errors/pt-br/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/pt-br/ERR_SHUTTING_DOWN 2012-02-05 13:49:55.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_SHUTTING_DOWN 2012-06-08 14:12:48.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_SOCKET_FAILURE squid3-3.1.20/errors/pt-br/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/pt-br/ERR_SOCKET_FAILURE 2012-02-05 13:49:57.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_SOCKET_FAILURE 2012-06-08 14:12:51.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Falha de socket

    O sistema retornou: %E

    Squid não pode criar um socket TCP, presumivelmente devido a uma carga excessiva. Por favor, repita sua requisição.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Falha de socket

    O sistema retornou: %E

    Squid não pode criar um socket TCP, presumivelmente devido a uma carga excessiva. Por favor, repita sua requisição.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_TOO_BIG squid3-3.1.20/errors/pt-br/ERR_TOO_BIG --- squid3-3.1.19/errors/pt-br/ERR_TOO_BIG 2012-02-05 13:49:59.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_TOO_BIG 2012-06-08 14:12:53.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    A requisição ou a resposta é muito grande.

    Se você está fazendo uma requisição POST ou PUT, então o item que você está tentando enviar é muito grande.

    Se você está fazendo uma requisição GET, então o item que você está tentando baixar é muito grande.

    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.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    A requisição ou a resposta é muito grande.

    Se você está fazendo uma requisição POST ou PUT, então o item que você está tentando enviar é muito grande.

    Se você está fazendo uma requisição GET, então o item que você está tentando baixar é muito grande.

    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.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/pt-br/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/pt-br/ERR_UNSUP_HTTPVERSION 2012-02-05 13:50:01.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_UNSUP_HTTPVERSION 2012-06-08 14:12:55.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    Versão do HTTP não é suportada.


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Unsupported HTTP version

    Este Squid não aceita a versão do HTTP que você está tentando usar.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    Versão do HTTP não é suportada.


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Unsupported HTTP version

    Este Squid não aceita a versão do HTTP que você está tentando usar.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_UNSUP_REQ squid3-3.1.20/errors/pt-br/ERR_UNSUP_REQ --- squid3-3.1.19/errors/pt-br/ERR_UNSUP_REQ 2012-02-05 13:50:04.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_UNSUP_REQ 2012-06-08 14:12:58.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Método e Protocolo de Requisição Não-Suportado

    Squid não suporta todos os métodos de requisição para todos os protocolos de acesso. Por exemplo, você não pode emitir uma requisição POST ao protocolo Gopher.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Método e Protocolo de Requisição Não-Suportado

    Squid não suporta todos os métodos de requisição para todos os protocolos de acesso. Por exemplo, você não pode emitir uma requisição POST ao protocolo Gopher.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_URN_RESOLVE squid3-3.1.20/errors/pt-br/ERR_URN_RESOLVE --- squid3-3.1.19/errors/pt-br/ERR_URN_RESOLVE 2012-02-05 13:50:10.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_URN_RESOLVE 2012-06-08 14:13:00.000000000 +0200 @@ -1 +1 @@ - ERRO: The requested URN could not be retrieved

    ERROR

    Uma URL para a URN requisitada não pode ser recuperada


    O seguinte erro foi encontrado ao tentar recuperar a URN: %U

    Não é possível resolver URN

    Olha, não espere muito por URNs em %T :)

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: The requested URN could not be retrieved

    ERROR

    Uma URL para a URN requisitada não pode ser recuperada


    O seguinte erro foi encontrado ao tentar recuperar a URN: %U

    Não é possível resolver URN

    Olha, não espere muito por URNs em %T :)

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_WRITE_ERROR squid3-3.1.20/errors/pt-br/ERR_WRITE_ERROR --- squid3-3.1.19/errors/pt-br/ERR_WRITE_ERROR 2012-02-05 13:50:13.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_WRITE_ERROR 2012-06-08 14:13:02.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Erro ao enviar

    O sistema retornou: %E

    An error condition occurred while writing to the network. Please retry your request.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Erro ao enviar

    O sistema retornou: %E

    An error condition occurred while writing to the network. Please retry your request.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/pt-br/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/pt-br/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/pt-br/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:50:16.000000000 +0100 +++ squid3-3.1.20/errors/pt-br/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:13:03.000000000 +0200 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Resposta de tamanho zero

    Squid não recebeu nenhum dado para essa requisição.

    Seu administrador do cache é %w.



    \ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

    ERROR

    The requested URL could not be retrieved


    O seguinte erro foi encontrado ao tentar recuperar a URL: %U

    Resposta de tamanho zero

    Squid não recebeu nenhum dado para essa requisição.

    Seu administrador do cache é %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_ACCESS_DENIED squid3-3.1.20/errors/ro/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/ro/ERR_ACCESS_DENIED 2012-02-05 13:51:50.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_ACCESS_DENIED 2012-06-08 14:14:34.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Acces interzis.

    Configuraţia de control al accesului împiedică ca cererea dumneavoastră să fie permisă în acest moment. Vă rugăm contactaţi furnizorul de servicii dacă credeţi că acest lucru nu este corect.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Acces interzis.

    Configuraţia de control al accesului împiedică ca cererea dumneavoastră să fie permisă în acest moment. Vă rugăm contactaţi furnizorul de servicii dacă credeţi că acest lucru nu este corect.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:14:36.000000000 +0200 @@ -0,0 +1 @@ + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Time Quota Exceeded.

    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.

    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ă.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/ro/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/ro/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_AGENT_CONFIGURE 2012-06-08 14:14:38.000000000 +0200 @@ -0,0 +1 @@ + Configurarea navigatorului de internet

    EROARE

    Web Browser Configuration


    Configurarea navigatorului de internet trebuie modificată pentru a putea utiliza această reţea.

    Cum să găseşti aceste setări în navigatorul tău:

    Pentru navigatorul Firefox mergeţi la:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Pentru navigatorul Internet Explorer mergeţi la:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Pentru navigatorul Opera mergeţi la:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_AGENT_WPAD squid3-3.1.20/errors/ro/ERR_AGENT_WPAD --- squid3-3.1.19/errors/ro/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_AGENT_WPAD 2012-06-08 14:14:40.000000000 +0200 @@ -0,0 +1 @@ + Configurarea navigatorului de internet

    EROARE

    Web Browser Configuration


    Configurarea navigatorului de internet trebuie modificată pentru a putea utiliza această reţea.

    Cum să găseşti aceste setări în navigatorul tău:

    Pentru navigatorul Firefox mergeţi la:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    Pentru navigatorul Internet Explorer mergeţi la:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Selectează Detectează automat setările
    Pentru navigatorul Opera mergeţi la:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Selectează Configurare pentru proxy automată

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/ro/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/ro/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:51:52.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:14:43.000000000 +0200 @@ -1 +1 @@ - EROARE: Cache Access Denied

    ERROR

    Cache Acces interzis.


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Interzis accesul la cache.

    Ne pare rău, nu aveţi momentan permisiunea să accesaţi %U din acest cache până când nu vă autentificaţi.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + EROARE: Cache Access Denied

    ERROR

    Cache Acces interzis.


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Interzis accesul la cache.

    Ne pare rău, nu aveţi momentan permisiunea să accesaţi %U din acest cache până când nu vă autentificaţi.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:51:55.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:14:45.000000000 +0200 @@ -1 +1 @@ - EROARE: Cache Manager Access Denied

    ERROR

    Cache Manager Acces interzis.


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Interzis accesul la Managerul de cache.

    Ne pare rău, nu aveţi momentan permisiunea de a face cererea %U de la acest cache manager până când nu vă autentificaţi.

    Vă rugăm contactaţi administratorul cache-ului dacă aveţi dificultăţi în a vă autentifica sau, dacă sunteţi administratorul, citiţi documentaţia Squid despre interfaţa cache managerului şi verificaţi jurnalul cache pentru mesaje de eroare mai detaliate.



    \ No newline at end of file + EROARE: Cache Manager Access Denied

    ERROR

    Cache Manager Acces interzis.


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Interzis accesul la Managerul de cache.

    Ne pare rău, nu aveţi momentan permisiunea de a face cererea %U de la acest cache manager până când nu vă autentificaţi.

    Vă rugăm contactaţi administratorul cache-ului dacă aveţi dificultăţi în a vă autentifica sau, dacă sunteţi administratorul, citiţi documentaţia Squid despre interfaţa cache managerului şi verificaţi jurnalul cache pentru mesaje de eroare mai detaliate.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_CANNOT_FORWARD squid3-3.1.20/errors/ro/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/ro/ERR_CANNOT_FORWARD 2012-02-05 13:51:57.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_CANNOT_FORWARD 2012-06-08 14:14:47.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Nu pot să forwardez această cerere la acest moment.

    Această cerere nu a putut fi înaintată către serverul de origine sau un cache părinte. Cea mai probabilă cauză de eroare este că administratorul cache-ului nu permite acestui cache să facă conexiuni directe către serverele de origine şi toate cache-urile părinte nu pot fi contactate în acest moment.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Nu pot să forwardez această cerere la acest moment.

    This request could not be forwarded to the origin server or to any parent caches.

    Unele posibile probleme sunt:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_CONNECT_FAIL squid3-3.1.20/errors/ro/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/ro/ERR_CONNECT_FAIL 2012-02-05 13:52:02.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_CONNECT_FAIL 2012-06-08 14:14:49.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Conexiunea la %I a eşuat.

    Sistemul de operare a returnat mesajul: %E

    Calculatorul sau reţeaua destinaţie s-ar putea să fie inoperabile. Vă rugăm să încercaţi cererea din nou.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Conexiunea la %I a eşuat.

    Sistemul de operare a returnat mesajul: %E

    Calculatorul sau reţeaua destinaţie s-ar putea să fie inoperabile. Vă rugăm să încercaţi cererea din nou.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_DIR_LISTING squid3-3.1.20/errors/ro/ERR_DIR_LISTING --- squid3-3.1.19/errors/ro/ERR_DIR_LISTING 2012-02-05 13:52:04.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_DIR_LISTING 2012-06-08 14:14:51.000000000 +0200 @@ -1 +1 @@ - Directorul: %U

    Directorul: %U/


    Conţinutul directorului:

    %z
    %g
    Director părinte Director părinte (Director rădăcină)

    \ No newline at end of file + Directorul: %U

    Directorul: %U/


    Conţinutul directorului:

    %z
    %g
    Director părinte (Director rădăcină)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_DNS_FAIL squid3-3.1.20/errors/ro/ERR_DNS_FAIL --- squid3-3.1.19/errors/ro/ERR_DNS_FAIL 2012-02-05 13:52:08.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_DNS_FAIL 2012-06-08 14:14:53.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Nu pot determina adresa IP din numele host-ului pentru %H

    Serverul DNS a răspuns:

    %z

    Aceasta înseamnă că serverul de cache nu a putut rezolva numele host-ului scris în URL. Verificaţi dacă adresa este corectă.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Nu pot determina adresa IP din numele host-ului pentru %H

    Serverul DNS a răspuns:

    %z

    Aceasta înseamnă că serverul de cache nu a putut rezolva numele host-ului scris în URL. Verificaţi dacă adresa este corectă.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_ESI squid3-3.1.20/errors/ro/ERR_ESI --- squid3-3.1.19/errors/ro/ERR_ESI 2012-02-05 13:52:10.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_ESI 2012-06-08 14:14:56.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Procesarea ESI a eşuat.

    Procesorul ESI a răspuns:

    %Z

    Aceasta înseamnă ca proxy-ul intermediar nu a putut procesa modelul ESI. Vă rugăm să raportaţi această eroare webmaster-ului.

    Webmaster-ul este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Procesarea ESI a eşuat.

    Procesorul ESI a răspuns:

    %Z

    Aceasta înseamnă ca proxy-ul intermediar nu a putut procesa modelul ESI. Vă rugăm să raportaţi această eroare webmaster-ului.

    Webmaster-ul este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_FORWARDING_DENIED squid3-3.1.20/errors/ro/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/ro/ERR_FORWARDING_DENIED 2012-02-05 13:52:13.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_FORWARDING_DENIED 2012-06-08 14:14:58.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Înaintarea cererii este interzisă.

    Acest cache nu va înainta cererea dumneavoastră din cauză că încearcă să stabilească o relaţie de echivalenţă. Poate că clientul %i este un cache care a fost configurat greşit.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Înaintarea cererii este interzisă.

    Acest cache nu va înainta cererea dumneavoastră din cauză că încearcă să stabilească o relaţie de echivalenţă. Poate că clientul %i este un cache care a fost configurat greşit.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_FTP_DISABLED squid3-3.1.20/errors/ro/ERR_FTP_DISABLED --- squid3-3.1.19/errors/ro/ERR_FTP_DISABLED 2012-02-05 13:52:16.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_FTP_DISABLED 2012-06-08 14:15:00.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    FTP este dezactivat

    Acest cache nu suportă protocolul FTP.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    FTP este dezactivat

    Acest cache nu suportă protocolul FTP.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_FTP_FAILURE squid3-3.1.20/errors/ro/ERR_FTP_FAILURE --- squid3-3.1.19/errors/ro/ERR_FTP_FAILURE 2012-02-05 13:52:19.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_FTP_FAILURE 2012-06-08 14:15:09.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    O eroare în protocolul FTP a survenit în timp ce se încerca accesarea URL-ului: %U

    Squid a trimis următoarea comandă FTP:

    %f

    Răspunsul serverului a fost:

    %F
    %g

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    O eroare în protocolul FTP a survenit în timp ce se încerca accesarea URL-ului: %U

    Squid a trimis următoarea comandă FTP:

    %f

    Răspunsul serverului a fost:

    %F
    %g

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/ro/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/ro/ERR_FTP_FORBIDDEN 2012-02-05 13:52:24.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_FTP_FORBIDDEN 2012-06-08 14:15:14.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    Autentificarea FTP a eşuat în timp ce se încerca accesarea URL-ului: %U

    Squid a trimis următoarea comandă FTP:

    %f

    Răspunsul serverului a fost:

    %F
    %g

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    Autentificarea FTP a eşuat în timp ce se încerca accesarea URL-ului: %U

    Squid a trimis următoarea comandă FTP:

    %f

    Răspunsul serverului a fost:

    %F
    %g

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/ro/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/ro/ERR_FTP_NOT_FOUND 2012-02-05 13:52:27.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_FTP_NOT_FOUND 2012-06-08 14:15:18.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    URL-ul următor nu a putut fi accesat: %U

    Squid a trimis următoarea comandă FTP:

    %f

    Răspunsul serverului a fost:

    %F
    %g

    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 %B.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    URL-ul următor nu a putut fi accesat: %U

    Squid a trimis următoarea comandă FTP:

    %f

    Răspunsul serverului a fost:

    %F
    %g

    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 %B.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/ro/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/ro/ERR_FTP_PUT_CREATED 2012-02-05 13:52:30.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_FTP_PUT_CREATED 2012-06-08 14:15:21.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operaţie reuşită

    Fişierul a fost creat




    \ No newline at end of file + FTP PUT Successful.

    Operaţie reuşită

    Fişierul a fost creat




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/ro/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/ro/ERR_FTP_PUT_ERROR 2012-02-05 13:52:32.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_FTP_PUT_ERROR 2012-06-08 14:15:25.000000000 +0200 @@ -1 +1 @@ - EROARE: FTP upload failed

    ERROR

    FTP PUT upload failed


    O eroare în protocolul FTP a survenit în timp ce se încerca accesarea URL-ului: %U

    Squid a trimis următoarea comandă FTP:

    %f

    Răspunsul serverului a fost:

    %F

    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.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: FTP upload failed

    ERROR

    FTP PUT upload failed


    O eroare în protocolul FTP a survenit în timp ce se încerca accesarea URL-ului: %U

    Squid a trimis următoarea comandă FTP:

    %f

    Răspunsul serverului a fost:

    %F

    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.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/ro/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/ro/ERR_FTP_PUT_MODIFIED 2012-02-05 13:52:35.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_FTP_PUT_MODIFIED 2012-06-08 14:15:28.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operaţie reuşită

    Fişierul a fost actualizat




    \ No newline at end of file + FTP PUT Successful.

    Operaţie reuşită

    Fişierul a fost actualizat




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/ro/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/ro/ERR_FTP_UNAVAILABLE 2012-02-05 13:52:38.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_FTP_UNAVAILABLE 2012-06-08 14:15:38.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    Serverul FTP a fost prea ocupat pentru a accesa URL-ul: %U

    Squid a trimis următoarea comandă FTP:

    %f

    Răspunsul serverului a fost:

    %F
    %g

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    Serverul FTP a fost prea ocupat pentru a accesa URL-ul: %U

    Squid a trimis următoarea comandă FTP:

    %f

    Răspunsul serverului a fost:

    %F
    %g

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/ro/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/ro/ERR_GATEWAY_FAILURE 2012-02-05 13:52:40.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_GATEWAY_FAILURE 2012-06-08 14:15:46.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_ICAP_FAILURE squid3-3.1.20/errors/ro/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/ro/ERR_ICAP_FAILURE 2012-02-05 13:52:43.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_ICAP_FAILURE 2012-06-08 14:15:53.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Eroare în protocolul ICAP.

    Sistemul de operare a returnat mesajul: %E

    Aceasta însemnă că o parte din comunicarea ICAP a eşuat.

    Unele posibile probleme sunt:

    • Serverul ICAP nu poate fi contactat.

    • S-a recepţionat un răspuns ilegal de la serverul ICAP.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Eroare în protocolul ICAP.

    Sistemul de operare a returnat mesajul: %E

    Aceasta însemnă că o parte din comunicarea ICAP a eşuat.

    Unele posibile probleme sunt:

    • Serverul ICAP nu poate fi contactat.

    • S-a recepţionat un răspuns ilegal de la serverul ICAP.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_INVALID_REQ squid3-3.1.20/errors/ro/ERR_INVALID_REQ --- squid3-3.1.19/errors/ro/ERR_INVALID_REQ 2012-02-05 13:52:45.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_INVALID_REQ 2012-06-08 14:15:58.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    Eroarea Cerere invalidă a fost întâlnită în timp ce se încerca procesarea cererii:

    %R

    Unele posibile probleme sunt:

    • Metoda de cerere lipseşte sau nu este cunoscută.

    • Lipseşte URL-ul.

    • Lipseşte identificatorul HTTP (HTTP/1.0).

    • Cererea este prea mare.

    • Content-Length lipseşte pentru cererile POST sau PUT.

    • Caracter ilegal în numele staţiei; liniuţele de subliniere nu sunt permise.

    • HTTP/1.1 Capabilitatea Expect: este cerută de software HTTP/1.0.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    Eroarea Cerere invalidă a fost întâlnită în timp ce se încerca procesarea cererii:

    %R

    Unele posibile probleme sunt:

    • Metoda de cerere lipseşte sau nu este cunoscută.

    • Lipseşte URL-ul.

    • Lipseşte identificatorul HTTP (HTTP/1.0).

    • Cererea este prea mare.

    • Content-Length lipseşte pentru cererile POST sau PUT.

    • Caracter ilegal în numele staţiei; liniuţele de subliniere nu sunt permise.

    • HTTP/1.1 Capabilitatea Expect: este cerută de software HTTP/1.0.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_INVALID_RESP squid3-3.1.20/errors/ro/ERR_INVALID_RESP --- squid3-3.1.19/errors/ro/ERR_INVALID_RESP 2012-02-05 13:52:47.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_INVALID_RESP 2012-06-08 14:16:04.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    Eroarea Răspuns invalid a fost întâlnită în timp ce se încerca procesarea cererii:

    %R

    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.

    Administratorul cache-ului vă poate oferi mai multe detalii în legătură cu natura exactă a problemei dacă este nevoie.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    Eroarea Răspuns invalid a fost întâlnită în timp ce se încerca procesarea cererii:

    %R

    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.

    Administratorul cache-ului vă poate oferi mai multe detalii în legătură cu natura exactă a problemei dacă este nevoie.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_INVALID_URL squid3-3.1.20/errors/ro/ERR_INVALID_URL --- squid3-3.1.19/errors/ro/ERR_INVALID_URL 2012-02-05 13:52:50.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_INVALID_URL 2012-06-08 14:16:10.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    URL invalid

    O parte a URL-ului cerut este incorectă.

    Unele posibile probleme sunt:

    • Protocolul de acces lipseşte sau nu este corect (ar trebui să fie http:// sau similar)

    • Lipseşte numele staţiei

    • Secvenţa escape-dublu este ilegală în calea URL

    • Caracter ilegal în numele staţiei; liniuţele de subliniere nu sunt permise.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    URL invalid

    O parte a URL-ului cerut este incorectă.

    Unele posibile probleme sunt:

    • Protocolul de acces lipseşte sau nu este corect (ar trebui să fie http:// sau similar)

    • Lipseşte numele staţiei

    • Secvenţa escape-dublu este ilegală în calea URL

    • Caracter ilegal în numele staţiei; liniuţele de subliniere nu sunt permise.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_LIFETIME_EXP squid3-3.1.20/errors/ro/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/ro/ERR_LIFETIME_EXP 2012-02-05 13:52:52.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_LIFETIME_EXP 2012-06-08 14:16:17.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Durata de viaţă a conexiunii a expirat

    Squid a terminat conexiunea din cauză că a depăşit durata maximă admisă pentru o conexiune.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Durata de viaţă a conexiunii a expirat

    Squid a terminat conexiunea din cauză că a depăşit durata maximă admisă pentru o conexiune.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_NO_RELAY squid3-3.1.20/errors/ro/ERR_NO_RELAY --- squid3-3.1.19/errors/ro/ERR_NO_RELAY 2012-02-05 13:52:54.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_NO_RELAY 2012-06-08 14:16:24.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Nu există relay Wais

    Nu este definit niciun relay WAIS pentru acest cache! Strigaţi la administrator.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Nu există relay Wais

    Nu este definit niciun relay WAIS pentru acest cache! Strigaţi la administrator.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/ro/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/ro/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:52:56.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:16:29.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Un document valid nu a fost găsit în cache şi directiva only-if-cached (numai dacă este deja în cache) a fost specificată.

    Aţi cerut un document cu directiva only-if-cached (numai dacă există deja în cache). Documentul nu a fost găsit în cache, sau a necesitat o revalidare, revalidare interzisă de directiva only-if-cached.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Un document valid nu a fost găsit în cache şi directiva only-if-cached (numai dacă este deja în cache) a fost specificată.

    Aţi cerut un document cu directiva only-if-cached (numai dacă există deja în cache). Documentul nu a fost găsit în cache, sau a necesitat o revalidare, revalidare interzisă de directiva only-if-cached.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/error-details.txt squid3-3.1.20/errors/ro/error-details.txt --- squid3-3.1.19/errors/ro/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ro/error-details.txt 2012-06-08 14:17:26.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/ro/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/ro/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/ro/ERR_PRECONDITION_FAILED 2012-02-05 13:52:58.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_PRECONDITION_FAILED 2012-06-08 14:16:35.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_READ_ERROR squid3-3.1.20/errors/ro/ERR_READ_ERROR --- squid3-3.1.19/errors/ro/ERR_READ_ERROR 2012-02-05 13:53:01.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_READ_ERROR 2012-06-08 14:16:40.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Eroare la citire

    Sistemul de operare a returnat mesajul: %E

    A survenit o eroare în timp ce se citeau date din reţea. Vă rugăm să încercaţi cererea din nou.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Eroare la citire

    Sistemul de operare a returnat mesajul: %E

    A survenit o eroare în timp ce se citeau date din reţea. Vă rugăm să încercaţi cererea din nou.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_READ_TIMEOUT squid3-3.1.20/errors/ro/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/ro/ERR_READ_TIMEOUT 2012-02-05 13:53:03.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_READ_TIMEOUT 2012-06-08 14:16:45.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Cererea de citire a expirat

    Sistemul de operare a returnat mesajul: %E

    S-a depăşit timpul de aşteptare în tipul citirii datelor de la reţea. Reţeaua sau serverul ar putea fi căzute sau congestionate. Vă rugăm să încercaţi din nou.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Cererea de citire a expirat

    Sistemul de operare a returnat mesajul: %E

    S-a depăşit timpul de aşteptare în tipul citirii datelor de la reţea. Reţeaua sau serverul ar putea fi căzute sau congestionate. Vă rugăm să încercaţi din nou.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/ro/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/ro/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:53:05.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:16:49.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    A eşuat stabilirea unei conexiuni securizate cu %I

    Sistemul de operare a returnat mesajul: %E

    Acest proxy şi serverul cerut nu au putut negocia o modalitate de securizare mutual acceptabilă pentru a procesa cererea d-voastră. Este posibil ca serverul respectiv să nu suporte conexiuni securizate, sau că proxy-ul nu este satisfăcut de certificările de securitate ale serverului.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    A eşuat stabilirea unei conexiuni securizate cu %I

    Sistemul de operare a returnat mesajul: %E

    Acest proxy şi serverul cerut nu au putut negocia o modalitate de securizare mutual acceptabilă pentru a procesa cererea d-voastră. Este posibil ca serverul respectiv să nu suporte conexiuni securizate, sau că proxy-ul nu este satisfăcut de certificările de securitate ale serverului.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_SHUTTING_DOWN squid3-3.1.20/errors/ro/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/ro/ERR_SHUTTING_DOWN 2012-02-05 13:53:07.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_SHUTTING_DOWN 2012-06-08 14:16:54.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Acest cache este în curs de închidere şi nu poate procesa cererea în acest moment. Vă rugăm să repetaţi cererea cât mai curând.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Acest cache este în curs de închidere şi nu poate procesa cererea în acest moment. Vă rugăm să repetaţi cererea cât mai curând.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_SOCKET_FAILURE squid3-3.1.20/errors/ro/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/ro/ERR_SOCKET_FAILURE 2012-02-05 13:53:10.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_SOCKET_FAILURE 2012-06-08 14:16:58.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Eroare de Socket

    Sistemul de operare a returnat mesajul: %E

    Squid nu poate crea un socket TCP, probabil din cauza încărcării excesive. Vă rugăm să încercaţi cererea din nou.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Eroare de Socket

    Sistemul de operare a returnat mesajul: %E

    Squid nu poate crea un socket TCP, probabil din cauza încărcării excesive. Vă rugăm să încercaţi cererea din nou.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_TOO_BIG squid3-3.1.20/errors/ro/ERR_TOO_BIG --- squid3-3.1.19/errors/ro/ERR_TOO_BIG 2012-02-05 13:53:12.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_TOO_BIG 2012-06-08 14:17:03.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Cererea sau răspunsul este prea mare.

    În cazul în care faceţi o cerere POST sau PUT, ceea ce încercaţi să încărcaţi este prea mare.

    În cazul în care faceţi o cerere GET, ceea ce încercaţi să descărcaţi este prea mare.

    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ă.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Cererea sau răspunsul este prea mare.

    În cazul în care faceţi o cerere POST sau PUT, ceea ce încercaţi să încărcaţi este prea mare.

    În cazul în care faceţi o cerere GET, ceea ce încercaţi să descărcaţi este prea mare.

    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ă.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/ro/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/ro/ERR_UNSUP_HTTPVERSION 2012-02-05 13:53:14.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_UNSUP_HTTPVERSION 2012-06-08 14:17:08.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    Versiune HTTP nesuportată


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Unsupported HTTP version

    Acest Squid nu acceptă versiunea HTTP pe care încercaţi să o utilizaţi.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    Versiune HTTP nesuportată


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Unsupported HTTP version

    Acest Squid nu acceptă versiunea HTTP pe care încercaţi să o utilizaţi.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_UNSUP_REQ squid3-3.1.20/errors/ro/ERR_UNSUP_REQ --- squid3-3.1.19/errors/ro/ERR_UNSUP_REQ 2012-02-05 13:53:16.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_UNSUP_REQ 2012-06-08 14:17:13.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Metodă de cerere şi protocol nesuportată

    Squid nu suportă toate metodele de cerere pentru toate protocoalele de acces. De exemplu, nu puteţi face o cerere de tip POST pentru Gopher.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Metodă de cerere şi protocol nesuportată

    Squid nu suportă toate metodele de cerere pentru toate protocoalele de acces. De exemplu, nu puteţi face o cerere de tip POST pentru Gopher.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_URN_RESOLVE squid3-3.1.20/errors/ro/ERR_URN_RESOLVE --- squid3-3.1.19/errors/ro/ERR_URN_RESOLVE 2012-02-05 13:53:19.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_URN_RESOLVE 2012-06-08 14:17:16.000000000 +0200 @@ -1 +1 @@ - EROARE: The requested URN could not be retrieved

    ERROR

    Un URL pentru URN-ul cerut nu a putut fi accesat


    S-a recepţionat următoarea eroare când se încerca accesarea URN-ului: %U

    Nu se poate rezolva URN-ul

    Hei, nu vă aşteptaţi la prea multe de la URN-uri pe %T :)

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: The requested URN could not be retrieved

    ERROR

    Un URL pentru URN-ul cerut nu a putut fi accesat


    S-a recepţionat următoarea eroare când se încerca accesarea URN-ului: %U

    Nu se poate rezolva URN-ul

    Hei, nu vă aşteptaţi la prea multe de la URN-uri pe %T :)

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_WRITE_ERROR squid3-3.1.20/errors/ro/ERR_WRITE_ERROR --- squid3-3.1.19/errors/ro/ERR_WRITE_ERROR 2012-02-05 13:53:21.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_WRITE_ERROR 2012-06-08 14:17:21.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Eroare la scriere

    Sistemul de operare a returnat mesajul: %E

    A survenit o eroare în timp ce se scriau date în reţea. Vă rugăm să încercaţi cererea din nou.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Eroare la scriere

    Sistemul de operare a returnat mesajul: %E

    A survenit o eroare în timp ce se scriau date în reţea. Vă rugăm să încercaţi cererea din nou.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ro/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/ro/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/ro/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:53:23.000000000 +0100 +++ squid3-3.1.20/errors/ro/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:17:26.000000000 +0200 @@ -1 +1 @@ - EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Răspuns de lungime zero

    Squid nu a recepţionat nici un fel de date pentru această cerere.

    Administratorul cache-ului este %w.



    \ No newline at end of file + EROARE: URL-ul cerut nu a putut fi accesat

    ERROR

    The requested URL could not be retrieved


    S-a recepţionat următoarea eroare când se încerca accesarea URL-ului: %U

    Răspuns de lungime zero

    Squid nu a recepţionat nici un fel de date pentru această cerere.

    Administratorul cache-ului este %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_ACCESS_DENIED squid3-3.1.20/errors/ru/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/ru/ERR_ACCESS_DENIED 2012-02-05 13:53:25.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_ACCESS_DENIED 2012-06-08 14:17:30.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Доступ запрещён.

    Система контроля доступа не позволяет выполнить ваш запрос сейчас. Обратитесь к вашему администратору.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Доступ запрещён.

    Система контроля доступа не позволяет выполнить ваш запрос сейчас. Обратитесь к вашему администратору.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:17:37.000000000 +0200 @@ -0,0 +1 @@ + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Time Quota Exceeded.

    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.

    Эти ограничения были установлены администратором. Свяжитесь с ним для получения информации.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/ru/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/ru/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_AGENT_CONFIGURE 2012-06-08 14:17:42.000000000 +0200 @@ -0,0 +1 @@ + Настройки браузера

    ОШИБКА

    Web Browser Configuration


    Необходимо произвести настройку вашего браузера для использования этой сети

    Эти настройки в вашем браузере:

    Для браузера Firefox перейдите в:
    • Инструменты -> Опции -> Дополнительно -> Сеть -> Настойки соединения
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Для браузера Internet Explorer перейдите в:
    • Инструменты -> Настройки интернета -> Соединения -> Настройки LAN -> Прокси
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Для браузера Opera перейдите в:
    • Инструменты -> Настройки -> Дополнительно -> Сеть -> Прокси-серверы
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_AGENT_WPAD squid3-3.1.20/errors/ru/ERR_AGENT_WPAD --- squid3-3.1.19/errors/ru/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_AGENT_WPAD 2012-06-08 14:17:48.000000000 +0200 @@ -0,0 +1 @@ + Настройки браузера

    ОШИБКА

    Web Browser Configuration


    Необходимо произвести настройку вашего браузера для использования этой сети

    Эти настройки в вашем браузере:

    Для браузера Firefox перейдите в:
    • Инструменты -> Опции -> Дополнительно -> Сеть -> Настойки соединения
    • Select Auto-detect proxy settings for this network
    Для браузера Internet Explorer перейдите в:
    • Инструменты -> Настройки интернета -> Соединения -> Настройки LAN -> Прокси
    • Выберите Автоматически определять настройки
    Для браузера Opera перейдите в:
    • Инструменты -> Настройки -> Дополнительно -> Сеть -> Прокси-серверы
    • Выберите Использовать Автоматическое определение прокси

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/ru/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/ru/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:53:27.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:17:52.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Cache Access Denied

    ERROR

    Cache Доступ запрещён.


    При получении URL %U произошла следующая ошибка

    Доступ к кэшу запрещён.

    Извините, Вы не можете запросить %U из этого кэша до тех пор, пока не пройдёте аутентификацию.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + ОШИБКА: Cache Access Denied

    ERROR

    Cache Доступ запрещён.


    При получении URL %U произошла следующая ошибка

    Доступ к кэшу запрещён.

    Извините, Вы не можете запросить %U из этого кэша до тех пор, пока не пройдёте аутентификацию.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:53:29.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:17:56.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Cache Manager Access Denied

    ERROR

    Cache Manager Доступ запрещён.


    При получении URL %U произошла следующая ошибка

    Доступ к управлению кэшем запрещён.

    Извините, Вы не можете запросить %U из системы управления кэшем до тех пор, пока не пройдете аутентификацию.

    Если у Вас возникли проблемы с аутентификацией, пожалуйста, свяжитесь с администратором кэша, если же Вы - администратор, прочитайте документацию по интерфейсу управления кэшем и проверьте файл протокола на предмет более детальных сообщений об ошибках.



    \ No newline at end of file + ОШИБКА: Cache Manager Access Denied

    ERROR

    Cache Manager Доступ запрещён.


    При получении URL %U произошла следующая ошибка

    Доступ к управлению кэшем запрещён.

    Извините, Вы не можете запросить %U из системы управления кэшем до тех пор, пока не пройдете аутентификацию.

    Если у Вас возникли проблемы с аутентификацией, пожалуйста, свяжитесь с администратором кэша, если же Вы - администратор, прочитайте документацию по интерфейсу управления кэшем и проверьте файл протокола на предмет более детальных сообщений об ошибках.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_CANNOT_FORWARD squid3-3.1.20/errors/ru/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/ru/ERR_CANNOT_FORWARD 2012-02-05 13:53:31.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_CANNOT_FORWARD 2012-06-08 14:18:02.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Невозможно переслать этот запрос в данное время.

    Запрос не может быть направлен на сервер-источник файла или на любой вышестоящий кэширующий прокси-сервер. Наиболее вероятной причиной этой ошибки является то, что кэш-администратор запретил подключаться к серверам интернета напрямую, а все вышестоящие кэширующие прокси-серверы в данный момент не доступны.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Невозможно переслать этот запрос в данное время.

    This request could not be forwarded to the origin server or to any parent caches.

    Возможные проблемы:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_CONNECT_FAIL squid3-3.1.20/errors/ru/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/ru/ERR_CONNECT_FAIL 2012-02-05 13:53:35.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_CONNECT_FAIL 2012-06-08 14:18:08.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Соединение с %I не удалось

    Система вернула: %E

    Удаленный узел или сеть недоступен. Повторите запрос позднее

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Соединение с %I не удалось

    Система вернула: %E

    Удаленный узел или сеть недоступен. Повторите запрос позднее

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_DIR_LISTING squid3-3.1.20/errors/ru/ERR_DIR_LISTING --- squid3-3.1.19/errors/ru/ERR_DIR_LISTING 2012-02-05 13:53:38.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_DIR_LISTING 2012-06-08 14:18:12.000000000 +0200 @@ -1 +1 @@ - Каталог: %U

    Каталог: %U/



    \ No newline at end of file + Каталог: %U

    Каталог: %U/



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_DNS_FAIL squid3-3.1.20/errors/ru/ERR_DNS_FAIL --- squid3-3.1.19/errors/ru/ERR_DNS_FAIL 2012-02-05 13:53:41.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_DNS_FAIL 2012-06-08 14:18:14.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Невозможно определить IP-адрес по имени узла %H

    Сервер DNS ответил:

    %z

    Это означает, что кэш не смог распознать имя узла в URL. Проверьте адрес на корректность.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Невозможно определить IP-адрес по имени узла %H

    Сервер DNS ответил:

    %z

    Это означает, что кэш не смог распознать имя узла в URL. Проверьте адрес на корректность.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_ESI squid3-3.1.20/errors/ru/ERR_ESI --- squid3-3.1.19/errors/ru/ERR_ESI 2012-02-05 13:53:44.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_ESI 2012-06-08 14:18:18.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Обработка ESI не удалась.

    Обработчик ESI ответил:

    %Z

    Это означает, что заместитель не сумел обработать ESI-шаблон. Пожалуйста, сообщите об этой ошибке веб-мастеру.

    Ваш вебмастер: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Обработка ESI не удалась.

    Обработчик ESI ответил:

    %Z

    Это означает, что заместитель не сумел обработать ESI-шаблон. Пожалуйста, сообщите об этой ошибке веб-мастеру.

    Ваш вебмастер: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_FORWARDING_DENIED squid3-3.1.20/errors/ru/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/ru/ERR_FORWARDING_DENIED 2012-02-05 13:53:47.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_FORWARDING_DENIED 2012-06-08 14:18:20.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Пересылка запрещена.

    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.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Пересылка запрещена.

    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.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_FTP_DISABLED squid3-3.1.20/errors/ru/ERR_FTP_DISABLED --- squid3-3.1.19/errors/ru/ERR_FTP_DISABLED 2012-02-05 13:53:49.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_FTP_DISABLED 2012-06-08 14:18:23.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Протокол FTP отключён

    Этот кэш не поддерживает протокол FTP.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Протокол FTP отключён

    Этот кэш не поддерживает протокол FTP.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_FTP_FAILURE squid3-3.1.20/errors/ru/ERR_FTP_FAILURE --- squid3-3.1.19/errors/ru/ERR_FTP_FAILURE 2012-02-05 13:53:53.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_FTP_FAILURE 2012-06-08 14:18:25.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    Произошла ошибка протокола FTP при попытке получить URL: %U

    Squid послал следующую команду FTP:

    %f

    Сервер ответил:

    %F
    %g

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    Произошла ошибка протокола FTP при попытке получить URL: %U

    Squid послал следующую команду FTP:

    %f

    Сервер ответил:

    %F
    %g

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/ru/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/ru/ERR_FTP_FORBIDDEN 2012-02-05 13:53:55.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_FTP_FORBIDDEN 2012-06-08 14:18:28.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    Произошла ошибка аутентификации FTP при попытке получить URL: %U

    Squid послал следующую команду FTP:

    %f

    Сервер ответил:

    %F
    %g

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    Произошла ошибка аутентификации FTP при попытке получить URL: %U

    Squid послал следующую команду FTP:

    %f

    Сервер ответил:

    %F
    %g

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/ru/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/ru/ERR_FTP_NOT_FOUND 2012-02-05 13:53:58.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_FTP_NOT_FOUND 2012-06-08 14:18:30.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    Следующий URL не может быть получен: %U

    Squid послал следующую команду FTP:

    %f

    Сервер ответил:

    %F
    %g

    Это могло произойти из-за абсолютной ссылки на FTP (которая не соответствует RFC 1738). В этом случае файл может быть получен по адресу %B.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    Следующий URL не может быть получен: %U

    Squid послал следующую команду FTP:

    %f

    Сервер ответил:

    %F
    %g

    Это могло произойти из-за абсолютной ссылки на FTP (которая не соответствует RFC 1738). В этом случае файл может быть получен по адресу %B.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/ru/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/ru/ERR_FTP_PUT_CREATED 2012-02-05 13:54:01.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_FTP_PUT_CREATED 2012-06-08 14:18:32.000000000 +0200 @@ -1 +1 @@ - Копирование локального файла на FTP-сервер методом PUT завершено.

    Операция завершилась успешно

    Файл создан




    \ No newline at end of file + Копирование локального файла на FTP-сервер методом PUT завершено.

    Операция завершилась успешно

    Файл создан




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/ru/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/ru/ERR_FTP_PUT_ERROR 2012-02-05 13:54:04.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_FTP_PUT_ERROR 2012-06-08 14:18:37.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: FTP upload failed

    ERROR

    Произошла ошибка во время копирования локального файла на FTP-сервер методом PUT.


    Произошла ошибка протокола FTP при попытке получить URL: %U

    Squid послал следующую команду FTP:

    %f

    Сервер ответил:

    %F

    Это означает, что сервер FTP может не иметь прав или свободного места для хранения файла. Проверьте путь, права, свободное место и попробуйте снова.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: FTP upload failed

    ERROR

    Произошла ошибка во время копирования локального файла на FTP-сервер методом PUT.


    Произошла ошибка протокола FTP при попытке получить URL: %U

    Squid послал следующую команду FTP:

    %f

    Сервер ответил:

    %F

    Это означает, что сервер FTP может не иметь прав или свободного места для хранения файла. Проверьте путь, права, свободное место и попробуйте снова.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/ru/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/ru/ERR_FTP_PUT_MODIFIED 2012-02-05 13:54:07.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_FTP_PUT_MODIFIED 2012-06-08 14:18:40.000000000 +0200 @@ -1 +1 @@ - Копирование локального файла на FTP-сервер методом PUT завершено.

    Операция завершилась успешно

    Файл обновлён




    \ No newline at end of file + Копирование локального файла на FTP-сервер методом PUT завершено.

    Операция завершилась успешно

    Файл обновлён




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/ru/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/ru/ERR_FTP_UNAVAILABLE 2012-02-05 13:54:09.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_FTP_UNAVAILABLE 2012-06-08 14:18:43.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    Сервер FTP слишком нагружен, чтобы получить URL: %U

    Squid послал следующую команду FTP:

    %f

    Сервер ответил:

    %F
    %g

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    Сервер FTP слишком нагружен, чтобы получить URL: %U

    Squid послал следующую команду FTP:

    %f

    Сервер ответил:

    %F
    %g

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/ru/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/ru/ERR_GATEWAY_FAILURE 2012-02-05 13:54:11.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_GATEWAY_FAILURE 2012-06-08 14:18:47.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_ICAP_FAILURE squid3-3.1.20/errors/ru/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/ru/ERR_ICAP_FAILURE 2012-02-05 13:54:13.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_ICAP_FAILURE 2012-06-08 14:18:49.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Ошибка протокола ICAP.

    Система вернула: %E

    Это означает, что какой-то этап связи по протоколу ICAP не удался.

    Возможные проблемы:

    • Сервер ICAP недоступен

    • Получен недопустимый ответ от сервера ICAP.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Ошибка протокола ICAP.

    Система вернула: %E

    Это означает, что какой-то этап связи по протоколу ICAP не удался.

    Возможные проблемы:

    • Сервер ICAP недоступен

    • Получен недопустимый ответ от сервера ICAP.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_INVALID_REQ squid3-3.1.20/errors/ru/ERR_INVALID_REQ --- squid3-3.1.19/errors/ru/ERR_INVALID_REQ 2012-02-05 13:54:15.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_INVALID_REQ 2012-06-08 14:18:51.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    Обнаружен недопустимый запрос:

    %R

    Возможные проблемы:

    • Отсутствует или неизвестен метод запроса.

    • Отсутствует URL.

    • Отсутствует идентификатор HTTP (HTTP/1.0).

    • Запрос слишком велик.

    • В запросе POST или PUT отсутствует заголовок Content-Length.

    • Недопустимый символ в имени узла (hostname), подчёркивания запрещены.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    Обнаружен недопустимый запрос:

    %R

    Возможные проблемы:

    • Отсутствует или неизвестен метод запроса.

    • Отсутствует URL.

    • Отсутствует идентификатор HTTP (HTTP/1.0).

    • Запрос слишком велик.

    • В запросе POST или PUT отсутствует заголовок Content-Length.

    • Недопустимый символ в имени узла (hostname), подчёркивания запрещены.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_INVALID_RESP squid3-3.1.20/errors/ru/ERR_INVALID_RESP --- squid3-3.1.19/errors/ru/ERR_INVALID_RESP 2012-02-05 13:54:17.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_INVALID_RESP 2012-06-08 14:18:55.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    Получен недопустимый ответ при попытке обработки запроса:

    %R

    Ответ HTTP, полученный от сервера, не может быть распознан, или он был неверно сформирован. Пожалуйста, свяжитесь с оператором сайта.

    Администратор Вашего кэша при необходимости может предоставить Вам более подробную информацию о действительных причинах проблемы.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    Получен недопустимый ответ при попытке обработки запроса:

    %R

    Ответ HTTP, полученный от сервера, не может быть распознан, или он был неверно сформирован. Пожалуйста, свяжитесь с оператором сайта.

    Администратор Вашего кэша при необходимости может предоставить Вам более подробную информацию о действительных причинах проблемы.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_INVALID_URL squid3-3.1.20/errors/ru/ERR_INVALID_URL --- squid3-3.1.19/errors/ru/ERR_INVALID_URL 2012-02-05 13:54:19.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_INVALID_URL 2012-06-08 14:18:57.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Недопустимый URL

    Какая-то часть запрашиваемого URL некорректна

    Возможные проблемы:

    • Отсутствет или неверено указан протокол (должно быть http:// или похоже)

    • Отсутствует имя узла (hostname)

    • Недопустимое двойное экранирование в пути URL (URL-Path)

    • Недопустимый символ в имени узла (hostname), подчёркивания запрещены.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Недопустимый URL

    Какая-то часть запрашиваемого URL некорректна

    Возможные проблемы:

    • Отсутствет или неверено указан протокол (должно быть http:// или похоже)

    • Отсутствует имя узла (hostname)

    • Недопустимое двойное экранирование в пути URL (URL-Path)

    • Недопустимый символ в имени узла (hostname), подчёркивания запрещены.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_LIFETIME_EXP squid3-3.1.20/errors/ru/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/ru/ERR_LIFETIME_EXP 2012-02-05 13:54:22.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_LIFETIME_EXP 2012-06-08 14:19:00.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Время жизни соединения истекло

    Squid прервал запрос из-за превышения максимального времени соединения.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Время жизни соединения истекло

    Squid прервал запрос из-за превышения максимального времени соединения.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_NO_RELAY squid3-3.1.20/errors/ru/ERR_NO_RELAY --- squid3-3.1.19/errors/ru/ERR_NO_RELAY 2012-02-05 13:54:23.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_NO_RELAY 2012-06-08 14:19:02.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Wais Relay не определен

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Wais Relay не определен

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/ru/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/ru/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:54:25.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:19:05.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Действительный документ не найден в кэше и указана деректива only-if-cached.

    Вы сделали запрос с директивой управления кэшем only-if-cached. Документ не был найден в кэше или он требует проверки достоверности, запрещённой директивой only-if-cached.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Действительный документ не найден в кэше и указана деректива only-if-cached.

    Вы сделали запрос с директивой управления кэшем only-if-cached. Документ не был найден в кэше или он требует проверки достоверности, запрещённой директивой only-if-cached.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/error-details.txt squid3-3.1.20/errors/ru/error-details.txt --- squid3-3.1.19/errors/ru/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/ru/error-details.txt 2012-06-08 14:19:40.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/ru/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/ru/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/ru/ERR_PRECONDITION_FAILED 2012-02-05 13:54:28.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_PRECONDITION_FAILED 2012-06-08 14:19:08.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_READ_ERROR squid3-3.1.20/errors/ru/ERR_READ_ERROR --- squid3-3.1.19/errors/ru/ERR_READ_ERROR 2012-02-05 13:54:30.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_READ_ERROR 2012-06-08 14:19:10.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Ошибка чтения

    Система вернула: %E

    Ошибка при получении данных их сети. Повторите запрос.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Ошибка чтения

    Система вернула: %E

    Ошибка при получении данных их сети. Повторите запрос.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_READ_TIMEOUT squid3-3.1.20/errors/ru/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/ru/ERR_READ_TIMEOUT 2012-02-05 13:54:32.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_READ_TIMEOUT 2012-06-08 14:19:13.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Время ожидания при чтении истекло

    Система вернула: %E

    Превышен интервал времени ожидания при получении данных из сети. Сеть или сервер могут бытьнедоступны или перегружены. Повторите попытку позже.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Время ожидания при чтении истекло

    Система вернула: %E

    Превышен интервал времени ожидания при получении данных из сети. Сеть или сервер могут бытьнедоступны или перегружены. Повторите попытку позже.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/ru/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/ru/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:54:34.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:19:17.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Не удалось установить безопасное соединение с %I

    Система вернула: %E

    Для выполнения Вашего запроса этот кэш и удаленный узел не смогли согласовать взаимоприемлемые параметры безопасности. Возможно, удаленный узел не поддерживает безопасные соединения или кэш не удовлетворён удостоверением безопасности узла.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Не удалось установить безопасное соединение с %I

    Система вернула: %E

    Для выполнения Вашего запроса этот кэш и удаленный узел не смогли согласовать взаимоприемлемые параметры безопасности. Возможно, удаленный узел не поддерживает безопасные соединения или кэш не удовлетворён удостоверением безопасности узла.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_SHUTTING_DOWN squid3-3.1.20/errors/ru/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/ru/ERR_SHUTTING_DOWN 2012-02-05 13:54:37.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_SHUTTING_DOWN 2012-06-08 14:19:19.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Сервер в данный момент выключается и не может выполнить ваш запрос. Повторите попытку позже.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Сервер в данный момент выключается и не может выполнить ваш запрос. Повторите попытку позже.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_SOCKET_FAILURE squid3-3.1.20/errors/ru/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/ru/ERR_SOCKET_FAILURE 2012-02-05 13:54:40.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_SOCKET_FAILURE 2012-06-08 14:19:21.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Ошибка сокета

    Система вернула: %E

    Squid не может создать сокет TCP, предположительно из-за большой нагрузки. Пожалуйста, повторите запрос.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Ошибка сокета

    Система вернула: %E

    Squid не может создать сокет TCP, предположительно из-за большой нагрузки. Пожалуйста, повторите запрос.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_TOO_BIG squid3-3.1.20/errors/ru/ERR_TOO_BIG --- squid3-3.1.19/errors/ru/ERR_TOO_BIG 2012-02-05 13:54:43.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_TOO_BIG 2012-06-08 14:19:24.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Запрос или ответ слишком велик.

    Если Вы выполняете запрос POST или PUT, то отправляемый объект слишком велик.

    Если Вы выполняете запрос GET, то загружаемый объект слишком велик.

    Эти ограничения были установлены администратором. Свяжитесь с ним для получения информации.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Запрос или ответ слишком велик.

    Если Вы выполняете запрос POST или PUT, то отправляемый объект слишком велик.

    Если Вы выполняете запрос GET, то загружаемый объект слишком велик.

    Эти ограничения были установлены администратором. Свяжитесь с ним для получения информации.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/ru/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/ru/ERR_UNSUP_HTTPVERSION 2012-02-05 13:54:47.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_UNSUP_HTTPVERSION 2012-06-08 14:19:27.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    Неподдерживаемая версия HTTP


    При получении URL %U произошла следующая ошибка

    Unsupported HTTP version

    Данный Squid не принимает версию HTTP, которую вы пытаетесь использовать.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    Неподдерживаемая версия HTTP


    При получении URL %U произошла следующая ошибка

    Unsupported HTTP version

    Данный Squid не принимает версию HTTP, которую вы пытаетесь использовать.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_UNSUP_REQ squid3-3.1.20/errors/ru/ERR_UNSUP_REQ --- squid3-3.1.19/errors/ru/ERR_UNSUP_REQ 2012-02-05 13:54:49.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_UNSUP_REQ 2012-06-08 14:19:29.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Неподдерживаемый метод запроса или протокол

    Squid не поддерживает все методы запросов для всех протоколов. К примеру, для протокола Gopher Вы не можете выполнить запрос POST.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Неподдерживаемый метод запроса или протокол

    Squid не поддерживает все методы запросов для всех протоколов. К примеру, для протокола Gopher Вы не можете выполнить запрос POST.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_URN_RESOLVE squid3-3.1.20/errors/ru/ERR_URN_RESOLVE --- squid3-3.1.19/errors/ru/ERR_URN_RESOLVE 2012-02-05 13:54:52.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_URN_RESOLVE 2012-06-08 14:19:33.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: The requested URN could not be retrieved

    ERROR

    URL для запрошенного URN не может быть получен


    При получении URN %U произошла следующая ошибка

    Невозможно определить URN

    Не стоит ожидать чудес от URN-ов на %T :)

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: The requested URN could not be retrieved

    ERROR

    URL для запрошенного URN не может быть получен


    При получении URN %U произошла следующая ошибка

    Невозможно определить URN

    Не стоит ожидать чудес от URN-ов на %T :)

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_WRITE_ERROR squid3-3.1.20/errors/ru/ERR_WRITE_ERROR --- squid3-3.1.19/errors/ru/ERR_WRITE_ERROR 2012-02-05 13:54:54.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_WRITE_ERROR 2012-06-08 14:19:36.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Ошибка записи

    Система вернула: %E

    Ошибка отправки данных. Повторите запрос

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Ошибка записи

    Система вернула: %E

    Ошибка отправки данных. Повторите запрос

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/ru/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/ru/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/ru/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:54:57.000000000 +0100 +++ squid3-3.1.20/errors/ru/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:19:40.000000000 +0200 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Пустой ответ (нулевой длины)

    Squid не получил никаких данных в ответ на этот запрос.

    Администратор Вашего кэша: %w.



    \ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

    ERROR

    The requested URL could not be retrieved


    При получении URL %U произошла следующая ошибка

    Пустой ответ (нулевой длины)

    Squid не получил никаких данных в ответ на этот запрос.

    Администратор Вашего кэша: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_ACCESS_DENIED squid3-3.1.20/errors/sk/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/sk/ERR_ACCESS_DENIED 2012-02-05 13:55:00.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_ACCESS_DENIED 2012-06-08 14:19:42.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Prístup zamietnutý.

    Vašu požiadavku v tomto čase nebolo možné splniť kvôli konfigurácii riadenia prístupu. Ak si myslíte, že je to chyba, prosím, kontaktujte správcu daného systému.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Prístup zamietnutý.

    Vašu požiadavku v tomto čase nebolo možné splniť kvôli konfigurácii riadenia prístupu. Ak si myslíte, že je to chyba, prosím, kontaktujte správcu daného systému.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:19:45.000000000 +0200 @@ -0,0 +1 @@ + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Time Quota Exceeded.

    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.

    Tieto obmedzenia zaviedol poskytovateľ tohto cache servera. Prosím, kontaktujte ho priamo ak máte pocit, že to je chyba.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/sk/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/sk/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_AGENT_CONFIGURE 2012-06-08 14:19:47.000000000 +0200 @@ -0,0 +1 @@ + Konfigurácia webového prehliadača

    CHYBA

    Web Browser Configuration


    Aby ste mohli používať túto sieť, musíte upraviť konfiguráciu vášho webového prehliadača.

    Ako nájsť tieto nastavenia vo vašom prehliadači:

    Prehliadače Firefox - choďte na:
    • Nástroje -> Možnosti -> Rozšírené -> Sieť -> Nastavenie pripojenia
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Prehliadače Internet Explorer - choďte na:
    • Nástroje -> Možnosti internetu -> Pripojenie -> Nastavenia LAN -> Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Prehliadače Opera - choďte na:
    • Nástroje -> Nastavenia -> Rozšírené -> Sieť -> Proxy servery
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_AGENT_WPAD squid3-3.1.20/errors/sk/ERR_AGENT_WPAD --- squid3-3.1.19/errors/sk/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_AGENT_WPAD 2012-06-08 14:19:50.000000000 +0200 @@ -0,0 +1 @@ + Konfigurácia webového prehliadača

    CHYBA

    Web Browser Configuration


    Aby ste mohli používať túto sieť, musíte upraviť konfiguráciu vášho webového prehliadača.

    Ako nájsť tieto nastavenia vo vašom prehliadači:

    Prehliadače Firefox - choďte na:
    • Nástroje -> Možnosti -> Rozšírené -> Sieť -> Nastavenie pripojenia
    • Select Auto-detect proxy settings for this network
    Prehliadače Internet Explorer - choďte na:
    • Nástroje -> Možnosti internetu -> Pripojenie -> Nastavenia LAN -> Proxy
    • Vyberte Automaticky zistiť nastavenia
    Prehliadače Opera - choďte na:
    • Nástroje -> Nastavenia -> Rozšírené -> Sieť -> Proxy servery
    • Vyberte Automatická konfigurácia proxy

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/sk/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/sk/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:55:03.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:19:52.000000000 +0200 @@ -1 +1 @@ - CHYBA: Cache Access Denied

    ERROR

    Cache Prístup zamietnutý.


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Prístup ku cache zamietnutý.

    Ľutujeme, prístup k dokumentu %U z cache vám bude povolený až po tom ako sa autentifikujete.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + CHYBA: Cache Access Denied

    ERROR

    Cache Prístup zamietnutý.


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Prístup ku cache zamietnutý.

    Ľutujeme, prístup k dokumentu %U z cache vám bude povolený až po tom ako sa autentifikujete.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:55:09.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:19:56.000000000 +0200 @@ -1 +1 @@ - CHYBA: Cache Manager Access Denied

    ERROR

    Cache Manager Prístup zamietnutý.


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Prístup k sprívcovi cache zamietnutý.

    Ľutujeme, prístup k dokumentu %U zo správcu cache vám bude povolený až po tom ako sa autentifikujete.

    Ak máte problém pri autentifikácii, kontaktujte prosím správcu cache. Ak vy sám ste správca, prečítajte si prosím dokumentáciu k rozhraniu správcu cache a prezrite si podrobnejšie chybové hlásenie v protokole cache.



    \ No newline at end of file + CHYBA: Cache Manager Access Denied

    ERROR

    Cache Manager Prístup zamietnutý.


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Prístup k sprívcovi cache zamietnutý.

    Ľutujeme, prístup k dokumentu %U zo správcu cache vám bude povolený až po tom ako sa autentifikujete.

    Ak máte problém pri autentifikácii, kontaktujte prosím správcu cache. Ak vy sám ste správca, prečítajte si prosím dokumentáciu k rozhraniu správcu cache a prezrite si podrobnejšie chybové hlásenie v protokole cache.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_CANNOT_FORWARD squid3-3.1.20/errors/sk/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/sk/ERR_CANNOT_FORWARD 2012-02-05 13:55:12.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_CANNOT_FORWARD 2012-06-08 14:19:58.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Požiadavku teraz nie je možné presmerovať.

    Požiadavku nemožno presmerovať k pôvodnému serveru alebo nadradeným cache serverom. Príčinou môže byť, že správca cache servera nedovolil tomuto cache serveru priamy prístup k pôvodným serverom a všetky nadradené cache servery sú práve nedostupné.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Požiadavku teraz nie je možné presmerovať.

    This request could not be forwarded to the origin server or to any parent caches.

    Niektoré možné problémy:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_CONNECT_FAIL squid3-3.1.20/errors/sk/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/sk/ERR_CONNECT_FAIL 2012-02-05 13:55:15.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_CONNECT_FAIL 2012-06-08 14:20:02.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Spojenie k %I zlyhalo.

    Systém odpovedal: %E

    Vzdialený server alebo sieť môžu byť nedostupné. Prosím, opakujte svoju požiadavku.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Spojenie k %I zlyhalo.

    Systém odpovedal: %E

    Vzdialený server alebo sieť môžu byť nedostupné. Prosím, opakujte svoju požiadavku.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_DIR_LISTING squid3-3.1.20/errors/sk/ERR_DIR_LISTING --- squid3-3.1.19/errors/sk/ERR_DIR_LISTING 2012-02-05 13:55:17.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_DIR_LISTING 2012-06-08 14:20:08.000000000 +0200 @@ -1 +1 @@ - Adresár: %U

    Adresár: %U/


    Obsah adresára:

    %z
    %g
    Nadradený adresár Rodičovský adresár (Koreňový adresár)

    \ No newline at end of file + Adresár: %U

    Adresár: %U/


    Obsah adresára:

    %z
    %g
    Rodičovský adresár (Koreňový adresár)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_DNS_FAIL squid3-3.1.20/errors/sk/ERR_DNS_FAIL --- squid3-3.1.19/errors/sk/ERR_DNS_FAIL 2012-02-05 13:55:19.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_DNS_FAIL 2012-06-08 14:20:11.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Nie je možné previesť názov počítača na IP adresu %H

    DNS server odpovedal:

    %z

    To znamená, že cache server nebol schopný získať adresu uvedenú v URL. Prosím, skontrolujte správnosť adresy.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Nie je možné previesť názov počítača na IP adresu %H

    DNS server odpovedal:

    %z

    To znamená, že cache server nebol schopný získať adresu uvedenú v URL. Prosím, skontrolujte správnosť adresy.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_ESI squid3-3.1.20/errors/sk/ERR_ESI --- squid3-3.1.19/errors/sk/ERR_ESI 2012-02-05 13:55:21.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_ESI 2012-06-08 14:20:13.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Spracovanie ESI zlyhalo.

    ESI procesor vrátil:

    %Z

    To znamená, že zástupca nedokázal spracovať šablónu ESI. Prosím, ohláste túto chybu webmasterovi.

    Váš webmaster je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Spracovanie ESI zlyhalo.

    ESI procesor vrátil:

    %Z

    To znamená, že zástupca nedokázal spracovať šablónu ESI. Prosím, ohláste túto chybu webmasterovi.

    Váš webmaster je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_FORWARDING_DENIED squid3-3.1.20/errors/sk/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/sk/ERR_FORWARDING_DENIED 2012-02-05 13:55:23.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_FORWARDING_DENIED 2012-06-08 14:20:17.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Preposielanie zamietnuté.

    Tento server nepresmeruje vašu požiadavku, pretože sa pokúša o vynútenie vzťahu súrodenec. Možno je klient na %i cache server, ktorý bol zle nakonfigurovaný.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Preposielanie zamietnuté.

    Tento server nepresmeruje vašu požiadavku, pretože sa pokúša o vynútenie vzťahu súrodenec. Možno je klient na %i cache server, ktorý bol zle nakonfigurovaný.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_FTP_DISABLED squid3-3.1.20/errors/sk/ERR_FTP_DISABLED --- squid3-3.1.19/errors/sk/ERR_FTP_DISABLED 2012-02-05 13:55:26.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_FTP_DISABLED 2012-06-08 14:20:19.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    FTP je vypnuté

    Tento cache server nepodporuje protokol FTP.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    FTP je vypnuté

    Tento cache server nepodporuje protokol FTP.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_FTP_FAILURE squid3-3.1.20/errors/sk/ERR_FTP_FAILURE --- squid3-3.1.19/errors/sk/ERR_FTP_FAILURE 2012-02-05 13:55:28.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_FTP_FAILURE 2012-06-08 14:20:22.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Vyskytla sa chyba protokolu FTP pri pokuse o prístup k URL: %U

    Squid odoslal nasledujúci FTP príkaz:

    %f

    Server odpovedal:

    %F
    %g

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Vyskytla sa chyba protokolu FTP pri pokuse o prístup k URL: %U

    Squid odoslal nasledujúci FTP príkaz:

    %f

    Server odpovedal:

    %F
    %g

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/sk/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/sk/ERR_FTP_FORBIDDEN 2012-02-05 13:55:31.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_FTP_FORBIDDEN 2012-06-08 14:20:26.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse získať URL sa vyskytla chyba autentifikácie FTP: %U

    Squid odoslal nasledujúci FTP príkaz:

    %f

    Server odpovedal:

    %F
    %g

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse získať URL sa vyskytla chyba autentifikácie FTP: %U

    Squid odoslal nasledujúci FTP príkaz:

    %f

    Server odpovedal:

    %F
    %g

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/sk/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/sk/ERR_FTP_NOT_FOUND 2012-02-05 13:55:34.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_FTP_NOT_FOUND 2012-06-08 14:20:29.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Nasledovný URL je nedostupný: %U

    Squid odoslal nasledujúci FTP príkaz:

    %f

    Server odpovedal:

    %F
    %g

    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 %B.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Nasledovný URL je nedostupný: %U

    Squid odoslal nasledujúci FTP príkaz:

    %f

    Server odpovedal:

    %F
    %g

    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 %B.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/sk/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/sk/ERR_FTP_PUT_CREATED 2012-02-05 13:55:36.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_FTP_PUT_CREATED 2012-06-08 14:20:33.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operácia úspešná

    Súbor vytvorený




    \ No newline at end of file + FTP PUT Successful.

    Operácia úspešná

    Súbor vytvorený




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/sk/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/sk/ERR_FTP_PUT_ERROR 2012-02-05 13:55:38.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_FTP_PUT_ERROR 2012-06-08 14:20:34.000000000 +0200 @@ -1 +1 @@ - CHYBA: FTP upload failed

    ERROR

    FTP PUT upload failed


    Vyskytla sa chyba protokolu FTP pri pokuse o prístup k URL: %U

    Squid odoslal nasledujúci FTP príkaz:

    %f

    Server odpovedal:

    %F

    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.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: FTP upload failed

    ERROR

    FTP PUT upload failed


    Vyskytla sa chyba protokolu FTP pri pokuse o prístup k URL: %U

    Squid odoslal nasledujúci FTP príkaz:

    %f

    Server odpovedal:

    %F

    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.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/sk/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/sk/ERR_FTP_PUT_MODIFIED 2012-02-05 13:55:41.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_FTP_PUT_MODIFIED 2012-06-08 14:20:37.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operácia úspešná

    Súbor aktualizovaný




    \ No newline at end of file + FTP PUT Successful.

    Operácia úspešná

    Súbor aktualizovaný




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/sk/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/sk/ERR_FTP_UNAVAILABLE 2012-02-05 13:55:43.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_FTP_UNAVAILABLE 2012-06-08 14:20:39.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    FTP server bol príliš zaneprázdnený pri pokuse získať nasledovný URL: %U

    Squid odoslal nasledujúci FTP príkaz:

    %f

    Server odpovedal:

    %F
    %g

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    FTP server bol príliš zaneprázdnený pri pokuse získať nasledovný URL: %U

    Squid odoslal nasledujúci FTP príkaz:

    %f

    Server odpovedal:

    %F
    %g

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/sk/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/sk/ERR_GATEWAY_FAILURE 2012-02-05 13:55:47.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_GATEWAY_FAILURE 2012-06-08 14:20:41.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_ICAP_FAILURE squid3-3.1.20/errors/sk/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/sk/ERR_ICAP_FAILURE 2012-02-05 13:55:49.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_ICAP_FAILURE 2012-06-08 14:20:44.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Chyba protokoly ICAP.

    Systém odpovedal: %E

    To znamená, že niektorá časť komunikácie ICAP zlyhala.

    Niektoré možné problémy:

    • ICAP server nie je dostupný.

    • Od ICAP servera bola prijatá neplatná odpoveď.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Chyba protokoly ICAP.

    Systém odpovedal: %E

    To znamená, že niektorá časť komunikácie ICAP zlyhala.

    Niektoré možné problémy:

    • ICAP server nie je dostupný.

    • Od ICAP servera bola prijatá neplatná odpoveď.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_INVALID_REQ squid3-3.1.20/errors/sk/ERR_INVALID_REQ --- squid3-3.1.19/errors/sk/ERR_INVALID_REQ 2012-02-05 13:55:52.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_INVALID_REQ 2012-06-08 14:20:46.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Vyskytla sa chyba Neplatná požiadavka pri pokuse o spracovanie požiadavky:

    %R

    Niektoré možné problémy:

    • Chýbajúca alebo neznáma metóda požiadavky.

    • Chýbajúci URL.

    • Chýbajúci identifikátor HTTP (HTTP/1.0).

    • Požiadavka je príliš dlhá.

    • Chýbajúca položka Content-Length pre požiadavky POST alebo PUT.

    • Chybný znak v názve serveru; podčiarovník nie je povolený.

    • Vlastnosť Expect: verzie HTTP/1.1 sa požaduje od softvéru verzie HTTP/1.0.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Vyskytla sa chyba Neplatná požiadavka pri pokuse o spracovanie požiadavky:

    %R

    Niektoré možné problémy:

    • Chýbajúca alebo neznáma metóda požiadavky.

    • Chýbajúci URL.

    • Chýbajúci identifikátor HTTP (HTTP/1.0).

    • Požiadavka je príliš dlhá.

    • Chýbajúca položka Content-Length pre požiadavky POST alebo PUT.

    • Chybný znak v názve serveru; podčiarovník nie je povolený.

    • Vlastnosť Expect: verzie HTTP/1.1 sa požaduje od softvéru verzie HTTP/1.0.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_INVALID_RESP squid3-3.1.20/errors/sk/ERR_INVALID_RESP --- squid3-3.1.19/errors/sk/ERR_INVALID_RESP 2012-02-05 13:55:55.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_INVALID_RESP 2012-06-08 14:20:48.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Vyskytla sa chyba Neplatná odpoveď pri pokuse o spracovanie požiadavky:

    %R

    HTTP odpovedi prijatej z kontaktovaného servera nebolo možné porozumieť alebo bola nejako poškodená. Kontaktujte prosím správcu servera.

    V prípade potreby vám váš správca cache môže poskytnúť podrobnosti o presnej povahe problému.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Vyskytla sa chyba Neplatná odpoveď pri pokuse o spracovanie požiadavky:

    %R

    HTTP odpovedi prijatej z kontaktovaného servera nebolo možné porozumieť alebo bola nejako poškodená. Kontaktujte prosím správcu servera.

    V prípade potreby vám váš správca cache môže poskytnúť podrobnosti o presnej povahe problému.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_INVALID_URL squid3-3.1.20/errors/sk/ERR_INVALID_URL --- squid3-3.1.19/errors/sk/ERR_INVALID_URL 2012-02-05 13:55:58.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_INVALID_URL 2012-06-08 14:20:50.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Neplatný URL

    Niektorá časť vami požadovaného URL je chybná.

    Niektoré možné problémy:

    • Chybný alebo chýbajúci protokol (mal by byť http:// alebo niečo podobné)

    • Chýbajúci názov servera

    • Chybná dvojitá úniková klauzula v URL-Path

    • Chybný znak v názve serveru; podčiarovník nie je povolený.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Neplatný URL

    Niektorá časť vami požadovaného URL je chybná.

    Niektoré možné problémy:

    • Chybný alebo chýbajúci protokol (mal by byť http:// alebo niečo podobné)

    • Chýbajúci názov servera

    • Chybná dvojitá úniková klauzula v URL-Path

    • Chybný znak v názve serveru; podčiarovník nie je povolený.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_LIFETIME_EXP squid3-3.1.20/errors/sk/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/sk/ERR_LIFETIME_EXP 2012-02-05 13:56:01.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_LIFETIME_EXP 2012-06-08 14:20:52.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Životnosť pojenia vypršala

    Squid prerušil požiadavku, pretože bola prekročená maximálna dĺžka trvania spojenia.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Životnosť pojenia vypršala

    Squid prerušil požiadavku, pretože bola prekročená maximálna dĺžka trvania spojenia.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_NO_RELAY squid3-3.1.20/errors/sk/ERR_NO_RELAY --- squid3-3.1.19/errors/sk/ERR_NO_RELAY 2012-02-05 13:56:07.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_NO_RELAY 2012-06-08 14:20:54.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Žiadne relé WAIS

    Tento cache server nemá nastavený žiadny WAIS Relay server! Kričte na svojho správcu.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Žiadne relé WAIS

    Tento cache server nemá nastavený žiadny WAIS Relay server! Kričte na svojho správcu.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/sk/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/sk/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:56:13.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:20:56.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Vami požadovaný dokument sa nenachádza v cache, a bola uvedená direktíva only-if-cached.

    Vyslali ste požiadavku s direktívou only-if-cached na riadenie činnosti cache. Požadovaný dokument nebol nájdený v cache alebo tento dokument vyžaduje aktualizáciu pričom toto je direktívou only-if-cached obmedzené.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Vami požadovaný dokument sa nenachádza v cache, a bola uvedená direktíva only-if-cached.

    Vyslali ste požiadavku s direktívou only-if-cached na riadenie činnosti cache. Požadovaný dokument nebol nájdený v cache alebo tento dokument vyžaduje aktualizáciu pričom toto je direktívou only-if-cached obmedzené.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/error-details.txt squid3-3.1.20/errors/sk/error-details.txt --- squid3-3.1.19/errors/sk/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sk/error-details.txt 2012-06-08 14:21:31.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/sk/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/sk/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/sk/ERR_PRECONDITION_FAILED 2012-02-05 13:56:16.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_PRECONDITION_FAILED 2012-06-08 14:20:58.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_READ_ERROR squid3-3.1.20/errors/sk/ERR_READ_ERROR --- squid3-3.1.19/errors/sk/ERR_READ_ERROR 2012-02-05 13:56:23.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_READ_ERROR 2012-06-08 14:21:00.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Chyba pri čítaní

    Systém odpovedal: %E

    Vyskytla sa chyba pri načítavaní údajov cez sieť. Prosím, opakujte svoju požiadavku.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Chyba pri čítaní

    Systém odpovedal: %E

    Vyskytla sa chyba pri načítavaní údajov cez sieť. Prosím, opakujte svoju požiadavku.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_READ_TIMEOUT squid3-3.1.20/errors/sk/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/sk/ERR_READ_TIMEOUT 2012-02-05 13:56:28.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_READ_TIMEOUT 2012-06-08 14:21:04.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Čas vypršal pri čítaní

    Systém odpovedal: %E

    Vyhradený čas vypršal počas čakania na načítanie dát zo siete. Sieť alebo server môžu byť mimo prevádzky alebo preťažené. Prosím, zopakujte svoju požiadavku.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Čas vypršal pri čítaní

    Systém odpovedal: %E

    Vyhradený čas vypršal počas čakania na načítanie dát zo siete. Sieť alebo server môžu byť mimo prevádzky alebo preťažené. Prosím, zopakujte svoju požiadavku.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/sk/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/sk/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:56:32.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:21:07.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Nepodarilo sa nadviazať zabezpečené spojenie s %I

    Systém odpovedal: %E

    Táto proxy a vzdialený server sa nedokázali dohodnúť na vzájomne prijateľných bezpečnostných nastaveniach na spracovanie vašej požiadavky. Je možné, že vzdialený server nepodporuje zabezpečené pripojenia alebo že proxy server nie je spokojný s prihlasovacími údajmi hostiteľa.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Nepodarilo sa nadviazať zabezpečené spojenie s %I

    Systém odpovedal: %E

    Táto proxy a vzdialený server sa nedokázali dohodnúť na vzájomne prijateľných bezpečnostných nastaveniach na spracovanie vašej požiadavky. Je možné, že vzdialený server nepodporuje zabezpečené pripojenia alebo že proxy server nie je spokojný s prihlasovacími údajmi hostiteľa.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_SHUTTING_DOWN squid3-3.1.20/errors/sk/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/sk/ERR_SHUTTING_DOWN 2012-02-05 13:56:34.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_SHUTTING_DOWN 2012-06-08 14:21:10.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Táto cache sa práve vypína a nemôže spracovať vašu požiadavku. Prosím, zopakujte svoju požiadavku o chvíľu.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Táto cache sa práve vypína a nemôže spracovať vašu požiadavku. Prosím, zopakujte svoju požiadavku o chvíľu.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_SOCKET_FAILURE squid3-3.1.20/errors/sk/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/sk/ERR_SOCKET_FAILURE 2012-02-05 13:56:36.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_SOCKET_FAILURE 2012-06-08 14:21:14.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Chyba socketu

    Systém odpovedal: %E

    Squid nie je schopný vytvoriť TCP socket pravdepodobne v dôsledku preťaženia. Prosím, opakujte svoju požiadavku.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Chyba socketu

    Systém odpovedal: %E

    Squid nie je schopný vytvoriť TCP socket pravdepodobne v dôsledku preťaženia. Prosím, opakujte svoju požiadavku.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_TOO_BIG squid3-3.1.20/errors/sk/ERR_TOO_BIG --- squid3-3.1.19/errors/sk/ERR_TOO_BIG 2012-02-05 13:56:40.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_TOO_BIG 2012-06-08 14:21:16.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Požiadavka alebo odpoveď je príliš veľká.

    Ak vykonávate požiadavku POST alebo PUT, položka, ktorú sa snažíte nahrať je príliš veľká.

    Ak vykonávate požiadavku GET, položka, ktorú sa snažíte stiahnuť je príliš veľká.

    Tieto obmedzenia zaviedol poskytovateľ tohto cache servera. Prosím, kontaktujte ho priamo ak máte pocit, že to je chyba.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Požiadavka alebo odpoveď je príliš veľká.

    Ak vykonávate požiadavku POST alebo PUT, položka, ktorú sa snažíte nahrať je príliš veľká.

    Ak vykonávate požiadavku GET, položka, ktorú sa snažíte stiahnuť je príliš veľká.

    Tieto obmedzenia zaviedol poskytovateľ tohto cache servera. Prosím, kontaktujte ho priamo ak máte pocit, že to je chyba.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/sk/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/sk/ERR_UNSUP_HTTPVERSION 2012-02-05 13:56:46.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_UNSUP_HTTPVERSION 2012-06-08 14:21:20.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    Nepodporovaná verzia HTTP


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Unsupported HTTP version

    Tento Squid neprijíma HTTP verziu, ktorú sa pokúšate použiť.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    Nepodporovaná verzia HTTP


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Unsupported HTTP version

    Tento Squid neprijíma HTTP verziu, ktorú sa pokúšate použiť.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_UNSUP_REQ squid3-3.1.20/errors/sk/ERR_UNSUP_REQ --- squid3-3.1.19/errors/sk/ERR_UNSUP_REQ 2012-02-05 13:56:50.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_UNSUP_REQ 2012-06-08 14:21:22.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Nepodporovaná metóda a protokol požiadavky

    Squid nepodporuje všetky typy metód pri všetkých protokoloch. Napríklad: nie je možné použiť metódu POST pri službe Gopher.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Nepodporovaná metóda a protokol požiadavky

    Squid nepodporuje všetky typy metód pri všetkých protokoloch. Napríklad: nie je možné použiť metódu POST pri službe Gopher.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_URN_RESOLVE squid3-3.1.20/errors/sk/ERR_URN_RESOLVE --- squid3-3.1.19/errors/sk/ERR_URN_RESOLVE 2012-02-05 13:56:54.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_URN_RESOLVE 2012-06-08 14:21:25.000000000 +0200 @@ -1 +1 @@ - CHYBA: The requested URN could not be retrieved

    ERROR

    URL pre požadované URN je nedostupné


    Pri pokuse o získanie URN sa vyskytla nasledovná chyba: %U

    Nemožno preložiť URN

    Hej, neočakávaj priveľa od URN na %T :)

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: The requested URN could not be retrieved

    ERROR

    URL pre požadované URN je nedostupné


    Pri pokuse o získanie URN sa vyskytla nasledovná chyba: %U

    Nemožno preložiť URN

    Hej, neočakávaj priveľa od URN na %T :)

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_WRITE_ERROR squid3-3.1.20/errors/sk/ERR_WRITE_ERROR --- squid3-3.1.19/errors/sk/ERR_WRITE_ERROR 2012-02-05 13:56:57.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_WRITE_ERROR 2012-06-08 14:21:28.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Chyba pri zápise

    Systém odpovedal: %E

    Vyskytla sa chyba pri zápise do siete. Prosím, opakujte svoju požiadavku.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Chyba pri zápise

    Systém odpovedal: %E

    Vyskytla sa chyba pri zápise do siete. Prosím, opakujte svoju požiadavku.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sk/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/sk/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/sk/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:56:59.000000000 +0100 +++ squid3-3.1.20/errors/sk/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:21:31.000000000 +0200 @@ -1 +1 @@ - CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Odpoveď s nulovou veľkosťou

    Squid nedostal v odpovedi na túto požiadavku žiadne údaje.

    Vaším správcom cache je %w.



    \ No newline at end of file + CHYBA: Požadovaný URL nebolo možné získať

    ERROR

    The requested URL could not be retrieved


    Pri pokuse o získanie URL sa vyskytla nasledovná chyba: %U

    Odpoveď s nulovou veľkosťou

    Squid nedostal v odpovedi na túto požiadavku žiadne údaje.

    Vaším správcom cache je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_ACCESS_DENIED squid3-3.1.20/errors/sl/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/sl/ERR_ACCESS_DENIED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_ACCESS_DENIED 2012-06-08 14:21:36.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Dostop zavrnjen.

    Vaša zahteva trenutno ni odobrena, ker to preprečujejo nastavitve nadzora dostopa. Obrnite se na svojega ponudnika storitev, če se vam zdi, da je to neutemeljeno.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:21:38.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Time Quota Exceeded.

    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.

    Te omejitve je določil internetni ponudnik, ki oskrbuje ta predpomnilnik. Obrnite se neposredno nanj, če menite, da gre za napako.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/sl/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/sl/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_AGENT_CONFIGURE 2012-06-08 14:21:41.000000000 +0200 @@ -0,0 +1 @@ + Nastavitev spletnega brskalnika

    NAPAKA

    Web Browser Configuration


    Nastavitve vašega spletnega brskalnika je treba spremeniti, če naj uporablja to omrežje.

    Kako najdete te nastavitve v svojem brskalniku:

    Za brskalnike Firefox pojdite na:
    • Orodja -> Možnosti -> Napredno -> Omrežje -> Nastavitve povezave
    • V polje za posredniški strežnik HTTP vnesite ime posredniškega strežnika %h in vrata 3128.
    Za brskalnike Internet Explorer pojdite na:
    • Orodja -> Internetne možnosti -> Povezava -> Nastavitve LAN ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Za brskalnike Opera pojdite na:
    • Orodja -> Nastavitve -> Napredno -> Omrežje -> Posredovalni strežniki
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_AGENT_WPAD squid3-3.1.20/errors/sl/ERR_AGENT_WPAD --- squid3-3.1.19/errors/sl/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_AGENT_WPAD 2012-06-08 14:21:45.000000000 +0200 @@ -0,0 +1 @@ + Nastavitev spletnega brskalnika

    NAPAKA

    Web Browser Configuration


    Nastavitve vašega spletnega brskalnika je treba spremeniti, če naj uporablja to omrežje.

    Kako najdete te nastavitve v svojem brskalniku:

    Za brskalnike Firefox pojdite na:
    • Orodja -> Možnosti -> Napredno -> Omrežje -> Nastavitve povezave
    • Za to omrežje izberite samozaznavo nastavitev posredniškega strežnika
    Za brskalnike Internet Explorer pojdite na:
    • Orodja -> Internetne možnosti -> Povezava -> Nastavitve LAN ->Proxy
    • Izberite samodejno zaznavo nastavitev
    Za brskalnike Opera pojdite na:
    • Orodja -> Nastavitve -> Napredno -> Omrežje -> Posredovalni strežniki
    • Izberite uporabo samodejne konfiguracije posredniškega strežnika

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/sl/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/sl/ERR_CACHE_ACCESS_DENIED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:21:47.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Cache Access Denied

    ERROR

    Cache Dostop zavrnjen.


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Dostop do predpomnilnika zavrnjen.

    Žal trenutno ne morete zahtevati %U od tega predpomnilnika, dokler ne potrdite svoje istovetnosti.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:21:50.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Cache Manager Access Denied

    ERROR

    Cache Manager Dostop zavrnjen.


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Dostop do upravitelja predpomnilnika zavrnjen.

    Žal trenutno ne morete zahtevati %U od tega upravitelja predpomnilnika, dokler ne potrdite svoje istovetnosti.

    Obrnite se na skrbnika predpomnilnika, če imate težave pri avtentikaciji; če pa ste skrbnik vi, se iz dokumentacije programa Squid poučite o vmesniku upravitelja predpomnilnika in v dnevniku predpomnilnika poiščite podrobnejša sporočila o napakah.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_CANNOT_FORWARD squid3-3.1.20/errors/sl/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/sl/ERR_CANNOT_FORWARD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_CANNOT_FORWARD 2012-06-08 14:21:54.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Te zahteve trenutno ni mogoče posredovati.

    This request could not be forwarded to the origin server or to any parent caches.

    Težave so lahko med drugim:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_CONNECT_FAIL squid3-3.1.20/errors/sl/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/sl/ERR_CONNECT_FAIL 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_CONNECT_FAIL 2012-06-08 14:21:56.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Povezava z %I ni uspela.

    Sistem je odvrnil: %E

    Oddaljeni gostitelj ali omrežje morda ne delujeta. Poskusite ponoviti zahtevo!

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_DIR_LISTING squid3-3.1.20/errors/sl/ERR_DIR_LISTING --- squid3-3.1.19/errors/sl/ERR_DIR_LISTING 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_DIR_LISTING 2012-06-08 14:21:59.000000000 +0200 @@ -0,0 +1 @@ + Mapa: %U

    Mapa: %U/


    Vsebina mape:

    %z
    %g
    Nadrejeni imenik (Korenski imenik)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_DNS_FAIL squid3-3.1.20/errors/sl/ERR_DNS_FAIL --- squid3-3.1.19/errors/sl/ERR_DNS_FAIL 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_DNS_FAIL 2012-06-08 14:22:02.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Ni možno določiti naslova IP iz imena gostitelja %H

    Strežnik DNS je odgovoril:

    %z

    To pomeni, da predpomnilnik ni mogel razrešiti imena gostitelja, navedenega v naslovu URL. Preverite, ali je naslov pravilen!

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_ESI squid3-3.1.20/errors/sl/ERR_ESI --- squid3-3.1.19/errors/sl/ERR_ESI 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_ESI 2012-06-08 14:22:06.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Obdelava ESI ni uspela.

    Opravilnik ESI je odgovoril:

    %Z

    To pomeni, da namestnik ni mogel obdelati predloge ESI. Obvestite spletarja o tej napaki!

    Vaš spletar je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_FORWARDING_DENIED squid3-3.1.20/errors/sl/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/sl/ERR_FORWARDING_DENIED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_FORWARDING_DENIED 2012-06-08 14:22:09.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Posredovanje zavrnjeno.

    Ta predpomnilnik ne bo posredoval vaše zahteve, ker skuša uveljaviti vrstniško povezavo. Odjemalec na naslovu %i je morda predpomnilnik, ki ni pravilno nastavljen.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_FTP_DISABLED squid3-3.1.20/errors/sl/ERR_FTP_DISABLED --- squid3-3.1.19/errors/sl/ERR_FTP_DISABLED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_FTP_DISABLED 2012-06-08 14:22:12.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    FTP je onemogočen

    Ta predpomnilnik ne podpira FTP.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_FTP_FAILURE squid3-3.1.20/errors/sl/ERR_FTP_FAILURE --- squid3-3.1.19/errors/sl/ERR_FTP_FAILURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_FTP_FAILURE 2012-06-08 14:22:14.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake protokola FTP med poskusom nalaganja naslova URL: %U

    Squid je poslal naslednji ukaz FTP:

    %f

    Strežnik je odgovoril:

    %F
    %g

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/sl/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/sl/ERR_FTP_FORBIDDEN 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_FTP_FORBIDDEN 2012-06-08 14:22:17.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Spodletela je avtentikacija FTP med poskusom nalaganja naslova URL: %U

    Squid je poslal naslednji ukaz FTP:

    %f

    Strežnik je odgovoril:

    %F
    %g

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/sl/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/sl/ERR_FTP_NOT_FOUND 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_FTP_NOT_FOUND 2012-06-08 14:22:20.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Naslednjega naslova URL ni bilo mogoče naložiti: %U

    Squid je poslal naslednji ukaz FTP:

    %f

    Strežnik je odgovoril:

    %F
    %g

    Vzrok za to je morda FTP naslov URL z navedeno absolutno potjo (kar ni v skladu z RFC 1738). Če je to vzrok, lahko datoteko najdete na lokaciji %B.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/sl/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/sl/ERR_FTP_PUT_CREATED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_FTP_PUT_CREATED 2012-06-08 14:22:23.000000000 +0200 @@ -0,0 +1 @@ + FTP PUT je uspel.

    Dejanje je uspelo

    Datoteka ustvarjena




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/sl/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/sl/ERR_FTP_PUT_ERROR 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_FTP_PUT_ERROR 2012-06-08 14:22:27.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: FTP upload failed

    ERROR

    Pošiljanje FTP PUT ni uspelo


    Prišlo je do napake protokola FTP med poskusom nalaganja naslova URL: %U

    Squid je poslal naslednji ukaz FTP:

    %f

    Strežnik je odgovoril:

    %F

    To pomeni, da strežnik FTP morda nima dovoljenj ali prostora, da bi shranil datoteko. Preverite pot, dovoljenja in razpoložljivi prostor na disku ter poskusite znova.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/sl/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/sl/ERR_FTP_PUT_MODIFIED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_FTP_PUT_MODIFIED 2012-06-08 14:22:31.000000000 +0200 @@ -0,0 +1 @@ + FTP PUT je uspel.

    Dejanje je uspelo

    Datoteka posodobljena




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/sl/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/sl/ERR_FTP_UNAVAILABLE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_FTP_UNAVAILABLE 2012-06-08 14:22:34.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Strežnik FTP je bil prezaseden, da bi naložil naslov URL: %U

    Squid je poslal naslednji ukaz FTP:

    %f

    Strežnik je odgovoril:

    %F
    %g

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/sl/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/sl/ERR_GATEWAY_FAILURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_GATEWAY_FAILURE 2012-06-08 14:22:36.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Napaka posredniškega prehoda

    Te zahteve ni mogoče izpolniti zaradi nepopravljive notranje napake ali napačnih nastavitev.

    To je lahko posledica omejitev, ki jih je določil internetni ponudnik, ki oskrbuje ta predpomnilnik. Za podrobnejše informacije se obrnite neposredno nanj.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_ICAP_FAILURE squid3-3.1.20/errors/sl/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/sl/ERR_ICAP_FAILURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_ICAP_FAILURE 2012-06-08 14:22:39.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Napaka ICAP protokola.

    Sistem je odvrnil: %E

    To pomeni, da je med izmenjavo podatkov ICAP prišlo do napake.

    Težave so lahko med drugim:

    • Strežnik ICAP ni dosegljiv.

    • Odgovor, prejet od strežnika ICAP, je neveljaven.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_INVALID_REQ squid3-3.1.20/errors/sl/ERR_INVALID_REQ --- squid3-3.1.19/errors/sl/ERR_INVALID_REQ 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_INVALID_REQ 2012-06-08 14:22:41.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake neveljavna zahteva med izvajanjem zahteve:

    %R

    Težave so lahko med drugim:

    • Manjkajoča ali neznana metoda zahteve.

    • Manjka naslov URL.

    • Manjka določilo HTTP (HTTP/1.0).

    • Zahteva je preobsežna.

    • Manjka podatek Content-Length za zahteve POST ali PUT.

    • Neveljaven znak v imenu gostitelja; podčrtaji niso dovoljeni.

    • Prvina HTTP/1.1 Expect: se zahteva od programa HTTP/1.0.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_INVALID_RESP squid3-3.1.20/errors/sl/ERR_INVALID_RESP --- squid3-3.1.19/errors/sl/ERR_INVALID_RESP 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_INVALID_RESP 2012-06-08 14:22:43.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake neveljaven odgovor med izvajanjem zahteve:

    %R

    Z oddaljenega strežnika prejeto sporočilo HTTP Response je bilo nerazumljivo ali nepravilno oblikovano. Obrnite se na skrbnika spletišča.

    Po potrebi vam lahko skrbnik vašega predpomnilnika natančneje razloži, za kakšne vrste težavo gre.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_INVALID_URL squid3-3.1.20/errors/sl/ERR_INVALID_URL --- squid3-3.1.19/errors/sl/ERR_INVALID_URL 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_INVALID_URL 2012-06-08 14:22:45.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Neveljaven naslov URL

    Zahtevani naslov URL vsebuje nepravilnost.

    Težave so lahko med drugim:

    • Dostopni protokol manjka ali ni pravilen (moral bi biti http:// ipd.)

    • Manjka ime gostitelja

    • Neveljaven dvojni ubežni znak v poti URL-Path

    • Neveljaven znak v imenu gostitelja; podčrtaji niso dovoljeni.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_LIFETIME_EXP squid3-3.1.20/errors/sl/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/sl/ERR_LIFETIME_EXP 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_LIFETIME_EXP 2012-06-08 14:22:47.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Povezava je potekla

    Squid je prekinil zahtevo, ker je presegla maksimalno trajanje povezave.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_NO_RELAY squid3-3.1.20/errors/sl/ERR_NO_RELAY --- squid3-3.1.19/errors/sl/ERR_NO_RELAY 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_NO_RELAY 2012-06-08 14:22:50.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Ni relejnega strežnika WAIS

    Za ta predpomnilnik ni določen noben relejni strežnik WAIS! Znesite se nad skrbnikom.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/sl/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/sl/ERR_ONLY_IF_CACHED_MISS 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:22:52.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    V predpomnilniku ni najti veljavnega dokumenta, podana pa je bila direktiva only-if-cached.

    Podali ste zahtevo s predpomnilniško kontrolno direktivo only-if-cached. Dokumenta ni bilo mogoče najti v predpomnilniku ali pa je zahteval ponovno preverjanje, ki ga direktiva only-if-cached ne dopušča.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/error-details.txt squid3-3.1.20/errors/sl/error-details.txt --- squid3-3.1.19/errors/sl/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/error-details.txt 2012-06-08 14:23:17.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/sl/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/sl/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/sl/ERR_PRECONDITION_FAILED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_PRECONDITION_FAILED 2012-06-08 14:22:54.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Pogoj ni izpolnjen.

    To pomeni:

    Vsaj eden izmed pogojev, ki jih je odjemalec HTTP navedel v zaglavju zahteve, je spodletel.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_READ_ERROR squid3-3.1.20/errors/sl/ERR_READ_ERROR --- squid3-3.1.19/errors/sl/ERR_READ_ERROR 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_READ_ERROR 2012-06-08 14:22:56.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Napaka pri branju

    Sistem je odvrnil: %E

    Med branjem podatkov iz omrežja je prišlo do napake. Ponovite zahtevo!

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_READ_TIMEOUT squid3-3.1.20/errors/sl/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/sl/ERR_READ_TIMEOUT 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_READ_TIMEOUT 2012-06-08 14:22:58.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Potekel je čas pri branju

    Sistem je odvrnil: %E

    Med čakanjem na branje podatkov iz omrežja je prišlo do zakasnitve. Morda omrežje ali strežnik ne delujeta ali sta preobremenjena. Ponovite zahtevo!

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/sl/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/sl/ERR_SECURE_CONNECT_FAIL 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:23:00.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Ni bilo mogoče vzpostaviti varne povezave z %I

    Sistem je odvrnil: %E

    Ta predpomnilnik in oddaljeni gostitelj nista izpogajala obojestransko zadovoljivih varnostnih nastavitev, da bi lahko obdelala vašo zahtevo. Možno je, da oddaljeni gostitelj ne podpira varnih povezav ali pa njegova varnostna poverila ne zadoščajo temu predpomnilniku.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_SHUTTING_DOWN squid3-3.1.20/errors/sl/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/sl/ERR_SHUTTING_DOWN 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_SHUTTING_DOWN 2012-06-08 14:23:02.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Ta predpomnilnik se ravno zaustavlja in trenutno ne more obdelati vaše zahteve. Poskusite ponoviti zahtevo malo kasneje.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_SOCKET_FAILURE squid3-3.1.20/errors/sl/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/sl/ERR_SOCKET_FAILURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_SOCKET_FAILURE 2012-06-08 14:23:04.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Napaka vtičnice

    Sistem je odvrnil: %E

    Squid ne more ustvariti vtičnice TCP, verjetno zaradi preobremenitve. Ponovite zahtevo.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_TOO_BIG squid3-3.1.20/errors/sl/ERR_TOO_BIG --- squid3-3.1.19/errors/sl/ERR_TOO_BIG 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_TOO_BIG 2012-06-08 14:23:06.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Zahteva ali odgovor sta preobsežna.

    Če pošiljate zahtevo POST ali PUT, je predmet, ki ga skušate poslati, prevelik.

    Če pošiljate zahtevo GET, je predmet, ki ga skušate pridobiti, prevelik.

    Te omejitve je določil internetni ponudnik, ki oskrbuje ta predpomnilnik. Obrnite se neposredno nanj, če menite, da gre za napako.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/sl/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/sl/ERR_UNSUP_HTTPVERSION 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_UNSUP_HTTPVERSION 2012-06-08 14:23:08.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    Nepodprta različica HTTP


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Unsupported HTTP version

    Ta Squid ne sprejema različice HTTP, ki jo skušate uporabiti.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_UNSUP_REQ squid3-3.1.20/errors/sl/ERR_UNSUP_REQ --- squid3-3.1.19/errors/sl/ERR_UNSUP_REQ 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_UNSUP_REQ 2012-06-08 14:23:10.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Nepodprta metoda zahteve in protokol

    Squid ne podpira vseh metod zahtev za vse protokole dostopa. Tako npr. metode POST ne morete uporabiti za zahtevo Gopher.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_URN_RESOLVE squid3-3.1.20/errors/sl/ERR_URN_RESOLVE --- squid3-3.1.19/errors/sl/ERR_URN_RESOLVE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_URN_RESOLVE 2012-06-08 14:23:12.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: The requested URN could not be retrieved

    ERROR

    Ni bilo mogoče naložiti naslova URL za zahtevano ime URN


    Prišlo je do napake med poskusom nalaganja URN: %U

    Ni mogoče razrešiti imena URN

    Od imen URN na %T ne pričakujte preveč :)

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_WRITE_ERROR squid3-3.1.20/errors/sl/ERR_WRITE_ERROR --- squid3-3.1.19/errors/sl/ERR_WRITE_ERROR 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_WRITE_ERROR 2012-06-08 14:23:15.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Napaka pri pisanju

    Sistem je odvrnil: %E

    Med pisanjem v omrežje je prišlo do napake. Ponovite zahtevo!

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sl/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/sl/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/sl/ERR_ZERO_SIZE_OBJECT 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sl/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:23:17.000000000 +0200 @@ -0,0 +1 @@ + NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti

    ERROR

    The requested URL could not be retrieved


    Prišlo je do napake med poskusom nalaganja naslova URL: %U

    Odgovor z velikostjo nič

    Squid za to zahtevo ni prejel nobenih podatkov.

    Skrbnik vašega predpomnilnika je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_ACCESS_DENIED squid3-3.1.20/errors/sr-cyrl/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/sr-cyrl/ERR_ACCESS_DENIED 2012-02-05 13:57:03.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_ACCESS_DENIED 2012-06-08 14:23:19.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Access Denied.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Access Denied.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:23:21.000000000 +0200 @@ -0,0 +1 @@ + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/sr-cyrl/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/sr-cyrl/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_AGENT_CONFIGURE 2012-06-08 14:23:23.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ERROR

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_AGENT_WPAD squid3-3.1.20/errors/sr-cyrl/ERR_AGENT_WPAD --- squid3-3.1.19/errors/sr-cyrl/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_AGENT_WPAD 2012-06-08 14:23:25.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ERROR

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:57:05.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:23:27.000000000 +0200 @@ -1 +1 @@ - ERROR: Cache Access Denied

    ERROR

    Cache Access Denied.


    The following error was encountered while trying to retrieve the URL: %U

    Cache Access Denied.

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + ERROR: Cache Access Denied

    ERROR

    Cache Access Denied.


    The following error was encountered while trying to retrieve the URL: %U

    Cache Access Denied.

    Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:57:09.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:23:29.000000000 +0200 @@ -1 +1 @@ - ERROR: Cache Manager Access Denied

    ERROR

    Cache Manager Access Denied.


    The following error was encountered while trying to retrieve the URL: %U

    Cache Manager Access Denied.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file + ERROR: Cache Manager Access Denied

    ERROR

    Cache Manager Access Denied.


    The following error was encountered while trying to retrieve the URL: %U

    Cache Manager Access Denied.

    Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

    Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_CANNOT_FORWARD squid3-3.1.20/errors/sr-cyrl/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/sr-cyrl/ERR_CANNOT_FORWARD 2012-02-05 13:57:15.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_CANNOT_FORWARD 2012-06-08 14:23:31.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches.

    Some possible problems are:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_CONNECT_FAIL squid3-3.1.20/errors/sr-cyrl/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/sr-cyrl/ERR_CONNECT_FAIL 2012-02-05 13:57:19.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_CONNECT_FAIL 2012-06-08 14:23:33.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    The system returned: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    The system returned: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_DIR_LISTING squid3-3.1.20/errors/sr-cyrl/ERR_DIR_LISTING --- squid3-3.1.19/errors/sr-cyrl/ERR_DIR_LISTING 2012-02-05 13:57:24.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_DIR_LISTING 2012-06-08 14:23:35.000000000 +0200 @@ -1 +1 @@ - Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory Parent Directory (Root Directory)

    \ No newline at end of file + Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_DNS_FAIL squid3-3.1.20/errors/sr-cyrl/ERR_DNS_FAIL --- squid3-3.1.19/errors/sr-cyrl/ERR_DNS_FAIL 2012-02-05 13:57:28.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_DNS_FAIL 2012-06-08 14:23:37.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_ESI squid3-3.1.20/errors/sr-cyrl/ERR_ESI --- squid3-3.1.19/errors/sr-cyrl/ERR_ESI 2012-02-05 13:57:33.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_ESI 2012-06-08 14:23:39.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_FORWARDING_DENIED squid3-3.1.20/errors/sr-cyrl/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/sr-cyrl/ERR_FORWARDING_DENIED 2012-02-05 13:57:38.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_FORWARDING_DENIED 2012-06-08 14:23:41.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Forwarding Denied.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Forwarding Denied.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_FTP_DISABLED squid3-3.1.20/errors/sr-cyrl/ERR_FTP_DISABLED --- squid3-3.1.19/errors/sr-cyrl/ERR_FTP_DISABLED 2012-02-05 13:57:41.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_FTP_DISABLED 2012-06-08 14:23:43.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP is Disabled

    This cache does not support FTP.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP is Disabled

    This cache does not support FTP.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_FTP_FAILURE squid3-3.1.20/errors/sr-cyrl/ERR_FTP_FAILURE --- squid3-3.1.19/errors/sr-cyrl/ERR_FTP_FAILURE 2012-02-05 13:57:49.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_FTP_FAILURE 2012-06-08 14:23:45.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/sr-cyrl/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/sr-cyrl/ERR_FTP_FORBIDDEN 2012-02-05 13:57:54.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_FTP_FORBIDDEN 2012-06-08 14:23:47.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/sr-cyrl/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/sr-cyrl/ERR_FTP_NOT_FOUND 2012-02-05 13:57:57.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_FTP_NOT_FOUND 2012-06-08 14:23:49.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/sr-cyrl/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/sr-cyrl/ERR_FTP_PUT_CREATED 2012-02-05 13:58:00.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_FTP_PUT_CREATED 2012-06-08 14:23:51.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operation successful

    File created




    \ No newline at end of file + FTP PUT Successful.

    Operation successful

    File created




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/sr-cyrl/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/sr-cyrl/ERR_FTP_PUT_ERROR 2012-02-05 13:58:06.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_FTP_PUT_ERROR 2012-06-08 14:23:54.000000000 +0200 @@ -1 +1 @@ - ERROR: FTP upload failed

    ERROR

    FTP PUT upload failed


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: FTP upload failed

    ERROR

    FTP PUT upload failed


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED 2012-02-05 13:58:09.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED 2012-06-08 14:23:56.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operation successful

    File updated




    \ No newline at end of file + FTP PUT Successful.

    Operation successful

    File updated




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/sr-cyrl/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/sr-cyrl/ERR_FTP_UNAVAILABLE 2012-02-05 13:58:13.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_FTP_UNAVAILABLE 2012-06-08 14:23:58.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid sent the following FTP command:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/sr-cyrl/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/sr-cyrl/ERR_GATEWAY_FAILURE 2012-02-05 13:58:17.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_GATEWAY_FAILURE 2012-06-08 14:24:00.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_ICAP_FAILURE squid3-3.1.20/errors/sr-cyrl/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/sr-cyrl/ERR_ICAP_FAILURE 2012-02-05 13:58:22.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_ICAP_FAILURE 2012-06-08 14:24:02.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    The system returned: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    The system returned: %E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_INVALID_REQ squid3-3.1.20/errors/sr-cyrl/ERR_INVALID_REQ --- squid3-3.1.19/errors/sr-cyrl/ERR_INVALID_REQ 2012-02-05 13:58:24.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_INVALID_REQ 2012-06-08 14:24:05.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • Missing or unknown request method.

    • Missing URL.

    • Missing HTTP Identifier (HTTP/1.0).

    • Request is too large.

    • Content-Length missing for POST or PUT requests.

    • Illegal character in hostname; underscores are not allowed.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • Missing or unknown request method.

    • Missing URL.

    • Missing HTTP Identifier (HTTP/1.0).

    • Request is too large.

    • Content-Length missing for POST or PUT requests.

    • Illegal character in hostname; underscores are not allowed.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_INVALID_RESP squid3-3.1.20/errors/sr-cyrl/ERR_INVALID_RESP --- squid3-3.1.19/errors/sr-cyrl/ERR_INVALID_RESP 2012-02-05 13:58:26.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_INVALID_RESP 2012-06-08 14:24:06.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_INVALID_URL squid3-3.1.20/errors/sr-cyrl/ERR_INVALID_URL --- squid3-3.1.19/errors/sr-cyrl/ERR_INVALID_URL 2012-02-05 13:58:28.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_INVALID_URL 2012-06-08 14:24:08.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Invalid URL

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Missing or incorrect access protocol (should be http:// or similar)

    • Missing hostname

    • Illegal double-escape in the URL-Path

    • Illegal character in hostname; underscores are not allowed.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Invalid URL

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • Missing or incorrect access protocol (should be http:// or similar)

    • Missing hostname

    • Illegal double-escape in the URL-Path

    • Illegal character in hostname; underscores are not allowed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_LIFETIME_EXP squid3-3.1.20/errors/sr-cyrl/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/sr-cyrl/ERR_LIFETIME_EXP 2012-02-05 13:58:31.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_LIFETIME_EXP 2012-06-08 14:24:10.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection Lifetime Expired

    Squid has terminated the request because it has exceeded the maximum connection lifetime.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection Lifetime Expired

    Squid has terminated the request because it has exceeded the maximum connection lifetime.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_NO_RELAY squid3-3.1.20/errors/sr-cyrl/ERR_NO_RELAY --- squid3-3.1.19/errors/sr-cyrl/ERR_NO_RELAY 2012-02-05 13:58:33.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_NO_RELAY 2012-06-08 14:24:13.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS 2012-02-05 13:58:35.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:24:15.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/error-details.txt squid3-3.1.20/errors/sr-cyrl/error-details.txt --- squid3-3.1.19/errors/sr-cyrl/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/error-details.txt 2012-06-08 14:24:41.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/sr-cyrl/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/sr-cyrl/ERR_PRECONDITION_FAILED 2012-02-05 13:58:37.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_PRECONDITION_FAILED 2012-06-08 14:24:17.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_READ_ERROR squid3-3.1.20/errors/sr-cyrl/ERR_READ_ERROR --- squid3-3.1.19/errors/sr-cyrl/ERR_READ_ERROR 2012-02-05 13:58:39.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_READ_ERROR 2012-06-08 14:24:19.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Read Error

    The system returned: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Read Error

    The system returned: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_READ_TIMEOUT squid3-3.1.20/errors/sr-cyrl/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/sr-cyrl/ERR_READ_TIMEOUT 2012-02-05 13:58:42.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_READ_TIMEOUT 2012-06-08 14:24:21.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Read Timeout

    The system returned: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Read Timeout

    The system returned: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL 2012-02-05 13:58:44.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:24:24.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    The system returned: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    The system returned: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_SHUTTING_DOWN squid3-3.1.20/errors/sr-cyrl/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/sr-cyrl/ERR_SHUTTING_DOWN 2012-02-05 13:58:46.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_SHUTTING_DOWN 2012-06-08 14:24:26.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_SOCKET_FAILURE squid3-3.1.20/errors/sr-cyrl/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/sr-cyrl/ERR_SOCKET_FAILURE 2012-02-05 13:58:49.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_SOCKET_FAILURE 2012-06-08 14:24:28.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Socket Failure

    The system returned: %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Socket Failure

    The system returned: %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_TOO_BIG squid3-3.1.20/errors/sr-cyrl/ERR_TOO_BIG --- squid3-3.1.19/errors/sr-cyrl/ERR_TOO_BIG 2012-02-05 13:58:51.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_TOO_BIG 2012-06-08 14:24:30.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION 2012-02-05 13:58:53.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION 2012-06-08 14:24:33.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_UNSUP_REQ squid3-3.1.20/errors/sr-cyrl/ERR_UNSUP_REQ --- squid3-3.1.19/errors/sr-cyrl/ERR_UNSUP_REQ 2012-02-05 13:58:56.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_UNSUP_REQ 2012-06-08 14:24:35.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported Request Method and Protocol

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported Request Method and Protocol

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_URN_RESOLVE squid3-3.1.20/errors/sr-cyrl/ERR_URN_RESOLVE --- squid3-3.1.19/errors/sr-cyrl/ERR_URN_RESOLVE 2012-02-05 13:58:58.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_URN_RESOLVE 2012-06-08 14:24:37.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    The following error was encountered while trying to retrieve the URN: %U

    Cannot Resolve URN

    Hey, don't expect too much from URNs on %T :)

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URN could not be retrieved

    ERROR

    A URL for the requested URN could not be retrieved


    The following error was encountered while trying to retrieve the URN: %U

    Cannot Resolve URN

    Hey, don't expect too much from URNs on %T :)

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_WRITE_ERROR squid3-3.1.20/errors/sr-cyrl/ERR_WRITE_ERROR --- squid3-3.1.19/errors/sr-cyrl/ERR_WRITE_ERROR 2012-02-05 13:59:01.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_WRITE_ERROR 2012-06-08 14:24:39.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Write Error

    The system returned: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Write Error

    The system returned: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT 2012-02-05 13:59:03.000000000 +0100 +++ squid3-3.1.20/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:24:41.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    Squid did not receive any data for this request.

    Your cache administrator is %w.



    \ No newline at end of file + ERROR: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    Squid did not receive any data for this request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_ACCESS_DENIED squid3-3.1.20/errors/sr-latn/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/sr-latn/ERR_ACCESS_DENIED 2012-02-05 13:59:05.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_ACCESS_DENIED 2012-06-08 14:24:43.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Pristup nije dozvoljen.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Pristup nije dozvoljen.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:24:45.000000000 +0200 @@ -0,0 +1 @@ + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Time Quota Exceeded.

    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.

    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.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/sr-latn/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/sr-latn/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_AGENT_CONFIGURE 2012-06-08 14:24:47.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    GREŠKA

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_AGENT_WPAD squid3-3.1.20/errors/sr-latn/ERR_AGENT_WPAD --- squid3-3.1.19/errors/sr-latn/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_AGENT_WPAD 2012-06-08 14:24:49.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    GREŠKA

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/sr-latn/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/sr-latn/ERR_CACHE_ACCESS_DENIED 2012-02-05 13:59:08.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:24:52.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Cache Access Denied

    ERROR

    Cache Pristup nije dozvoljen.


    Greška učitavanja podataka sa adrese (URL): %U

    Pristup proksi/keš serveru nije dozvoljen.

    Na žalost nije vam dozvoljen da zahtev %U od ovog proksi servera ukoliko se ne autentifikujete.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + GREŠKA: Cache Access Denied

    ERROR

    Cache Pristup nije dozvoljen.


    Greška učitavanja podataka sa adrese (URL): %U

    Pristup proksi/keš serveru nije dozvoljen.

    Na žalost nije vam dozvoljen da zahtev %U od ovog proksi servera ukoliko se ne autentifikujete.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 13:59:11.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:24:54.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Cache Manager Access Denied

    ERROR

    Cache Manager Pristup nije dozvoljen.


    Greška učitavanja podataka sa adrese (URL): %U

    Pristup proksi/keš server menadžeru nije dozvoljen.

    Na žalost nije vam dozvoljen da zahtevat %U od ovog keš menadžera ukoliko se ne autentifikujete.

    Molimo kontaktirajte proksi administratora ako imate probplema sa autentifikacijom ili, ako vi jeste administrator, pročitajte dokumentaciju o Squid keš menadžeru i proverite keš žurnal za detaljnije poruke o grešakama.



    \ No newline at end of file + GREŠKA: Cache Manager Access Denied

    ERROR

    Cache Manager Pristup nije dozvoljen.


    Greška učitavanja podataka sa adrese (URL): %U

    Pristup proksi/keš server menadžeru nije dozvoljen.

    Na žalost nije vam dozvoljen da zahtevat %U od ovog keš menadžera ukoliko se ne autentifikujete.

    Molimo kontaktirajte proksi administratora ako imate probplema sa autentifikacijom ili, ako vi jeste administrator, pročitajte dokumentaciju o Squid keš menadžeru i proverite keš žurnal za detaljnije poruke o grešakama.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_CANNOT_FORWARD squid3-3.1.20/errors/sr-latn/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/sr-latn/ERR_CANNOT_FORWARD 2012-02-05 13:59:13.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_CANNOT_FORWARD 2012-06-08 14:24:56.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Vaš zahtev ne može da se prosledi u ovom trenutku.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Vaš zahtev ne može da se prosledi u ovom trenutku.

    This request could not be forwarded to the origin server or to any parent caches.

    Mogući problemi su:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_CONNECT_FAIL squid3-3.1.20/errors/sr-latn/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/sr-latn/ERR_CONNECT_FAIL 2012-02-05 13:59:16.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_CONNECT_FAIL 2012-06-08 14:24:58.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Konekcija ka %I nije uspela.

    Odgovor sistema je: %E

    The remote host or network may be down. Please try the request again.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Konekcija ka %I nije uspela.

    Odgovor sistema je: %E

    The remote host or network may be down. Please try the request again.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_DIR_LISTING squid3-3.1.20/errors/sr-latn/ERR_DIR_LISTING --- squid3-3.1.19/errors/sr-latn/ERR_DIR_LISTING 2012-02-05 13:59:18.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_DIR_LISTING 2012-06-08 14:25:00.000000000 +0200 @@ -1 +1 @@ - Direktorijum %U

    Direktorijum: %U/


    Sadržaj direktorijuma:

    %z
    %g
    Nadređeni direktorijum Nadređeni direktorijum (Osnovni direktorijum)

    \ No newline at end of file + Direktorijum %U

    Direktorijum: %U/


    Sadržaj direktorijuma:

    %z
    %g
    Nadređeni direktorijum (Osnovni direktorijum)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_DNS_FAIL squid3-3.1.20/errors/sr-latn/ERR_DNS_FAIL --- squid3-3.1.19/errors/sr-latn/ERR_DNS_FAIL 2012-02-05 13:59:21.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_DNS_FAIL 2012-06-08 14:25:05.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Nije moguæe odrediti IP adresu iz imena raèunara za %H

    DNS server je vratio informaciju:

    %z

    š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.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Nije moguæe odrediti IP adresu iz imena raèunara za %H

    DNS server je vratio informaciju:

    %z

    š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.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_ESI squid3-3.1.20/errors/sr-latn/ERR_ESI --- squid3-3.1.19/errors/sr-latn/ERR_ESI 2012-02-05 13:59:23.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_ESI 2012-06-08 14:25:09.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    ESI obrada nije uspela.

    ESI procesor je vratio:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Vaš webmaster je %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    ESI obrada nije uspela.

    ESI procesor je vratio:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Vaš webmaster je %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_FORWARDING_DENIED squid3-3.1.20/errors/sr-latn/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/sr-latn/ERR_FORWARDING_DENIED 2012-02-05 13:59:26.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_FORWARDING_DENIED 2012-06-08 14:25:11.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Prosleđivanje nije dozvoljeno.

    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.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Prosleđivanje nije dozvoljeno.

    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.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_FTP_DISABLED squid3-3.1.20/errors/sr-latn/ERR_FTP_DISABLED --- squid3-3.1.19/errors/sr-latn/ERR_FTP_DISABLED 2012-02-05 13:59:28.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_FTP_DISABLED 2012-06-08 14:25:13.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    FTP je onemogućen.

    Ovaj proksi server ne podržava FTP.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    FTP je onemogućen.

    Ovaj proksi server ne podržava FTP.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_FTP_FAILURE squid3-3.1.20/errors/sr-latn/ERR_FTP_FAILURE --- squid3-3.1.19/errors/sr-latn/ERR_FTP_FAILURE 2012-02-05 13:59:30.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_FTP_FAILURE 2012-06-08 14:25:15.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška u FTP protokolu prilikom učitavanja adrese (URL): %U

    Squid je poslao sledeæu FTP komandu:

    %f

    Odgovor servera:

    %F
    %g

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška u FTP protokolu prilikom učitavanja adrese (URL): %U

    Squid je poslao sledeæu FTP komandu:

    %f

    Odgovor servera:

    %F
    %g

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/sr-latn/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/sr-latn/ERR_FTP_FORBIDDEN 2012-02-05 13:59:33.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_FTP_FORBIDDEN 2012-06-08 14:25:17.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Nije uspela FTP autentifikacija prilikom učitavanja adrese (URL): %U.

    Squid je poslao sledeæu FTP komandu:

    %f

    Odgovor servera:

    %F
    %g

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Nije uspela FTP autentifikacija prilikom učitavanja adrese (URL): %U.

    Squid je poslao sledeæu FTP komandu:

    %f

    Odgovor servera:

    %F
    %g

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/sr-latn/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/sr-latn/ERR_FTP_NOT_FOUND 2012-02-05 13:59:35.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_FTP_NOT_FOUND 2012-06-08 14:25:19.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Adresa (URL) nije dostupna: %U

    Squid je poslao sledeæu FTP komandu:

    %f

    Odgovor servera:

    %F
    %g

    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 %B.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Adresa (URL) nije dostupna: %U

    Squid je poslao sledeæu FTP komandu:

    %f

    Odgovor servera:

    %F
    %g

    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 %B.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/sr-latn/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/sr-latn/ERR_FTP_PUT_CREATED 2012-02-05 13:59:38.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_FTP_PUT_CREATED 2012-06-08 14:25:21.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operacija uspešna

    Fajl je kreiran




    \ No newline at end of file + FTP PUT Successful.

    Operacija uspešna

    Fajl je kreiran




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/sr-latn/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/sr-latn/ERR_FTP_PUT_ERROR 2012-02-05 13:59:40.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_FTP_PUT_ERROR 2012-06-08 14:25:24.000000000 +0200 @@ -1 +1 @@ - GREŠKA: FTP upload failed

    ERROR

    FTP PUT upload failed


    Greška u FTP protokolu prilikom učitavanja adrese (URL): %U

    Squid je poslao sledeæu FTP komandu:

    %f

    Odgovor servera:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: FTP upload failed

    ERROR

    FTP PUT upload failed


    Greška u FTP protokolu prilikom učitavanja adrese (URL): %U

    Squid je poslao sledeæu FTP komandu:

    %f

    Odgovor servera:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/sr-latn/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/sr-latn/ERR_FTP_PUT_MODIFIED 2012-02-05 13:59:43.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_FTP_PUT_MODIFIED 2012-06-08 14:25:26.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operacija uspešna

    Fajl je osvežen




    \ No newline at end of file + FTP PUT Successful.

    Operacija uspešna

    Fajl je osvežen




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/sr-latn/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/sr-latn/ERR_FTP_UNAVAILABLE 2012-02-05 13:59:45.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_FTP_UNAVAILABLE 2012-06-08 14:25:28.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    FTP server je bio preopterećen prilikom učitavanja adrese (URL): %U

    Squid je poslao sledeæu FTP komandu:

    %f

    Odgovor servera:

    %F
    %g

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    FTP server je bio preopterećen prilikom učitavanja adrese (URL): %U

    Squid je poslao sledeæu FTP komandu:

    %f

    Odgovor servera:

    %F
    %g

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/sr-latn/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/sr-latn/ERR_GATEWAY_FAILURE 2012-02-05 13:59:47.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_GATEWAY_FAILURE 2012-06-08 14:25:30.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_ICAP_FAILURE squid3-3.1.20/errors/sr-latn/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/sr-latn/ERR_ICAP_FAILURE 2012-02-05 13:59:49.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_ICAP_FAILURE 2012-06-08 14:25:32.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Greška u ICAP protokolu.

    Odgovor sistema je: %E

    This means that some aspect of the ICAP communication failed.

    Mogući problemi su:

    • ICAP server je nedostupan.

    • Neispravan odgovor ICAP servera.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Greška u ICAP protokolu.

    Odgovor sistema je: %E

    This means that some aspect of the ICAP communication failed.

    Mogući problemi su:

    • ICAP server je nedostupan.

    • Neispravan odgovor ICAP servera.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_INVALID_REQ squid3-3.1.20/errors/sr-latn/ERR_INVALID_REQ --- squid3-3.1.19/errors/sr-latn/ERR_INVALID_REQ 2012-02-05 13:59:52.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_INVALID_REQ 2012-06-08 14:25:34.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Neispravan zahtev greška prilikom obrade vašeg zahteva:

    %R

    Mogući problemi su:

    • Zahtevani metod pristupa je nepoznat.

    • Nedostaje adresa (URL).

    • Nedostaje HTTP identifikator (HTTP/1.0).

    • Zahtev je prevelik.

    • Nedostaje dužina sadržaja za POST ili PUT zahtev.

    • Nedozvoljeni karakteri u imenu računara; donja crta (_) nije dozvoljena.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Neispravan zahtev greška prilikom obrade vašeg zahteva:

    %R

    Mogući problemi su:

    • Zahtevani metod pristupa je nepoznat.

    • Nedostaje adresa (URL).

    • Nedostaje HTTP identifikator (HTTP/1.0).

    • Zahtev je prevelik.

    • Nedostaje dužina sadržaja za POST ili PUT zahtev.

    • Nedozvoljeni karakteri u imenu računara; donja crta (_) nije dozvoljena.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_INVALID_RESP squid3-3.1.20/errors/sr-latn/ERR_INVALID_RESP --- squid3-3.1.19/errors/sr-latn/ERR_INVALID_RESP 2012-02-05 13:59:56.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_INVALID_RESP 2012-06-08 14:25:37.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Neispravan odgovor greška prilikom obrade vašeg zahteva:

    %R

    HTTP odgovor dobijen od kontaktiranog servera nije moguće razumeti ili je na neki način pogrešno formiran. Molimo kontaktirajte operatora sajta.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Neispravan odgovor greška prilikom obrade vašeg zahteva:

    %R

    HTTP odgovor dobijen od kontaktiranog servera nije moguće razumeti ili je na neki način pogrešno formiran. Molimo kontaktirajte operatora sajta.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_INVALID_URL squid3-3.1.20/errors/sr-latn/ERR_INVALID_URL --- squid3-3.1.19/errors/sr-latn/ERR_INVALID_URL 2012-02-05 14:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_INVALID_URL 2012-06-08 14:25:39.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Neispravna adresa (URL)

    Jedan od aspekata zahtevane adrese (URL) nije ispravan.

    Mogući problemi su:

    • Protokol pristupa je neispravan (treba da bude http:// ili slično)

    • Nedostaje ime računara (servera)

    • Nedozvoljene dvostruke "escape" sekvence u URL putanji

    • Nedozvoljeni karakteri u imenu računara; donja crta (_) nije dozvoljena.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Neispravna adresa (URL)

    Jedan od aspekata zahtevane adrese (URL) nije ispravan.

    Mogući problemi su:

    • Protokol pristupa je neispravan (treba da bude http:// ili slično)

    • Nedostaje ime računara (servera)

    • Nedozvoljene dvostruke "escape" sekvence u URL putanji

    • Nedozvoljeni karakteri u imenu računara; donja crta (_) nije dozvoljena.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_LIFETIME_EXP squid3-3.1.20/errors/sr-latn/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/sr-latn/ERR_LIFETIME_EXP 2012-02-05 14:00:03.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_LIFETIME_EXP 2012-06-08 14:25:41.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Trajanje konekcije prekoračeno

    Squid Proksi server je prekinuo konekciju jer je prekoraèila dozvoljeno trajanje konekcije.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Trajanje konekcije prekoračeno

    Squid Proksi server je prekinuo konekciju jer je prekoraèila dozvoljeno trajanje konekcije.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_NO_RELAY squid3-3.1.20/errors/sr-latn/ERR_NO_RELAY --- squid3-3.1.19/errors/sr-latn/ERR_NO_RELAY 2012-02-05 14:00:08.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_NO_RELAY 2012-06-08 14:25:43.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Nema Wais servera

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Nema Wais servera

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS 2012-02-05 14:00:12.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:25:45.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    U kešu nije naðen validan dokument a specificirane je direktiva only-if-cached.

    Za vaš zahtev postavljena je only-if-cached proksi direktiva.Dokument nije naðen u proksi arhivi, ili se zahteva revalidacija kojaje zabranjena direktivom only-if-cached.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    U kešu nije naðen validan dokument a specificirane je direktiva only-if-cached.

    Za vaš zahtev postavljena je only-if-cached proksi direktiva.Dokument nije naðen u proksi arhivi, ili se zahteva revalidacija kojaje zabranjena direktivom only-if-cached.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/error-details.txt squid3-3.1.20/errors/sr-latn/error-details.txt --- squid3-3.1.19/errors/sr-latn/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/error-details.txt 2012-06-08 14:26:16.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/sr-latn/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/sr-latn/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/sr-latn/ERR_PRECONDITION_FAILED 2012-02-05 14:00:15.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_PRECONDITION_FAILED 2012-06-08 14:25:47.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_READ_ERROR squid3-3.1.20/errors/sr-latn/ERR_READ_ERROR --- squid3-3.1.19/errors/sr-latn/ERR_READ_ERROR 2012-02-05 14:00:17.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_READ_ERROR 2012-06-08 14:25:50.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Greška čitanja

    Odgovor sistema je: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Greška čitanja

    Odgovor sistema je: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_READ_TIMEOUT squid3-3.1.20/errors/sr-latn/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/sr-latn/ERR_READ_TIMEOUT 2012-02-05 14:00:20.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_READ_TIMEOUT 2012-06-08 14:25:51.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Zastoj čitanja

    Odgovor sistema je: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Zastoj čitanja

    Odgovor sistema je: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/sr-latn/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/sr-latn/ERR_SECURE_CONNECT_FAIL 2012-02-05 14:00:24.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:25:54.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Nije uspelo uspostavljanje sigurne veze sa %I

    Odgovor sistema je: %E

    Ovaj proksi i udaljeni server nisu uspeli da se dogovore oko sigunosnih podešavanja za izvršavanje vašeg zahteva. Moguce je da je udaljeni server ne podržava sigune konekcije, ili da proksi nije zadovoljan sa pravilima sigunosti udaljenog servera.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Nije uspelo uspostavljanje sigurne veze sa %I

    Odgovor sistema je: %E

    Ovaj proksi i udaljeni server nisu uspeli da se dogovore oko sigunosnih podešavanja za izvršavanje vašeg zahteva. Moguce je da je udaljeni server ne podržava sigune konekcije, ili da proksi nije zadovoljan sa pravilima sigunosti udaljenog servera.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_SHUTTING_DOWN squid3-3.1.20/errors/sr-latn/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/sr-latn/ERR_SHUTTING_DOWN 2012-02-05 14:00:26.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_SHUTTING_DOWN 2012-06-08 14:25:56.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_SOCKET_FAILURE squid3-3.1.20/errors/sr-latn/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/sr-latn/ERR_SOCKET_FAILURE 2012-02-05 14:00:30.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_SOCKET_FAILURE 2012-06-08 14:25:58.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Greška prilikom uspostavljanja konekcije (Socket)

    Odgovor sistema je: %E

    Squid nije u stanju da kreira TCP socket, verovatno zbog preoptereæenosti. Molimo pokušajte ponovo.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Greška prilikom uspostavljanja konekcije (Socket)

    Odgovor sistema je: %E

    Squid nije u stanju da kreira TCP socket, verovatno zbog preoptereæenosti. Molimo pokušajte ponovo.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_TOO_BIG squid3-3.1.20/errors/sr-latn/ERR_TOO_BIG --- squid3-3.1.19/errors/sr-latn/ERR_TOO_BIG 2012-02-05 14:00:33.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_TOO_BIG 2012-06-08 14:26:00.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Zahtev ili odgovor je prevelik.

    Ukoliko je vaš zahtev POST ili PUT, onda je podatak koji pokušavate da upišete prevelik.

    Ako ste uputili GET zahtev, onda je podatak koji tražite prevelik.

    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.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Zahtev ili odgovor je prevelik.

    Ukoliko je vaš zahtev POST ili PUT, onda je podatak koji pokušavate da upišete prevelik.

    Ako ste uputili GET zahtev, onda je podatak koji tražite prevelik.

    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.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/sr-latn/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/sr-latn/ERR_UNSUP_HTTPVERSION 2012-02-05 14:00:36.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_UNSUP_HTTPVERSION 2012-06-08 14:26:02.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    Unsupported HTTP version


    Greška učitavanja podataka sa adrese (URL): %U

    Unsupported HTTP version

    Squid server ne može da obradi HTTP verziju koju koristite.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    Unsupported HTTP version


    Greška učitavanja podataka sa adrese (URL): %U

    Unsupported HTTP version

    Squid server ne može da obradi HTTP verziju koju koristite.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_UNSUP_REQ squid3-3.1.20/errors/sr-latn/ERR_UNSUP_REQ --- squid3-3.1.19/errors/sr-latn/ERR_UNSUP_REQ 2012-02-05 14:00:38.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_UNSUP_REQ 2012-06-08 14:26:06.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Nepodržan metod ili protokol zahteva (Request)

    Squid Proksi server ne podržava sve metode zahteva za sve moguæe pristupne protokole. Na primer ne možete da uradite POST na Gopher zahtev.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Nepodržan metod ili protokol zahteva (Request)

    Squid Proksi server ne podržava sve metode zahteva za sve moguæe pristupne protokole. Na primer ne možete da uradite POST na Gopher zahtev.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_URN_RESOLVE squid3-3.1.20/errors/sr-latn/ERR_URN_RESOLVE --- squid3-3.1.19/errors/sr-latn/ERR_URN_RESOLVE 2012-02-05 14:00:41.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_URN_RESOLVE 2012-06-08 14:26:10.000000000 +0200 @@ -1 +1 @@ - GREŠKA: The requested URN could not be retrieved

    ERROR

    Adresa (URL) za traženi podatak (URN) ne može da se učita


    Greška učitavanja podataka (URN): %U

    Nije moguće prepoznati URN

    Hej, ne očekuj previše od URN-a na %T :)

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: The requested URN could not be retrieved

    ERROR

    Adresa (URL) za traženi podatak (URN) ne može da se učita


    Greška učitavanja podataka (URN): %U

    Nije moguće prepoznati URN

    Hej, ne očekuj previše od URN-a na %T :)

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_WRITE_ERROR squid3-3.1.20/errors/sr-latn/ERR_WRITE_ERROR --- squid3-3.1.19/errors/sr-latn/ERR_WRITE_ERROR 2012-02-05 14:00:45.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_WRITE_ERROR 2012-06-08 14:26:13.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Greška u upisu

    Odgovor sistema je: %E

    An error condition occurred while writing to the network. Please retry your request.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Greška u upisu

    Odgovor sistema je: %E

    An error condition occurred while writing to the network. Please retry your request.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sr-latn/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/sr-latn/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/sr-latn/ERR_ZERO_SIZE_OBJECT 2012-02-05 14:00:48.000000000 +0100 +++ squid3-3.1.20/errors/sr-latn/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:26:16.000000000 +0200 @@ -1 +1 @@ - GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Odgovor nulte dužine

    Squid proksi nije dobio nikakve podatke na vaš zahtev.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file + GREŠKA: Tražena adresa (URL) ne može da se učita

    ERROR

    The requested URL could not be retrieved


    Greška učitavanja podataka sa adrese (URL): %U

    Odgovor nulte dužine

    Squid proksi nije dobio nikakve podatke na vaš zahtev.

    Vaš keš/proksi administrator je: %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_ACCESS_DENIED squid3-3.1.20/errors/sv/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/sv/ERR_ACCESS_DENIED 2012-02-05 14:00:52.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_ACCESS_DENIED 2012-06-08 14:26:19.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Tillträde Nekas.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Tillträde Nekas.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:26:23.000000000 +0200 @@ -0,0 +1 @@ + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Time Quota Exceeded.

    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.

    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.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/sv/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/sv/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_AGENT_CONFIGURE 2012-06-08 14:26:26.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    FEL

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_AGENT_WPAD squid3-3.1.20/errors/sv/ERR_AGENT_WPAD --- squid3-3.1.19/errors/sv/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_AGENT_WPAD 2012-06-08 14:26:29.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    FEL

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/sv/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/sv/ERR_CACHE_ACCESS_DENIED 2012-02-05 14:00:54.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:26:32.000000000 +0200 @@ -1 +1 @@ - FEL: Cache Access Denied

    ERROR

    Cache Tillträde Nekas.


    Följande fel påträffades vid hämtning av URL: %U

    Tillträde till Cache Nekas.

    Ledsen, Ni är förnärvarande ej berättigad att begära %U från denna cache tills det att Ni har autentifierat Er.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + FEL: Cache Access Denied

    ERROR

    Cache Tillträde Nekas.


    Följande fel påträffades vid hämtning av URL: %U

    Tillträde till Cache Nekas.

    Ledsen, Ni är förnärvarande ej berättigad att begära %U från denna cache tills det att Ni har autentifierat Er.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 14:00:57.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:26:35.000000000 +0200 @@ -1 +1 @@ - FEL: Cache Manager Access Denied

    ERROR

    Cache Manager Tillträde Nekas.


    Följande fel påträffades vid hämtning av URL: %U

    Tillträde till Cachehanteraren Nekas.

    Ledsen, Ni är förnärvarande ej berättigad att begära %U från denna cache tills det att Ni har autentifierat Er.

    Vänligen kontakta cacheadministratorn om Ni har svårigheter med att autentifiera Er själv, om Ni är administratorn, läs Squid dokumentationen om cache hanterar interfacet och kontrollera cache loggen för mer detaljerade felmeddelanden.



    \ No newline at end of file + FEL: Cache Manager Access Denied

    ERROR

    Cache Manager Tillträde Nekas.


    Följande fel påträffades vid hämtning av URL: %U

    Tillträde till Cachehanteraren Nekas.

    Ledsen, Ni är förnärvarande ej berättigad att begära %U från denna cache tills det att Ni har autentifierat Er.

    Vänligen kontakta cacheadministratorn om Ni har svårigheter med att autentifiera Er själv, om Ni är administratorn, läs Squid dokumentationen om cache hanterar interfacet och kontrollera cache loggen för mer detaljerade felmeddelanden.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_CANNOT_FORWARD squid3-3.1.20/errors/sv/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/sv/ERR_CANNOT_FORWARD 2012-02-05 14:01:00.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_CANNOT_FORWARD 2012-06-08 14:26:38.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Kunde ej vidarebefodra förfrågan vid detta tillfälle.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Kunde ej vidarebefodra förfrågan vid detta tillfälle.

    This request could not be forwarded to the origin server or to any parent caches.

    Några möjliga problem är:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_CONNECT_FAIL squid3-3.1.20/errors/sv/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/sv/ERR_CONNECT_FAIL 2012-02-05 14:01:03.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_CONNECT_FAIL 2012-06-08 14:26:41.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Anslutnings att %I misslyckades.

    Systemet returnerade: %E

    The remote host or network may be down. Please try the request again.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Anslutnings att %I misslyckades.

    Systemet returnerade: %E

    The remote host or network may be down. Please try the request again.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_DIR_LISTING squid3-3.1.20/errors/sv/ERR_DIR_LISTING --- squid3-3.1.19/errors/sv/ERR_DIR_LISTING 2012-02-05 14:01:06.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_DIR_LISTING 2012-06-08 14:26:43.000000000 +0200 @@ -1 +1 @@ - Katalog: %U

    Katalog: %U/


    Kataloginnehåll:

    %z
    %g
    Föräldrakatalog Parent Directory (Root Directory)

    \ No newline at end of file + Katalog: %U

    Katalog: %U/


    Kataloginnehåll:

    %z
    %g
    Parent Directory (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_DNS_FAIL squid3-3.1.20/errors/sv/ERR_DNS_FAIL --- squid3-3.1.19/errors/sv/ERR_DNS_FAIL 2012-02-05 14:01:11.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_DNS_FAIL 2012-06-08 14:26:47.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Kunde inte få fram IP-adressen för värdnamnet %H

    DNS namnservern svarade:

    %z

    Detta betyder att cachen kunde inte lösa upp värdnamnet angivet i begärd URL. Kontrollera att adressen är korrekt.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Kunde inte få fram IP-adressen för värdnamnet %H

    DNS namnservern svarade:

    %z

    Detta betyder att cachen kunde inte lösa upp värdnamnet angivet i begärd URL. Kontrollera att adressen är korrekt.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_ESI squid3-3.1.20/errors/sv/ERR_ESI --- squid3-3.1.19/errors/sv/ERR_ESI 2012-02-05 14:01:15.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_ESI 2012-06-08 14:26:50.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    ESI bearbetning misslyckades.

    ESI motorn returnerade:

    %Z

    Detta betyder att surrogat servern kunde inte bearbeta ESI mallen. Vänligen kontakta den ansvariga för webbservern ifråga.

    Addressen till ansvarig administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    ESI bearbetning misslyckades.

    ESI motorn returnerade:

    %Z

    Detta betyder att surrogat servern kunde inte bearbeta ESI mallen. Vänligen kontakta den ansvariga för webbservern ifråga.

    Addressen till ansvarig administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_FORWARDING_DENIED squid3-3.1.20/errors/sv/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/sv/ERR_FORWARDING_DENIED 2012-02-05 14:01:20.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_FORWARDING_DENIED 2012-06-08 14:26:52.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Vidarebefodran Nekad.

    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.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Vidarebefodran Nekad.

    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.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_FTP_DISABLED squid3-3.1.20/errors/sv/ERR_FTP_DISABLED --- squid3-3.1.19/errors/sv/ERR_FTP_DISABLED 2012-02-05 14:01:23.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_FTP_DISABLED 2012-06-08 14:26:55.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    FTP är Avstängd

    Denna cache stödjer inte FTP.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    FTP är Avstängd

    Denna cache stödjer inte FTP.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_FTP_FAILURE squid3-3.1.20/errors/sv/ERR_FTP_FAILURE --- squid3-3.1.19/errors/sv/ERR_FTP_FAILURE 2012-02-05 14:01:26.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_FTP_FAILURE 2012-06-08 14:26:58.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Ett FTP protokollfel inträffade vid försöket att hämta URL: %U

    Squid sände följande FTP kommando:

    %f

    Servern svarade med:

    %F
    %g

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Ett FTP protokollfel inträffade vid försöket att hämta URL: %U

    Squid sände följande FTP kommando:

    %f

    Servern svarade med:

    %F
    %g

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/sv/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/sv/ERR_FTP_FORBIDDEN 2012-02-05 14:01:30.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_FTP_FORBIDDEN 2012-06-08 14:27:01.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Ett misslyckande vid FTP autentifiering inträffade vid försöket att hämta URL: %U

    Squid sände följande FTP kommando:

    %f

    Servern svarade med:

    %F
    %g

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Ett misslyckande vid FTP autentifiering inträffade vid försöket att hämta URL: %U

    Squid sände följande FTP kommando:

    %f

    Servern svarade med:

    %F
    %g

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/sv/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/sv/ERR_FTP_NOT_FOUND 2012-02-05 14:01:33.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_FTP_NOT_FOUND 2012-06-08 14:27:03.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande URL kunde inte hämtas: %U

    Squid sände följande FTP kommando:

    %f

    Servern svarade med:

    %F
    %g

    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 %B.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande URL kunde inte hämtas: %U

    Squid sände följande FTP kommando:

    %f

    Servern svarade med:

    %F
    %g

    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 %B.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/sv/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/sv/ERR_FTP_PUT_CREATED 2012-02-05 14:01:37.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_FTP_PUT_CREATED 2012-06-08 14:27:06.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operationen lyckades

    Filein skapades




    \ No newline at end of file + FTP PUT Successful.

    Operationen lyckades

    Filein skapades




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/sv/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/sv/ERR_FTP_PUT_ERROR 2012-02-05 14:01:40.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_FTP_PUT_ERROR 2012-06-08 14:27:12.000000000 +0200 @@ -1 +1 @@ - FEL: FTP upload failed

    ERROR

    FTP PUT upload failed


    Ett FTP protokollfel inträffade vid försöket att hämta URL: %U

    Squid sände följande FTP kommando:

    %f

    Servern svarade med:

    %F

    Detta betyder att rättighet eller utrymme saknas på FTP servern för att lagra filen. Kontrollera sökväg, rättigheter och diskutrymme och försök igen.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: FTP upload failed

    ERROR

    FTP PUT upload failed


    Ett FTP protokollfel inträffade vid försöket att hämta URL: %U

    Squid sände följande FTP kommando:

    %f

    Servern svarade med:

    %F

    Detta betyder att rättighet eller utrymme saknas på FTP servern för att lagra filen. Kontrollera sökväg, rättigheter och diskutrymme och försök igen.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/sv/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/sv/ERR_FTP_PUT_MODIFIED 2012-02-05 14:01:43.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_FTP_PUT_MODIFIED 2012-06-08 14:27:17.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Operationen lyckades

    Filen uppdaterades




    \ No newline at end of file + FTP PUT Successful.

    Operationen lyckades

    Filen uppdaterades




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/sv/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/sv/ERR_FTP_UNAVAILABLE 2012-02-05 14:01:45.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_FTP_UNAVAILABLE 2012-06-08 14:27:19.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    FTP servern var ej tillgänglig vid försöket att hämta URL: %U

    Squid sände följande FTP kommando:

    %f

    Servern svarade med:

    %F
    %g

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    FTP servern var ej tillgänglig vid försöket att hämta URL: %U

    Squid sände följande FTP kommando:

    %f

    Servern svarade med:

    %F
    %g

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/sv/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/sv/ERR_GATEWAY_FAILURE 2012-02-05 14:01:47.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_GATEWAY_FAILURE 2012-06-08 14:27:22.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_ICAP_FAILURE squid3-3.1.20/errors/sv/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/sv/ERR_ICAP_FAILURE 2012-02-05 14:01:49.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_ICAP_FAILURE 2012-06-08 14:27:26.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    ICAP protokollfel.

    Systemet returnerade: %E

    Detta betyder att ICAP kommunikationen misslyckades.

    Några möjliga problem är:

    • ICAP servern är ej nåbar.

    • Svaret från ICAP servern är ogiltigt och kan inte tolkas.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    ICAP protokollfel.

    Systemet returnerade: %E

    Detta betyder att ICAP kommunikationen misslyckades.

    Några möjliga problem är:

    • ICAP servern är ej nåbar.

    • Svaret från ICAP servern är ogiltigt och kan inte tolkas.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_INVALID_REQ squid3-3.1.20/errors/sv/ERR_INVALID_REQ --- squid3-3.1.19/errors/sv/ERR_INVALID_REQ 2012-02-05 14:01:52.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_INVALID_REQ 2012-06-08 14:27:31.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Felaktig Förfråan fel påträffades när förfrågan skulle behandlas:

    %R

    Några möjliga problem är:

    • Avsaknad eller okänd method för förfrågan.

    • URL saknas.

    • Avsaknad HTTP identifierare (HTTP/1.0).

    • Förfrågan är för stor.

    • Content-Length saknas i POST eller PUT begäran.

    • Ej tillåtet tecken i värdnamnet; understryckningstecken är ej tillåtna.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Felaktig Förfråan fel påträffades när förfrågan skulle behandlas:

    %R

    Några möjliga problem är:

    • Avsaknad eller okänd method för förfrågan.

    • URL saknas.

    • Avsaknad HTTP identifierare (HTTP/1.0).

    • Förfrågan är för stor.

    • Content-Length saknas i POST eller PUT begäran.

    • Ej tillåtet tecken i värdnamnet; understryckningstecken är ej tillåtna.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_INVALID_RESP squid3-3.1.20/errors/sv/ERR_INVALID_RESP --- squid3-3.1.19/errors/sv/ERR_INVALID_RESP 2012-02-05 14:01:54.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_INVALID_RESP 2012-06-08 14:27:34.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Felaktigt Svarsmeddelande fel påträffades när förfrågan skulle behandlas:

    %R

    HTTP svarsmeddelandet ifrån den kontaktade servern är felaktigt och kunde inte tolkas. Vänligen kontakta den ansvariga för webbservern ifråga.

    Din cacheserver administratör man eventuellt ge dig mera information om det specifika problemet med denna sida.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Felaktigt Svarsmeddelande fel påträffades när förfrågan skulle behandlas:

    %R

    HTTP svarsmeddelandet ifrån den kontaktade servern är felaktigt och kunde inte tolkas. Vänligen kontakta den ansvariga för webbservern ifråga.

    Din cacheserver administratör man eventuellt ge dig mera information om det specifika problemet med denna sida.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_INVALID_URL squid3-3.1.20/errors/sv/ERR_INVALID_URL --- squid3-3.1.19/errors/sv/ERR_INVALID_URL 2012-02-05 14:01:57.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_INVALID_URL 2012-06-08 14:27:39.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Felaktig URL

    Någon eller några aspekter av begärd URL är inkorrekta.

    Några möjliga problem är:

    • Avsaknat eller felaktigt tillträdesprotokoll (ska vara http:// eller liknande)

    • Avsaknat värdnamn

    • Ej tillåten dubbel-escape i URL-Sökvägen

    • Ej tillåtet tecken i värdnamnet; understryckningstecken är ej tillåtna.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Felaktig URL

    Någon eller några aspekter av begärd URL är inkorrekta.

    Några möjliga problem är:

    • Avsaknat eller felaktigt tillträdesprotokoll (ska vara http:// eller liknande)

    • Avsaknat värdnamn

    • Ej tillåten dubbel-escape i URL-Sökvägen

    • Ej tillåtet tecken i värdnamnet; understryckningstecken är ej tillåtna.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_LIFETIME_EXP squid3-3.1.20/errors/sv/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/sv/ERR_LIFETIME_EXP 2012-02-05 14:01:59.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_LIFETIME_EXP 2012-06-08 14:27:44.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Anslutnings levnadstid tog slut

    Squid har avbrutit begäran på grund av att den har överskridikt den tillåtna livstiden för en anslutning.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Anslutnings levnadstid tog slut

    Squid har avbrutit begäran på grund av att den har överskridikt den tillåtna livstiden för en anslutning.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_NO_RELAY squid3-3.1.20/errors/sv/ERR_NO_RELAY --- squid3-3.1.19/errors/sv/ERR_NO_RELAY 2012-02-05 14:02:02.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_NO_RELAY 2012-06-08 14:27:46.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Igen Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Igen Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/sv/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/sv/ERR_ONLY_IF_CACHED_MISS 2012-02-05 14:02:04.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:27:50.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Senaste dokumentet återfanns inte i cachen och only-if-cached direktivet är satt.

    Du har begärt ett dokument med only-if-cached cache kontroll direktivet. Dokumentet återfanns inte i cache databasen, eller det krävs en uppdatering av cache databasen, men förhindras av only-if-cached direktivet.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Senaste dokumentet återfanns inte i cachen och only-if-cached direktivet är satt.

    Du har begärt ett dokument med only-if-cached cache kontroll direktivet. Dokumentet återfanns inte i cache databasen, eller det krävs en uppdatering av cache databasen, men förhindras av only-if-cached direktivet.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/error-details.txt squid3-3.1.20/errors/sv/error-details.txt --- squid3-3.1.19/errors/sv/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/sv/error-details.txt 2012-06-08 14:28:23.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/sv/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/sv/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/sv/ERR_PRECONDITION_FAILED 2012-02-05 14:02:07.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_PRECONDITION_FAILED 2012-06-08 14:27:54.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_READ_ERROR squid3-3.1.20/errors/sv/ERR_READ_ERROR --- squid3-3.1.19/errors/sv/ERR_READ_ERROR 2012-02-05 14:02:10.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_READ_ERROR 2012-06-08 14:27:56.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Läsfel

    Systemet returnerade: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Läsfel

    Systemet returnerade: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_READ_TIMEOUT squid3-3.1.20/errors/sv/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/sv/ERR_READ_TIMEOUT 2012-02-05 14:02:13.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_READ_TIMEOUT 2012-06-08 14:27:59.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Läsningen fick en timeout

    Systemet returnerade: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Läsningen fick en timeout

    Systemet returnerade: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/sv/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/sv/ERR_SECURE_CONNECT_FAIL 2012-02-05 14:02:16.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:28:02.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Misslyckades med att öppna en säker anslutning till %I

    Systemet returnerade: %E

    Denna proxy server och kontaktad server misslyckades med att förhandla fram en accepterbar säkerhetsinställning för hanteringen av din begäran. Det är möjligt att kontaktad server inte stödjer säkra anslutningar, eller att proxy servern inte r nöjd med de säkerhets alternativ eller certifikat som presenterades av servern.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Misslyckades med att öppna en säker anslutning till %I

    Systemet returnerade: %E

    Denna proxy server och kontaktad server misslyckades med att förhandla fram en accepterbar säkerhetsinställning för hanteringen av din begäran. Det är möjligt att kontaktad server inte stödjer säkra anslutningar, eller att proxy servern inte r nöjd med de säkerhets alternativ eller certifikat som presenterades av servern.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_SHUTTING_DOWN squid3-3.1.20/errors/sv/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/sv/ERR_SHUTTING_DOWN 2012-02-05 14:02:18.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_SHUTTING_DOWN 2012-06-08 14:28:04.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_SOCKET_FAILURE squid3-3.1.20/errors/sv/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/sv/ERR_SOCKET_FAILURE 2012-02-05 14:02:20.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_SOCKET_FAILURE 2012-06-08 14:28:07.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Socket Fel

    Systemet returnerade: %E

    Squid kan inte skapa en TCP socket, gissningsvis på grund av tung last. Vänligen försök igen.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Socket Fel

    Systemet returnerade: %E

    Squid kan inte skapa en TCP socket, gissningsvis på grund av tung last. Vänligen försök igen.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_TOO_BIG squid3-3.1.20/errors/sv/ERR_TOO_BIG --- squid3-3.1.19/errors/sv/ERR_TOO_BIG 2012-02-05 14:02:23.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_TOO_BIG 2012-06-08 14:28:10.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Begäran är för stor.

    Ifall du utför en POST eller PUT begäran, så är begäran du försöker ladda upp för stor.

    Ifall du utförde en GET begäran, så är svaret du försöker ladda ned för stort.

    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.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Begäran är för stor.

    Ifall du utför en POST eller PUT begäran, så är begäran du försöker ladda upp för stor.

    Ifall du utförde en GET begäran, så är svaret du försöker ladda ned för stort.

    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.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/sv/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/sv/ERR_UNSUP_HTTPVERSION 2012-02-05 14:02:26.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_UNSUP_HTTPVERSION 2012-06-08 14:28:13.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    Icke stödd HTTP version


    Följande fel påträffades vid hämtning av URL: %U

    Unsupported HTTP version

    Squid fungerar inte med den versionen av HTTP som du försöker använda

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    Icke stödd HTTP version


    Följande fel påträffades vid hämtning av URL: %U

    Unsupported HTTP version

    Squid fungerar inte med den versionen av HTTP som du försöker använda

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_UNSUP_REQ squid3-3.1.20/errors/sv/ERR_UNSUP_REQ --- squid3-3.1.19/errors/sv/ERR_UNSUP_REQ 2012-02-05 14:02:28.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_UNSUP_REQ 2012-06-08 14:28:15.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Ej stöd för begärd Metod och Protokoll

    Squid stödjer inte alla frågemetoder för alla protokoll. Till exempel, Ni kan inte POST'a en Gopher förfrågan.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Ej stöd för begärd Metod och Protokoll

    Squid stödjer inte alla frågemetoder för alla protokoll. Till exempel, Ni kan inte POST'a en Gopher förfrågan.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_URN_RESOLVE squid3-3.1.20/errors/sv/ERR_URN_RESOLVE --- squid3-3.1.19/errors/sv/ERR_URN_RESOLVE 2012-02-05 14:02:31.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_URN_RESOLVE 2012-06-08 14:28:18.000000000 +0200 @@ -1 +1 @@ - FEL: The requested URN could not be retrieved

    ERROR

    En URL för begärd URN kunde inte hämtas


    Följande fel påträffades vid hämtning av URN: %U

    Kan inte lösa upp URN namnet

    Men hallå, förvänta dig inte för mycket från en URNs på %T :)

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: The requested URN could not be retrieved

    ERROR

    En URL för begärd URN kunde inte hämtas


    Följande fel påträffades vid hämtning av URN: %U

    Kan inte lösa upp URN namnet

    Men hallå, förvänta dig inte för mycket från en URNs på %T :)

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_WRITE_ERROR squid3-3.1.20/errors/sv/ERR_WRITE_ERROR --- squid3-3.1.19/errors/sv/ERR_WRITE_ERROR 2012-02-05 14:02:33.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_WRITE_ERROR 2012-06-08 14:28:20.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Skriv Fel

    Systemet returnerade: %E

    An error condition occurred while writing to the network. Please retry your request.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Skriv Fel

    Systemet returnerade: %E

    An error condition occurred while writing to the network. Please retry your request.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/sv/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/sv/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/sv/ERR_ZERO_SIZE_OBJECT 2012-02-05 14:02:36.000000000 +0100 +++ squid3-3.1.20/errors/sv/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:28:23.000000000 +0200 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Storleken på svaret var lika med noll

    Squid tog inte emot något data för denna förfrågan.

    Din cacheserver administratör är %w.



    \ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

    ERROR

    The requested URL could not be retrieved


    Följande fel påträffades vid hämtning av URL: %U

    Storleken på svaret var lika med noll

    Squid tog inte emot något data för denna förfrågan.

    Din cacheserver administratör är %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/template.list squid3-3.1.20/errors/template.list --- squid3-3.1.19/errors/template.list 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/template.list 2012-06-08 13:20:21.000000000 +0200 @@ -0,0 +1,41 @@ +ERROR_TEMPLATES= \ + templates/ERR_ACCESS_DENIED \ + templates/ERR_ACL_TIME_QUOTA_EXCEEDED \ + templates/ERR_AGENT_CONFIGURE \ + templates/ERR_AGENT_WPAD \ + templates/ERR_CACHE_ACCESS_DENIED \ + templates/ERR_CACHE_MGR_ACCESS_DENIED \ + templates/ERR_CANNOT_FORWARD \ + templates/ERR_CONNECT_FAIL \ + templates/ERR_DIR_LISTING \ + templates/ERR_DNS_FAIL \ + templates/ERR_ESI \ + templates/ERR_FORWARDING_DENIED \ + templates/ERR_FTP_DISABLED \ + templates/ERR_FTP_FAILURE \ + templates/ERR_FTP_FORBIDDEN \ + templates/ERR_FTP_NOT_FOUND \ + templates/ERR_FTP_PUT_CREATED \ + templates/ERR_FTP_PUT_ERROR \ + templates/ERR_FTP_PUT_MODIFIED \ + templates/ERR_FTP_UNAVAILABLE \ + templates/ERR_GATEWAY_FAILURE \ + templates/ERR_ICAP_FAILURE \ + templates/ERR_INVALID_REQ \ + templates/ERR_INVALID_RESP \ + templates/ERR_INVALID_URL \ + templates/ERR_LIFETIME_EXP \ + templates/ERR_NO_RELAY \ + templates/ERR_ONLY_IF_CACHED_MISS \ + templates/ERR_PRECONDITION_FAILED \ + templates/ERR_READ_ERROR \ + templates/ERR_READ_TIMEOUT \ + templates/ERR_SECURE_CONNECT_FAIL \ + templates/ERR_SHUTTING_DOWN \ + templates/ERR_SOCKET_FAILURE \ + templates/ERR_TOO_BIG \ + templates/ERR_UNSUP_HTTPVERSION \ + templates/ERR_UNSUP_REQ \ + templates/ERR_URN_RESOLVE \ + templates/ERR_WRITE_ERROR \ + templates/ERR_ZERO_SIZE_OBJECT diff -Nru squid3-3.1.19/errors/templates/ERR_ACCESS_DENIED squid3-3.1.20/errors/templates/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/templates/ERR_ACCESS_DENIED 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_ACCESS_DENIED 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 13:20:21.000000000 +0200 @@ -0,0 +1,38 @@ + + + +ERROR: The requested URL could not be retrieved + + +
    +

    ERROR

    +

    The requested URL could not be retrieved

    +
    +
    + +
    +

    The following error was encountered while trying to retrieve the URL: %U

    + +
    +

    Time Quota Exceeded.

    +
    + +

    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.

    +

    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.

    + +

    Your cache administrator is %w.

    +
    +
    + +
    + + diff -Nru squid3-3.1.19/errors/templates/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/templates/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/templates/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_AGENT_CONFIGURE 2012-06-08 13:20:21.000000000 +0200 @@ -0,0 +1,59 @@ + + + +Web Browser Configuration + + +
    +

    ERROR

    +

    Web Browser Configuration

    +
    +
    + +
    +
    +

    Your Web Browser configuration needs to be corrected to use this network.

    +
    + +

    How to find these settings in your browser:

    + +
    +For Firefox browsers go to: +
      +
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • +
    • In the HTTP proxy box type the proxy name %h and port 3128.
    • +
    +
    + +
    +For Internet Explorer browsers go to: +
      +
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • +
    • In the HTTP proxy box type the proxy name %h and port 3128.
    • +
    +
    + +
    +For Opera browsers go to: +
      +
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • +
    • In the HTTP proxy box type the proxy name %h and port 3128.
    • +
    +
    + +

    Your cache administrator is %w.

    +
    +
    + +
    + + diff -Nru squid3-3.1.19/errors/templates/ERR_AGENT_WPAD squid3-3.1.20/errors/templates/ERR_AGENT_WPAD --- squid3-3.1.19/errors/templates/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_AGENT_WPAD 2012-06-08 13:20:21.000000000 +0200 @@ -0,0 +1,59 @@ + + + +Web Browser Configuration + + +
    +

    ERROR

    +

    Web Browser Configuration

    +
    +
    + +
    +
    +

    Your Web Browser configuration needs to be corrected to use this network.

    +
    + +

    How to find these settings in your browser:

    + +
    +For Firefox browsers go to: +
      +
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • +
    • Select Auto-detect proxy settings for this network
    • +
    +
    + +
    +For Internet Explorer browsers go to: +
      +
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • +
    • Select Automatically detect settings
    • +
    +
    + +
    +For Opera browsers go to: +
      +
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • +
    • Select Use Automatic proxy configuration
    • +
    +
    + +

    Your cache administrator is %w.

    +
    +
    + +
    + + diff -Nru squid3-3.1.19/errors/templates/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/templates/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/templates/ERR_CACHE_ACCESS_DENIED 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_CACHE_ACCESS_DENIED 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_CANNOT_FORWARD squid3-3.1.20/errors/templates/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/templates/ERR_CANNOT_FORWARD 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_CANNOT_FORWARD 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    @@ -23,7 +23,14 @@

    Unable to forward this request at this time.

    -

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    +

    This request could not be forwarded to the origin server or to any parent caches.

    + +

    Some possible problems are:

    +
      +
    • An Internet connection needed to access this domains origin servers may be down.
    • +
    • All configured parent caches may be currently unreachable.
    • +
    • The administrator may not allow this cache to make direct connections to origin servers.
    • +

    Your cache administrator is %w.

    diff -Nru squid3-3.1.19/errors/templates/ERR_CONNECT_FAIL squid3-3.1.20/errors/templates/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/templates/ERR_CONNECT_FAIL 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_CONNECT_FAIL 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_DIR_LISTING squid3-3.1.20/errors/templates/ERR_DIR_LISTING --- squid3-3.1.19/errors/templates/ERR_DIR_LISTING 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_DIR_LISTING 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    @@ -24,7 +24,7 @@ - + diff -Nru squid3-3.1.19/errors/templates/ERR_DNS_FAIL squid3-3.1.20/errors/templates/ERR_DNS_FAIL --- squid3-3.1.19/errors/templates/ERR_DNS_FAIL 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_DNS_FAIL 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_ESI squid3-3.1.20/errors/templates/ERR_ESI --- squid3-3.1.19/errors/templates/ERR_ESI 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_ESI 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_FORWARDING_DENIED squid3-3.1.20/errors/templates/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/templates/ERR_FORWARDING_DENIED 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_FORWARDING_DENIED 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_FTP_DISABLED squid3-3.1.20/errors/templates/ERR_FTP_DISABLED --- squid3-3.1.19/errors/templates/ERR_FTP_DISABLED 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_FTP_DISABLED 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_FTP_FAILURE squid3-3.1.20/errors/templates/ERR_FTP_FAILURE --- squid3-3.1.19/errors/templates/ERR_FTP_FAILURE 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_FTP_FAILURE 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/templates/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/templates/ERR_FTP_FORBIDDEN 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_FTP_FORBIDDEN 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/templates/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/templates/ERR_FTP_NOT_FOUND 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_FTP_NOT_FOUND 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/templates/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/templates/ERR_FTP_PUT_CREATED 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_FTP_PUT_CREATED 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/templates/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/templates/ERR_FTP_PUT_ERROR 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_FTP_PUT_ERROR 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/templates/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/templates/ERR_FTP_PUT_MODIFIED 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_FTP_PUT_MODIFIED 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/templates/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/templates/ERR_FTP_UNAVAILABLE 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_FTP_UNAVAILABLE 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/templates/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/templates/ERR_GATEWAY_FAILURE 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_GATEWAY_FAILURE 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_ICAP_FAILURE squid3-3.1.20/errors/templates/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/templates/ERR_ICAP_FAILURE 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_ICAP_FAILURE 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    diff -Nru squid3-3.1.19/errors/templates/ERR_INVALID_REQ squid3-3.1.20/errors/templates/ERR_INVALID_REQ --- squid3-3.1.19/errors/templates/ERR_INVALID_REQ 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/errors/templates/ERR_INVALID_REQ 2012-06-08 13:20:21.000000000 +0200 @@ -7,7 +7,7 @@ body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } -:lang(he) { direction: rtl; float: right; } +:lang(he) { direction: rtl; } -->
    @@ -25,9 +25,9 @@

    Some possible problems are:

      -
    • Missing or unknown request method.

    • -
    • Missing URL.

    • -
    • Missing HTTP Identifier (HTTP/1.0).

    • +
    • Missing or unknown request method.

    • +
    • Missing URL.

    • +
    • Missing HTTP Identifier (HTTP/1.0).

    • Request is too large.

    • Content-Length missing for POST or PUT requests.

    • Illegal character in hostname; underscores are not allowed.

    • @@ -38,6 +38,12 @@
    + +
    Parent Directory Parent Directory (Root Directory)
    %g
    Parent Directory Parent Directory (Root Directory)

    \ No newline at end of file + Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_DNS_FAIL squid3-3.1.20/errors/th/ERR_DNS_FAIL --- squid3-3.1.19/errors/th/ERR_DNS_FAIL 2012-02-05 14:02:54.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_DNS_FAIL 2012-06-08 14:28:52.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    ไม่สามารถระบุที่อยู่ไอพีจากชื่อเครื่อง %H

    เครื่องบริการ DNS ส่งค่ากลับมาดังนี้:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    ไม่สามารถระบุที่อยู่ไอพีจากชื่อเครื่อง %H

    เครื่องบริการ DNS ส่งค่ากลับมาดังนี้:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_ESI squid3-3.1.20/errors/th/ERR_ESI --- squid3-3.1.19/errors/th/ERR_ESI 2012-02-05 14:02:56.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_ESI 2012-06-08 14:28:55.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    การประมวลผล ESI ไม่สำเร็จ

    หน่วยประมวลผล ESI ส่งค่ากลับมาดังนี้:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    ผู้ดูแลเว็บของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    การประมวลผล ESI ไม่สำเร็จ

    หน่วยประมวลผล ESI ส่งค่ากลับมาดังนี้:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    ผู้ดูแลเว็บของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_FORWARDING_DENIED squid3-3.1.20/errors/th/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/th/ERR_FORWARDING_DENIED 2012-02-05 14:02:58.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_FORWARDING_DENIED 2012-06-08 14:28:57.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    การส่งต่อ (forwarding) ไม่ได้รับอนุญาต

    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.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    การส่งต่อ (forwarding) ไม่ได้รับอนุญาต

    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.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_FTP_DISABLED squid3-3.1.20/errors/th/ERR_FTP_DISABLED --- squid3-3.1.19/errors/th/ERR_FTP_DISABLED 2012-02-05 14:03:01.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_FTP_DISABLED 2012-06-08 14:29:01.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    ไม่ได้เปิดให้เรียกใช้ FTP

    ระบบแคชนี้ไม่รองรับ FTP

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    ไม่ได้เปิดให้เรียกใช้ FTP

    ระบบแคชนี้ไม่รองรับ FTP

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_FTP_FAILURE squid3-3.1.20/errors/th/ERR_FTP_FAILURE --- squid3-3.1.19/errors/th/ERR_FTP_FAILURE 2012-02-05 14:03:03.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_FTP_FAILURE 2012-06-08 14:29:03.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    An FTP protocol error occurred while trying to retrieve the URL: %U

    squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:

    %f

    เครื่องให้บริการ (server) ตอบกลับดังนี้:

    %F
    %g

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    An FTP protocol error occurred while trying to retrieve the URL: %U

    squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:

    %f

    เครื่องให้บริการ (server) ตอบกลับดังนี้:

    %F
    %g

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/th/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/th/ERR_FTP_FORBIDDEN 2012-02-05 14:03:05.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_FTP_FORBIDDEN 2012-06-08 14:29:05.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:

    %f

    เครื่องให้บริการ (server) ตอบกลับดังนี้:

    %F
    %g

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:

    %f

    เครื่องให้บริการ (server) ตอบกลับดังนี้:

    %F
    %g

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/th/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/th/ERR_FTP_NOT_FOUND 2012-02-05 14:03:08.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_FTP_NOT_FOUND 2012-06-08 14:29:09.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    ไม่สามารถเรียกดู URL ต่อไปนี้ได้: %U

    squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:

    %f

    เครื่องให้บริการ (server) ตอบกลับดังนี้:

    %F
    %g

    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 %B.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    ไม่สามารถเรียกดู URL ต่อไปนี้ได้: %U

    squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:

    %f

    เครื่องให้บริการ (server) ตอบกลับดังนี้:

    %F
    %g

    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 %B.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/th/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/th/ERR_FTP_PUT_CREATED 2012-02-05 14:03:10.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_FTP_PUT_CREATED 2012-06-08 14:29:11.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    ปฏิบัติการเสร็จสมบูรณ์

    ไฟล์ใหม่ถูกสร้างขึ้น




    \ No newline at end of file + FTP PUT Successful.

    ปฏิบัติการเสร็จสมบูรณ์

    ไฟล์ใหม่ถูกสร้างขึ้น




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/th/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/th/ERR_FTP_PUT_ERROR 2012-02-05 14:03:12.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_FTP_PUT_ERROR 2012-06-08 14:29:13.000000000 +0200 @@ -1 +1 @@ - ERROR: ส่งไฟล์ขึ้น FTP ไม่สำเร็จ

    ERROR

    FTP PUT upload failed


    An FTP protocol error occurred while trying to retrieve the URL: %U

    squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:

    %f

    เครื่องให้บริการ (server) ตอบกลับดังนี้:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ส่งไฟล์ขึ้น FTP ไม่สำเร็จ

    ERROR

    FTP PUT upload failed


    An FTP protocol error occurred while trying to retrieve the URL: %U

    squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:

    %f

    เครื่องให้บริการ (server) ตอบกลับดังนี้:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/th/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/th/ERR_FTP_PUT_MODIFIED 2012-02-05 14:03:15.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_FTP_PUT_MODIFIED 2012-06-08 14:29:16.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    ปฏิบัติการเสร็จสมบูรณ์

    ไฟล์ถูกแทนที่ด้วยไฟล์ใหม่




    \ No newline at end of file + FTP PUT Successful.

    ปฏิบัติการเสร็จสมบูรณ์

    ไฟล์ถูกแทนที่ด้วยไฟล์ใหม่




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/th/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/th/ERR_FTP_UNAVAILABLE 2012-02-05 14:03:17.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_FTP_UNAVAILABLE 2012-06-08 14:29:20.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    เครื่องบริการ FTP ไม่ว่างพอที่จะตอบสนองหรือเรียกดู URL: %U

    squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:

    %f

    เครื่องให้บริการ (server) ตอบกลับดังนี้:

    %F
    %g

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    เครื่องบริการ FTP ไม่ว่างพอที่จะตอบสนองหรือเรียกดู URL: %U

    squid ได้ส่งคำสั่ง FTP ดังต่อไปนี้:

    %f

    เครื่องให้บริการ (server) ตอบกลับดังนี้:

    %F
    %g

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/th/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/th/ERR_GATEWAY_FAILURE 2012-02-05 14:03:19.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_GATEWAY_FAILURE 2012-06-08 14:29:23.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_ICAP_FAILURE squid3-3.1.20/errors/th/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/th/ERR_ICAP_FAILURE 2012-02-05 14:03:21.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_ICAP_FAILURE 2012-06-08 14:29:26.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    เกิดความผิดพลาดในโปรโตคอล ICAP

    ระบบส่งค่าคืนดังนี้: %E

    This means that some aspect of the ICAP communication failed.

    ปัญหาที่เป็นไปได้อาจจะเป็น:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    เกิดความผิดพลาดในโปรโตคอล ICAP

    ระบบส่งค่าคืนดังนี้: %E

    This means that some aspect of the ICAP communication failed.

    ปัญหาที่เป็นไปได้อาจจะเป็น:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_INVALID_REQ squid3-3.1.20/errors/th/ERR_INVALID_REQ --- squid3-3.1.19/errors/th/ERR_INVALID_REQ 2012-02-05 14:03:23.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_INVALID_REQ 2012-06-08 14:29:29.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    Invalid Request error was encountered while trying to process the request:

    %R

    ปัญหาที่เป็นไปได้อาจจะเป็น:

    • ไม่ได้ระบุวิธีการหรือคำสั่ง หรือ ไม่รู้จักวิธีการหรือคำสั่งที่เรียกมา (request method)

    • ไม่ได้ระบุ URL

    • ไม่ได้ระบุชื่อตัวแแปร (identifier) ใน HTTP (HTTP/1.0)

    • คำสั่งหรือคำร้อง (request) ที่ส่ง มีขนาดใหญ่เกินไป

    • ไม่ได้ระบุ Content-Length ในการสั่ง POST หรือ PUT

    • Illegal character in hostname; underscores are not allowed.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    Invalid Request error was encountered while trying to process the request:

    %R

    ปัญหาที่เป็นไปได้อาจจะเป็น:

    • ไม่ได้ระบุวิธีการหรือคำสั่ง หรือ ไม่รู้จักวิธีการหรือคำสั่งที่เรียกมา (request method)

    • ไม่ได้ระบุ URL

    • ไม่ได้ระบุชื่อตัวแแปร (identifier) ใน HTTP (HTTP/1.0)

    • คำสั่งหรือคำร้อง (request) ที่ส่ง มีขนาดใหญ่เกินไป

    • ไม่ได้ระบุ Content-Length ในการสั่ง POST หรือ PUT

    • Illegal character in hostname; underscores are not allowed.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_INVALID_RESP squid3-3.1.20/errors/th/ERR_INVALID_RESP --- squid3-3.1.19/errors/th/ERR_INVALID_RESP 2012-02-05 14:03:25.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_INVALID_RESP 2012-06-08 14:29:31.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_INVALID_URL squid3-3.1.20/errors/th/ERR_INVALID_URL --- squid3-3.1.19/errors/th/ERR_INVALID_URL 2012-02-05 14:03:27.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_INVALID_URL 2012-06-08 14:29:33.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    URL ผิดรูปแบบ (invalid)

    URL ที่ร้องขอ มีลักษณะบางอย่างไม่ถูกต้อง

    ปัญหาที่เป็นไปได้อาจจะเป็น:

    • ไม่ได้ระบุโปรโตคอล หรือ โปรโตคอลที่เรียกใช้ไม่ถูกต้อง (รูปแบบที่ถูกต้อง ควรจะเป็นในลักษณะ http:// เป็นต้น)

    • ไม่ได้ระบุชื่อเครื่อง

    • Illegal double-escape in the URL-Path

    • Illegal character in hostname; underscores are not allowed.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    URL ผิดรูปแบบ (invalid)

    URL ที่ร้องขอ มีลักษณะบางอย่างไม่ถูกต้อง

    ปัญหาที่เป็นไปได้อาจจะเป็น:

    • ไม่ได้ระบุโปรโตคอล หรือ โปรโตคอลที่เรียกใช้ไม่ถูกต้อง (รูปแบบที่ถูกต้อง ควรจะเป็นในลักษณะ http:// เป็นต้น)

    • ไม่ได้ระบุชื่อเครื่อง

    • Illegal double-escape in the URL-Path

    • Illegal character in hostname; underscores are not allowed.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_LIFETIME_EXP squid3-3.1.20/errors/th/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/th/ERR_LIFETIME_EXP 2012-02-05 14:03:30.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_LIFETIME_EXP 2012-06-08 14:29:35.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    Connection Lifetime Expired

    Squid has terminated the request because it has exceeded the maximum connection lifetime.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    Connection Lifetime Expired

    Squid has terminated the request because it has exceeded the maximum connection lifetime.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_NO_RELAY squid3-3.1.20/errors/th/ERR_NO_RELAY --- squid3-3.1.19/errors/th/ERR_NO_RELAY 2012-02-05 14:03:32.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_NO_RELAY 2012-06-08 14:29:38.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/th/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/th/ERR_ONLY_IF_CACHED_MISS 2012-02-05 14:03:34.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:29:41.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/error-details.txt squid3-3.1.20/errors/th/error-details.txt --- squid3-3.1.19/errors/th/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/th/error-details.txt 2012-06-08 14:30:11.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/th/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/th/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/th/ERR_PRECONDITION_FAILED 2012-02-05 14:03:36.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_PRECONDITION_FAILED 2012-06-08 14:29:43.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_READ_ERROR squid3-3.1.20/errors/th/ERR_READ_ERROR --- squid3-3.1.19/errors/th/ERR_READ_ERROR 2012-02-05 14:03:39.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_READ_ERROR 2012-06-08 14:29:45.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    เกิดความผิดพลาดในการรับข้อมูล

    ระบบส่งค่าคืนดังนี้: %E

    An error condition occurred while reading data from the network. Please retry your request.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    เกิดความผิดพลาดในการรับข้อมูล

    ระบบส่งค่าคืนดังนี้: %E

    An error condition occurred while reading data from the network. Please retry your request.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_READ_TIMEOUT squid3-3.1.20/errors/th/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/th/ERR_READ_TIMEOUT 2012-02-05 14:03:41.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_READ_TIMEOUT 2012-06-08 14:29:48.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    การรอรับข้อมูลเกินเวลาที่กำหนด

    ระบบส่งค่าคืนดังนี้: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    การรอรับข้อมูลเกินเวลาที่กำหนด

    ระบบส่งค่าคืนดังนี้: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/th/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/th/ERR_SECURE_CONNECT_FAIL 2012-02-05 14:03:44.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:29:50.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    สร้างการเชื่อมต่อนิรภัย (secure connection) ไปยัง %I ไม่สำเร็จ

    ระบบส่งค่าคืนดังนี้: %E

    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.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    สร้างการเชื่อมต่อนิรภัย (secure connection) ไปยัง %I ไม่สำเร็จ

    ระบบส่งค่าคืนดังนี้: %E

    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.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_SHUTTING_DOWN squid3-3.1.20/errors/th/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/th/ERR_SHUTTING_DOWN 2012-02-05 14:03:46.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_SHUTTING_DOWN 2012-06-08 14:29:52.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_SOCKET_FAILURE squid3-3.1.20/errors/th/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/th/ERR_SOCKET_FAILURE 2012-02-05 14:03:49.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_SOCKET_FAILURE 2012-06-08 14:29:54.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    เกิดการล้มเหลวใน socket

    ระบบส่งค่าคืนดังนี้: %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    เกิดการล้มเหลวใน socket

    ระบบส่งค่าคืนดังนี้: %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_TOO_BIG squid3-3.1.20/errors/th/ERR_TOO_BIG --- squid3-3.1.19/errors/th/ERR_TOO_BIG 2012-02-05 14:03:53.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_TOO_BIG 2012-06-08 14:29:56.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    คำร้องขอหรือคำตอบกลับมีขนาดใหญ่เกินไป

    ถ้าคุณกำลังสั่ง POST หรือ PUT, ข้อมูลที่คุณกำลังส่งขึ้นไปนั้น มีขนาดใหญ่เกินไป

    ถ้าคุณกำลังสั่ง GET, ข้อมูลที่คุณกำลังส่งถ่ายเข้ามา (ดาวน์โหลด) นั้น มีขนาดใหญ่เกินไป

    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.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    คำร้องขอหรือคำตอบกลับมีขนาดใหญ่เกินไป

    ถ้าคุณกำลังสั่ง POST หรือ PUT, ข้อมูลที่คุณกำลังส่งขึ้นไปนั้น มีขนาดใหญ่เกินไป

    ถ้าคุณกำลังสั่ง GET, ข้อมูลที่คุณกำลังส่งถ่ายเข้ามา (ดาวน์โหลด) นั้น มีขนาดใหญ่เกินไป

    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.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/th/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/th/ERR_UNSUP_HTTPVERSION 2012-02-05 14:03:55.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_UNSUP_HTTPVERSION 2012-06-08 14:29:58.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่รองรับ HTTP รุ่นนี้


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    Unsupported HTTP version

    squid ไม่รับ HTTP รุ่นที่คุณพยายามเรียกใช้อยู่นี้

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่รองรับ HTTP รุ่นนี้


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    Unsupported HTTP version

    squid ไม่รับ HTTP รุ่นที่คุณพยายามเรียกใช้อยู่นี้

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_UNSUP_REQ squid3-3.1.20/errors/th/ERR_UNSUP_REQ --- squid3-3.1.19/errors/th/ERR_UNSUP_REQ 2012-02-05 14:03:58.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_UNSUP_REQ 2012-06-08 14:30:01.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    ไม่รองรับโปรโตคอลและวิธีการหรือคำสั่งที่เรียกมา (request method)

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    ไม่รองรับโปรโตคอลและวิธีการหรือคำสั่งที่เรียกมา (request method)

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_URN_RESOLVE squid3-3.1.20/errors/th/ERR_URN_RESOLVE --- squid3-3.1.19/errors/th/ERR_URN_RESOLVE 2012-02-05 14:04:01.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_URN_RESOLVE 2012-06-08 14:30:04.000000000 +0200 @@ -1 +1 @@ - ERROR: The requested URN could not be retrieved

    ERROR

    ไม่สามารถเรียกดู URL สำหรับ URN ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URN: %U

    Cannot Resolve URN

    เฮ้, อย่าคาดหวังจาก URN บน %T มากเกินไปนัก :)

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: The requested URN could not be retrieved

    ERROR

    ไม่สามารถเรียกดู URL สำหรับ URN ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URN: %U

    Cannot Resolve URN

    เฮ้, อย่าคาดหวังจาก URN บน %T มากเกินไปนัก :)

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_WRITE_ERROR squid3-3.1.20/errors/th/ERR_WRITE_ERROR --- squid3-3.1.19/errors/th/ERR_WRITE_ERROR 2012-02-05 14:04:04.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_WRITE_ERROR 2012-06-08 14:30:07.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    เกิดความผิดพลาดในการส่งข้อมูล

    ระบบส่งค่าคืนดังนี้: %E

    An error condition occurred while writing to the network. Please retry your request.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    เกิดความผิดพลาดในการส่งข้อมูล

    ระบบส่งค่าคืนดังนี้: %E

    An error condition occurred while writing to the network. Please retry your request.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/th/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/th/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/th/ERR_ZERO_SIZE_OBJECT 2012-02-05 14:04:06.000000000 +0100 +++ squid3-3.1.20/errors/th/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:30:11.000000000 +0200 @@ -1 +1 @@ - ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    สิ่งที่ตอบกลับมา ว่างเปล่า

    Squid did not receive any data for this request.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file + ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ

    ERROR

    ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ


    พบความผิดพลาดดังต่อไปนี้ระหว่างที่พยายามเรียกดู URL: %U

    สิ่งที่ตอบกลับมา ว่างเปล่า

    Squid did not receive any data for this request.

    ผู้ดูแลระบบแคชของคุณคือ %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_ACCESS_DENIED squid3-3.1.20/errors/tr/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/tr/ERR_ACCESS_DENIED 2012-02-05 14:04:10.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_ACCESS_DENIED 2012-06-08 14:30:13.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Erişim Yasak.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Erişim Yasak.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:30:15.000000000 +0200 @@ -0,0 +1 @@ + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Time Quota Exceeded.

    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.

    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.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/tr/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/tr/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_AGENT_CONFIGURE 2012-06-08 14:30:17.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    HATA

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_AGENT_WPAD squid3-3.1.20/errors/tr/ERR_AGENT_WPAD --- squid3-3.1.19/errors/tr/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_AGENT_WPAD 2012-06-08 14:30:19.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    HATA

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/tr/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/tr/ERR_CACHE_ACCESS_DENIED 2012-02-05 14:04:12.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:30:21.000000000 +0200 @@ -1 +1 @@ - HATA: Cache Access Denied

    ERROR

    Cache Erişim Yasak.


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Cache Sunucusunu Kullanamazsınız.

    Özür dilerim, istediğiniz %U adresine bu Cache Sunucusunu kullanarak ulaşamazsınız.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + HATA: Cache Access Denied

    ERROR

    Cache Erişim Yasak.


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Cache Sunucusunu Kullanamazsınız.

    Özür dilerim, istediğiniz %U adresine bu Cache Sunucusunu kullanarak ulaşamazsınız.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 14:04:15.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:30:23.000000000 +0200 @@ -1 +1 @@ - HATA: Cache Manager Access Denied

    ERROR

    Cache Manager Erişim Yasak.


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Cache Yönetici girişi yasak.

    Özür dilerim, istediğiniz %U adresine bu cache yönetici girişinden bağlanamazsınız.

    Eğer sorun devam ediyor ise lütfen cache yöneticisi ile bağlantıya geçin Eğer yönetici siz iseniz Squid Yardım Sayfalarında Cache Yöneticisi giriş arayüzü ile ilgili kısımları tekrar okuyun ve Cache sunucusunun hata mesajlarını kontrol edin.



    \ No newline at end of file + HATA: Cache Manager Access Denied

    ERROR

    Cache Manager Erişim Yasak.


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Cache Yönetici girişi yasak.

    Özür dilerim, istediğiniz %U adresine bu cache yönetici girişinden bağlanamazsınız.

    Eğer sorun devam ediyor ise lütfen cache yöneticisi ile bağlantıya geçin Eğer yönetici siz iseniz Squid Yardım Sayfalarında Cache Yöneticisi giriş arayüzü ile ilgili kısımları tekrar okuyun ve Cache sunucusunun hata mesajlarını kontrol edin.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_CANNOT_FORWARD squid3-3.1.20/errors/tr/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/tr/ERR_CANNOT_FORWARD 2012-02-05 14:04:18.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_CANNOT_FORWARD 2012-06-08 14:30:25.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Şu anda sizi yönlendiremem.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Şu anda sizi yönlendiremem.

    This request could not be forwarded to the origin server or to any parent caches.

    Buna sebep aşağidakilerden herhangi biri olabilir:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_CONNECT_FAIL squid3-3.1.20/errors/tr/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/tr/ERR_CONNECT_FAIL 2012-02-05 14:04:21.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_CONNECT_FAIL 2012-06-08 14:30:27.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    %I 'a bağlantı başarısız.

    Sistemden gelen mesaj: %E

    The remote host or network may be down. Please try the request again.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    %I 'a bağlantı başarısız.

    Sistemden gelen mesaj: %E

    The remote host or network may be down. Please try the request again.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_DIR_LISTING squid3-3.1.20/errors/tr/ERR_DIR_LISTING --- squid3-3.1.19/errors/tr/ERR_DIR_LISTING 2012-02-05 14:04:26.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_DIR_LISTING 2012-06-08 14:30:30.000000000 +0200 @@ -1 +1 @@ - Dizin: %U

    Dizin: %U/


    Dizin İçeriği

    %z
    %g
    Parent Directory Kaynak Dizin (Kök Dizin)

    \ No newline at end of file + Dizin: %U

    Dizin: %U/


    Dizin İçeriği

    %z
    %g
    Kaynak Dizin (Kök Dizin)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_DNS_FAIL squid3-3.1.20/errors/tr/ERR_DNS_FAIL --- squid3-3.1.19/errors/tr/ERR_DNS_FAIL 2012-02-05 14:04:28.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_DNS_FAIL 2012-06-08 14:30:32.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    %H isimli sunucuya ait herhangi bir IP adresi bulunamadı.

    DNS sunucusundan gelen cevap:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    %H isimli sunucuya ait herhangi bir IP adresi bulunamadı.

    DNS sunucusundan gelen cevap:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_ESI squid3-3.1.20/errors/tr/ERR_ESI --- squid3-3.1.19/errors/tr/ERR_ESI 2012-02-05 14:04:31.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_ESI 2012-06-08 14:30:34.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    ESI İşleminde hata.

    ESI işlemi geri döndü:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Senin webmaster'ın %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    ESI İşleminde hata.

    ESI işlemi geri döndü:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Senin webmaster'ın %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_FORWARDING_DENIED squid3-3.1.20/errors/tr/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/tr/ERR_FORWARDING_DENIED 2012-02-05 14:04:34.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_FORWARDING_DENIED 2012-06-08 14:30:36.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Yönlendirme yasak.

    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.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Yönlendirme yasak.

    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.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_FTP_DISABLED squid3-3.1.20/errors/tr/ERR_FTP_DISABLED --- squid3-3.1.19/errors/tr/ERR_FTP_DISABLED 2012-02-05 14:04:37.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_FTP_DISABLED 2012-06-08 14:30:38.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    FTP şu anda kapalı.

    Bu cache sunucu FTP desteklemiyor.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    FTP şu anda kapalı.

    Bu cache sunucu FTP desteklemiyor.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_FTP_FAILURE squid3-3.1.20/errors/tr/ERR_FTP_FAILURE --- squid3-3.1.19/errors/tr/ERR_FTP_FAILURE 2012-02-05 14:04:39.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_FTP_FAILURE 2012-06-08 14:30:40.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL: %U adresine erişilirken bir iletişim hatası meydana geldi.

    Squid, şu FTP komutlarını gönderdi:

    %f

    Sunucu cevabı:

    %F
    %g

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL: %U adresine erişilirken bir iletişim hatası meydana geldi.

    Squid, şu FTP komutlarını gönderdi:

    %f

    Sunucu cevabı:

    %F
    %g

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/tr/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/tr/ERR_FTP_FORBIDDEN 2012-02-05 14:04:41.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_FTP_FORBIDDEN 2012-06-08 14:30:42.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL: %U adresine erişilirken bir FTP onay hatası meydana geldi.

    Squid, şu FTP komutlarını gönderdi:

    %f

    Sunucu cevabı:

    %F
    %g

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL: %U adresine erişilirken bir FTP onay hatası meydana geldi.

    Squid, şu FTP komutlarını gönderdi:

    %f

    Sunucu cevabı:

    %F
    %g

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/tr/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/tr/ERR_FTP_NOT_FOUND 2012-02-05 14:04:43.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_FTP_NOT_FOUND 2012-06-08 14:30:44.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilemiyor: %U

    Squid, şu FTP komutlarını gönderdi:

    %f

    Sunucu cevabı:

    %F
    %g

    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 %B.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilemiyor: %U

    Squid, şu FTP komutlarını gönderdi:

    %f

    Sunucu cevabı:

    %F
    %g

    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 %B.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/tr/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/tr/ERR_FTP_PUT_CREATED 2012-02-05 14:04:45.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_FTP_PUT_CREATED 2012-06-08 14:30:46.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    İşlem başarıyla tamamlandı

    Dosya güncellendi.




    \ No newline at end of file + FTP PUT Successful.

    İşlem başarıyla tamamlandı

    Dosya güncellendi.




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/tr/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/tr/ERR_FTP_PUT_ERROR 2012-02-05 14:04:47.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_FTP_PUT_ERROR 2012-06-08 14:30:48.000000000 +0200 @@ -1 +1 @@ - HATA: FTP upload failed

    ERROR

    FTP PUT upload failed


    URL: %U adresine erişilirken bir iletişim hatası meydana geldi.

    Squid, şu FTP komutlarını gönderdi:

    %f

    Sunucu cevabı:

    %F

    FTP sunucusunun dosya saklamak için izni olmayabilir. Paketi,izinleri ve disk alanını kontrol edin ve tekrar deneyin.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: FTP upload failed

    ERROR

    FTP PUT upload failed


    URL: %U adresine erişilirken bir iletişim hatası meydana geldi.

    Squid, şu FTP komutlarını gönderdi:

    %f

    Sunucu cevabı:

    %F

    FTP sunucusunun dosya saklamak için izni olmayabilir. Paketi,izinleri ve disk alanını kontrol edin ve tekrar deneyin.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/tr/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/tr/ERR_FTP_PUT_MODIFIED 2012-02-05 14:04:49.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_FTP_PUT_MODIFIED 2012-06-08 14:30:50.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    İşlem başarıyla tamamlandı

    Dosya güncellendi.




    \ No newline at end of file + FTP PUT Successful.

    İşlem başarıyla tamamlandı

    Dosya güncellendi.




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/tr/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/tr/ERR_FTP_UNAVAILABLE 2012-02-05 14:04:51.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_FTP_UNAVAILABLE 2012-06-08 14:30:52.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    Erişmek istediğiniz URL: %U FTP sunucusu çok meşgul.

    Squid, şu FTP komutlarını gönderdi:

    %f

    Sunucu cevabı:

    %F
    %g

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    Erişmek istediğiniz URL: %U FTP sunucusu çok meşgul.

    Squid, şu FTP komutlarını gönderdi:

    %f

    Sunucu cevabı:

    %F
    %g

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/tr/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/tr/ERR_GATEWAY_FAILURE 2012-02-05 14:04:53.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_GATEWAY_FAILURE 2012-06-08 14:30:55.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_ICAP_FAILURE squid3-3.1.20/errors/tr/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/tr/ERR_ICAP_FAILURE 2012-02-05 14:04:55.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_ICAP_FAILURE 2012-06-08 14:30:57.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    ICAP iletişim hatası.

    Sistemden gelen mesaj: %E

    This means that some aspect of the ICAP communication failed.

    Buna sebep aşağidakilerden herhangi biri olabilir:

    • ICAP sunucusu erişilemez.

    • ICAP sunucusundan yasadışı bir yanıt alınmıştır.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    ICAP iletişim hatası.

    Sistemden gelen mesaj: %E

    This means that some aspect of the ICAP communication failed.

    Buna sebep aşağidakilerden herhangi biri olabilir:

    • ICAP sunucusu erişilemez.

    • ICAP sunucusundan yasadışı bir yanıt alınmıştır.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_INVALID_REQ squid3-3.1.20/errors/tr/ERR_INVALID_REQ --- squid3-3.1.19/errors/tr/ERR_INVALID_REQ 2012-02-05 14:04:57.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_INVALID_REQ 2012-06-08 14:30:59.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    Geçersiz İstek İşlem sırasında bir hata ile karşılaşıldı:

    %R

    Buna sebep aşağidakilerden herhangi biri olabilir:

    • Eksik veya bilinmeyen metod (GET, POST).

    • Eksik URL.

    • Eksik HTTP Belirleyici (HTTP/1.0).

    • İstenilen dosya çok büyük.

    • Content-Length, POST veya PUT istekleri için eksik.

    • Adreste yanlış karakterler (alt çizgi, vs. kullanılamaz).

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    Geçersiz İstek İşlem sırasında bir hata ile karşılaşıldı:

    %R

    Buna sebep aşağidakilerden herhangi biri olabilir:

    • Eksik veya bilinmeyen metod (GET, POST).

    • Eksik URL.

    • Eksik HTTP Belirleyici (HTTP/1.0).

    • İstenilen dosya çok büyük.

    • Content-Length, POST veya PUT istekleri için eksik.

    • Adreste yanlış karakterler (alt çizgi, vs. kullanılamaz).

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_INVALID_RESP squid3-3.1.20/errors/tr/ERR_INVALID_RESP --- squid3-3.1.19/errors/tr/ERR_INVALID_RESP 2012-02-05 14:04:59.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_INVALID_RESP 2012-06-08 14:31:01.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    Geçersiz Yanıt İşlem sırasında bir hata ile karşılaşıldı:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    Geçersiz Yanıt İşlem sırasında bir hata ile karşılaşıldı:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_INVALID_URL squid3-3.1.20/errors/tr/ERR_INVALID_URL --- squid3-3.1.19/errors/tr/ERR_INVALID_URL 2012-02-05 14:05:03.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_INVALID_URL 2012-06-08 14:31:04.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Yanlış URL.

    Vermiş olduğunuz URL yanlış.

    Buna sebep aşağidakilerden herhangi biri olabilir:

    • Eksik veya yanlış protokol ismi (http:// veya benzeri olmalı).

    • Eksik adres.

    • Illegal double-escape in the URL-Path

    • Adreste yanlış karakterler (alt çizgi, vs. kullanılamaz).

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Yanlış URL.

    Vermiş olduğunuz URL yanlış.

    Buna sebep aşağidakilerden herhangi biri olabilir:

    • Eksik veya yanlış protokol ismi (http:// veya benzeri olmalı).

    • Eksik adres.

    • Illegal double-escape in the URL-Path

    • Adreste yanlış karakterler (alt çizgi, vs. kullanılamaz).

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_LIFETIME_EXP squid3-3.1.20/errors/tr/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/tr/ERR_LIFETIME_EXP 2012-02-05 14:05:08.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_LIFETIME_EXP 2012-06-08 14:31:08.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Bağlantı süresi doldu.

    Squid, bağlantı süresi dolduğu için isteğinizi durdurdu.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Bağlantı süresi doldu.

    Squid, bağlantı süresi dolduğu için isteğinizi durdurdu.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_NO_RELAY squid3-3.1.20/errors/tr/ERR_NO_RELAY --- squid3-3.1.19/errors/tr/ERR_NO_RELAY 2012-02-05 14:05:11.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_NO_RELAY 2012-06-08 14:31:11.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    WAIS Sunucu tanımlı değil

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    WAIS Sunucu tanımlı değil

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/tr/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/tr/ERR_ONLY_IF_CACHED_MISS 2012-02-05 14:05:14.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:31:15.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    İstediğiniz doğru doküman cache sunucusunda bulunamadı ve only-if-cached (sadece Cache Sunucunda bulunuyor ise) tanımlı.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    İstediğiniz doğru doküman cache sunucusunda bulunamadı ve only-if-cached (sadece Cache Sunucunda bulunuyor ise) tanımlı.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/error-details.txt squid3-3.1.20/errors/tr/error-details.txt --- squid3-3.1.19/errors/tr/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/tr/error-details.txt 2012-06-08 14:31:49.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/tr/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/tr/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/tr/ERR_PRECONDITION_FAILED 2012-02-05 14:05:17.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_PRECONDITION_FAILED 2012-06-08 14:31:18.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_READ_ERROR squid3-3.1.20/errors/tr/ERR_READ_ERROR --- squid3-3.1.19/errors/tr/ERR_READ_ERROR 2012-02-05 14:05:19.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_READ_ERROR 2012-06-08 14:31:21.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Okuma Hatası

    Sistemden gelen mesaj: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Okuma Hatası

    Sistemden gelen mesaj: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_READ_TIMEOUT squid3-3.1.20/errors/tr/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/tr/ERR_READ_TIMEOUT 2012-02-05 14:05:21.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_READ_TIMEOUT 2012-06-08 14:31:23.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Okuma zamanı doldu (Read Timeout)

    Sistemden gelen mesaj: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Okuma zamanı doldu (Read Timeout)

    Sistemden gelen mesaj: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/tr/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/tr/ERR_SECURE_CONNECT_FAIL 2012-02-05 14:05:23.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:31:26.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    %I ile güvenli bağlantı kurma başarısız

    Sistemden gelen mesaj: %E

    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.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    %I ile güvenli bağlantı kurma başarısız

    Sistemden gelen mesaj: %E

    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.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_SHUTTING_DOWN squid3-3.1.20/errors/tr/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/tr/ERR_SHUTTING_DOWN 2012-02-05 14:05:25.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_SHUTTING_DOWN 2012-06-08 14:31:29.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_SOCKET_FAILURE squid3-3.1.20/errors/tr/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/tr/ERR_SOCKET_FAILURE 2012-02-05 14:05:28.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_SOCKET_FAILURE 2012-06-08 14:31:32.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Bağlantı hatası (Socket Failure).

    Sistemden gelen mesaj: %E

    Squid, TCP bağlantı yaratamadı. Bunun nedeni hedef sunucunun çok fazla yüklenmiş olması olabilir. Lütfen isteğinizi tekrar giriniz.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Bağlantı hatası (Socket Failure).

    Sistemden gelen mesaj: %E

    Squid, TCP bağlantı yaratamadı. Bunun nedeni hedef sunucunun çok fazla yüklenmiş olması olabilir. Lütfen isteğinizi tekrar giriniz.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_TOO_BIG squid3-3.1.20/errors/tr/ERR_TOO_BIG --- squid3-3.1.19/errors/tr/ERR_TOO_BIG 2012-02-05 14:05:30.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_TOO_BIG 2012-06-08 14:31:35.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Talep veya cevap çok büyük.

    Bir POST veya PUT isteği yapıyorsanız yüklemeye çalıştığınız öğe çok büyük.

    Eğer GET isteği yapıyorsanız, indirmeye çalıştığınız dosya çok büyüktür.

    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.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Talep veya cevap çok büyük.

    Bir POST veya PUT isteği yapıyorsanız yüklemeye çalıştığınız öğe çok büyük.

    Eğer GET isteği yapıyorsanız, indirmeye çalıştığınız dosya çok büyüktür.

    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.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/tr/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/tr/ERR_UNSUP_HTTPVERSION 2012-02-05 14:05:33.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_UNSUP_HTTPVERSION 2012-06-08 14:31:37.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    Desteklenmeyen HTTP versiyonu.


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Unsupported HTTP version

    Squid kullandığınız HTTP versiyonunu kabul etmiyor.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    Desteklenmeyen HTTP versiyonu.


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Unsupported HTTP version

    Squid kullandığınız HTTP versiyonunu kabul etmiyor.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_UNSUP_REQ squid3-3.1.20/errors/tr/ERR_UNSUP_REQ --- squid3-3.1.19/errors/tr/ERR_UNSUP_REQ 2012-02-05 14:05:35.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_UNSUP_REQ 2012-06-08 14:31:40.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Desteklenmeyen istek yöntemi ve protokol.

    Squid, bazı erişim protokollerin, bazı istek yöntemlerini desteklemiyor. Örneğin Gopher isteğinizde POST yapamazsınız.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Desteklenmeyen istek yöntemi ve protokol.

    Squid, bazı erişim protokollerin, bazı istek yöntemlerini desteklemiyor. Örneğin Gopher isteğinizde POST yapamazsınız.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_URN_RESOLVE squid3-3.1.20/errors/tr/ERR_URN_RESOLVE --- squid3-3.1.19/errors/tr/ERR_URN_RESOLVE 2012-02-05 14:05:39.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_URN_RESOLVE 2012-06-08 14:31:42.000000000 +0200 @@ -1 +1 @@ - HATA: The requested URN could not be retrieved

    ERROR

    URN'ye erişmek için bir URL alınamadı.


    URN: %U erişilirken bir hata ile karşılaşıldı.

    URN çözülemedi.

    %T de URN den fazla birsey beklemeyin. :)

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: The requested URN could not be retrieved

    ERROR

    URN'ye erişmek için bir URL alınamadı.


    URN: %U erişilirken bir hata ile karşılaşıldı.

    URN çözülemedi.

    %T de URN den fazla birsey beklemeyin. :)

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_WRITE_ERROR squid3-3.1.20/errors/tr/ERR_WRITE_ERROR --- squid3-3.1.19/errors/tr/ERR_WRITE_ERROR 2012-02-05 14:05:41.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_WRITE_ERROR 2012-06-08 14:31:46.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Yazma Hatası

    Sistemden gelen mesaj: %E

    An error condition occurred while writing to the network. Please retry your request.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Yazma Hatası

    Sistemden gelen mesaj: %E

    An error condition occurred while writing to the network. Please retry your request.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/tr/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/tr/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/tr/ERR_ZERO_SIZE_OBJECT 2012-02-05 14:05:44.000000000 +0100 +++ squid3-3.1.20/errors/tr/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:31:49.000000000 +0200 @@ -1 +1 @@ - HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Sıfır Uzunlukta cevap

    Squid, isteğiniz ile ilgili herhangi bir bilgi alamadı.

    Önbellk yöneticiniz %w.



    \ No newline at end of file + HATA: İstenilen URL'e ulaşılamadı

    ERROR

    The requested URL could not be retrieved


    URL adresine erişilmeye çalışıyorken hata meydana geldi: %U

    Sıfır Uzunlukta cevap

    Squid, isteğiniz ile ilgili herhangi bir bilgi alamadı.

    Önbellk yöneticiniz %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_ACCESS_DENIED squid3-3.1.20/errors/uk/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/uk/ERR_ACCESS_DENIED 2012-02-05 14:05:47.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_ACCESS_DENIED 2012-06-08 14:31:51.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Доступ заборонено

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Доступ заборонено

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:31:54.000000000 +0200 @@ -0,0 +1 @@ + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Time Quota Exceeded.

    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.

    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.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/uk/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/uk/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_AGENT_CONFIGURE 2012-06-08 14:31:57.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ПОМИЛКА

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_AGENT_WPAD squid3-3.1.20/errors/uk/ERR_AGENT_WPAD --- squid3-3.1.19/errors/uk/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_AGENT_WPAD 2012-06-08 14:31:59.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ПОМИЛКА

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/uk/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/uk/ERR_CACHE_ACCESS_DENIED 2012-02-05 14:05:50.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:32:02.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Cache Access Denied

    ERROR

    Cache Доступ заборонено


    При отриманні URL: %U виникла помилка.

    Доступ до кешу заборонено

    Вибачте, Вам зараз не дозволено запитувати %U з цього кешу. Спочатку авторизуйтеся.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + ПОМИЛКА: Cache Access Denied

    ERROR

    Cache Доступ заборонено


    При отриманні URL: %U виникла помилка.

    Доступ до кешу заборонено

    Вибачте, Вам зараз не дозволено запитувати %U з цього кешу. Спочатку авторизуйтеся.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 14:05:53.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:32:05.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Cache Manager Access Denied

    ERROR

    Cache Manager Доступ заборонено


    При отриманні URL: %U виникла помилка.

    Доступ до керування кешом заборонено

    Вибачте, Вам зараз не дозволено запитувати %U з цього менеджера кешу. Спочатку авторизуйтеся.

    Будь-ласка, зв'яжіться з Адміністратором кешу, якщо у Вас виникли труднощі з авторизацією, якщо Ви Адміністратор, читайте документацію стосовно інтерфейсу керування кешом. А також для отримання більш детальної інформації про помилки перегляньте лог-файл кешу.



    \ No newline at end of file + ПОМИЛКА: Cache Manager Access Denied

    ERROR

    Cache Manager Доступ заборонено


    При отриманні URL: %U виникла помилка.

    Доступ до керування кешом заборонено

    Вибачте, Вам зараз не дозволено запитувати %U з цього менеджера кешу. Спочатку авторизуйтеся.

    Будь-ласка, зв'яжіться з Адміністратором кешу, якщо у Вас виникли труднощі з авторизацією, якщо Ви Адміністратор, читайте документацію стосовно інтерфейсу керування кешом. А також для отримання більш детальної інформації про помилки перегляньте лог-файл кешу.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_CANNOT_FORWARD squid3-3.1.20/errors/uk/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/uk/ERR_CANNOT_FORWARD 2012-02-05 14:05:57.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_CANNOT_FORWARD 2012-06-08 14:32:08.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    В даний момент неможливо переслати даний запит

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    В даний момент неможливо переслати даний запит

    This request could not be forwarded to the origin server or to any parent caches.

    Ймовірні причини:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_CONNECT_FAIL squid3-3.1.20/errors/uk/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/uk/ERR_CONNECT_FAIL 2012-02-05 14:06:00.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_CONNECT_FAIL 2012-06-08 14:32:10.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    З'єднання з %I втрачено

    Система повідомляє: %E

    The remote host or network may be down. Please try the request again.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    З'єднання з %I втрачено

    Система повідомляє: %E

    The remote host or network may be down. Please try the request again.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_DIR_LISTING squid3-3.1.20/errors/uk/ERR_DIR_LISTING --- squid3-3.1.19/errors/uk/ERR_DIR_LISTING 2012-02-05 14:06:05.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_DIR_LISTING 2012-06-08 14:32:12.000000000 +0200 @@ -1 +1 @@ - Директорія: %U

    Директорія: %U/



    \ No newline at end of file + Директорія: %U

    Директорія: %U/



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_DNS_FAIL squid3-3.1.20/errors/uk/ERR_DNS_FAIL --- squid3-3.1.19/errors/uk/ERR_DNS_FAIL 2012-02-05 14:06:08.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_DNS_FAIL 2012-06-08 14:32:16.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Неможливо визначити IP адресу вузла: %H

    DNS сервер повідомляє:

    %z

    Це означає, що кеш не зміг перетворити ім'я вузла в URL. Перевірте правильність написання адреси.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Неможливо визначити IP адресу вузла: %H

    DNS сервер повідомляє:

    %z

    Це означає, що кеш не зміг перетворити ім'я вузла в URL. Перевірте правильність написання адреси.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_ESI squid3-3.1.20/errors/uk/ERR_ESI --- squid3-3.1.19/errors/uk/ERR_ESI 2012-02-05 14:06:12.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_ESI 2012-06-08 14:32:19.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Збій опрацювання ESI інструкції

    ESI обробник повідомляє:

    %Z

    Це означає, що обробник не зміг опрацювати ESI шаблон. Будь-ласка, повідомте про цю помилку Вебмайстра.

    Вебмайстер %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Збій опрацювання ESI інструкції

    ESI обробник повідомляє:

    %Z

    Це означає, що обробник не зміг опрацювати ESI шаблон. Будь-ласка, повідомте про цю помилку Вебмайстра.

    Вебмайстер %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_FORWARDING_DENIED squid3-3.1.20/errors/uk/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/uk/ERR_FORWARDING_DENIED 2012-02-05 14:06:15.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_FORWARDING_DENIED 2012-06-08 14:32:21.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Пересилку заборонено

    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.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Пересилку заборонено

    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.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_FTP_DISABLED squid3-3.1.20/errors/uk/ERR_FTP_DISABLED --- squid3-3.1.19/errors/uk/ERR_FTP_DISABLED 2012-02-05 14:06:22.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_FTP_DISABLED 2012-06-08 14:32:24.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    FTP відключено

    FTP відключено

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    FTP відключено

    FTP відключено

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_FTP_FAILURE squid3-3.1.20/errors/uk/ERR_FTP_FAILURE --- squid3-3.1.19/errors/uk/ERR_FTP_FAILURE 2012-02-05 14:06:25.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_FTP_FAILURE 2012-06-08 14:32:27.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка протоколу FTP.

    Squid надіслав наступну FTP команду:

    %f

    Сервер відповів наступне:

    %F
    %g

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка протоколу FTP.

    Squid надіслав наступну FTP команду:

    %f

    Сервер відповів наступне:

    %F
    %g

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/uk/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/uk/ERR_FTP_FORBIDDEN 2012-02-05 14:06:27.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_FTP_FORBIDDEN 2012-06-08 14:32:30.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U відбулася невдала FTP авторизація.

    Squid надіслав наступну FTP команду:

    %f

    Сервер відповів наступне:

    %F
    %g

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U відбулася невдала FTP авторизація.

    Squid надіслав наступну FTP команду:

    %f

    Сервер відповів наступне:

    %F
    %g

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/uk/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/uk/ERR_FTP_NOT_FOUND 2012-02-05 14:06:30.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_FTP_NOT_FOUND 2012-06-08 14:32:33.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    Наступний URL: %U не може бути отриманий.

    Squid надіслав наступну FTP команду:

    %f

    Сервер відповів наступне:

    %F
    %g

    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 %B.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    Наступний URL: %U не може бути отриманий.

    Squid надіслав наступну FTP команду:

    %f

    Сервер відповів наступне:

    %F
    %g

    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 %B.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/uk/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/uk/ERR_FTP_PUT_CREATED 2012-02-05 14:06:33.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_FTP_PUT_CREATED 2012-06-08 14:32:36.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Операцію успішно виконано

    Файл створено




    \ No newline at end of file + FTP PUT Successful.

    Операцію успішно виконано

    Файл створено




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/uk/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/uk/ERR_FTP_PUT_ERROR 2012-02-05 14:06:35.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_FTP_PUT_ERROR 2012-06-08 14:32:39.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: FTP upload failed

    ERROR

    FTP PUT upload failed


    При отриманні URL: %U виникла помилка протоколу FTP.

    Squid надіслав наступну FTP команду:

    %f

    Сервер відповів наступне:

    %F

    Можливо на FTP сервері відсутній дозвіл або простір для зберігання файлу. Перевірте шлях, дозволи, вільний простір і спробуйте знов.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: FTP upload failed

    ERROR

    FTP PUT upload failed


    При отриманні URL: %U виникла помилка протоколу FTP.

    Squid надіслав наступну FTP команду:

    %f

    Сервер відповів наступне:

    %F

    Можливо на FTP сервері відсутній дозвіл або простір для зберігання файлу. Перевірте шлях, дозволи, вільний простір і спробуйте знов.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/uk/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/uk/ERR_FTP_PUT_MODIFIED 2012-02-05 14:06:38.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_FTP_PUT_MODIFIED 2012-06-08 14:32:41.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Операцію успішно виконано

    Файл поновлено




    \ No newline at end of file + FTP PUT Successful.

    Операцію успішно виконано

    Файл поновлено




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/uk/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/uk/ERR_FTP_UNAVAILABLE 2012-02-05 14:06:42.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_FTP_UNAVAILABLE 2012-06-08 14:32:43.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    Сервер FTP був дуже завантажений при отриманні URL: %U.

    Squid надіслав наступну FTP команду:

    %f

    Сервер відповів наступне:

    %F
    %g

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    Сервер FTP був дуже завантажений при отриманні URL: %U.

    Squid надіслав наступну FTP команду:

    %f

    Сервер відповів наступне:

    %F
    %g

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/uk/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/uk/ERR_GATEWAY_FAILURE 2012-02-05 14:06:48.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_GATEWAY_FAILURE 2012-06-08 14:32:45.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_ICAP_FAILURE squid3-3.1.20/errors/uk/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/uk/ERR_ICAP_FAILURE 2012-02-05 14:06:50.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_ICAP_FAILURE 2012-06-08 14:32:48.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Помилка протоколу ICAP

    Система повідомляє: %E

    Це означає, що деякі елементи ICAP з'єднання несправні.

    Ймовірні причини:

    • Сервер ICAP не досяжний;

    • Отримано некоректну відповідь від сервера ICAP.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Помилка протоколу ICAP

    Система повідомляє: %E

    Це означає, що деякі елементи ICAP з'єднання несправні.

    Ймовірні причини:

    • Сервер ICAP не досяжний;

    • Отримано некоректну відповідь від сервера ICAP.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_INVALID_REQ squid3-3.1.20/errors/uk/ERR_INVALID_REQ --- squid3-3.1.19/errors/uk/ERR_INVALID_REQ 2012-02-05 14:06:52.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_INVALID_REQ 2012-06-08 14:32:50.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    Невірний запит виник при обробці запиту:

    %R

    Ймовірні причини:

    • Відсутній або невідомий метод запиту

    • Відсутній URL

    • Відсутній HTTP ідентифікатор (HTTP/1.0)

    • Запит завеликий

    • Заголовок Content-Length відсутній для запитів POST чи PUT

    • Неприпустимий символ в імені сервера; символ підкреслення заборонено.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    Невірний запит виник при обробці запиту:

    %R

    Ймовірні причини:

    • Відсутній або невідомий метод запиту

    • Відсутній URL

    • Відсутній HTTP ідентифікатор (HTTP/1.0)

    • Запит завеликий

    • Заголовок Content-Length відсутній для запитів POST чи PUT

    • Неприпустимий символ в імені сервера; символ підкреслення заборонено.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_INVALID_RESP squid3-3.1.20/errors/uk/ERR_INVALID_RESP --- squid3-3.1.19/errors/uk/ERR_INVALID_RESP 2012-02-05 14:06:55.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_INVALID_RESP 2012-06-08 14:32:52.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    Невірна відповідь виникла при обробці запиту:

    %R

    Отримана відповідь від HTTP сервера є незрозумілою або погано сформованою. Будь-ласка, зв'яжіться з оператором сайту.

    При необхідності, Адміністратор вашого кешу може забезпечити Вас більш детальною інформацією щодо ймовірних причин проблеми.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    Невірна відповідь виникла при обробці запиту:

    %R

    Отримана відповідь від HTTP сервера є незрозумілою або погано сформованою. Будь-ласка, зв'яжіться з оператором сайту.

    При необхідності, Адміністратор вашого кешу може забезпечити Вас більш детальною інформацією щодо ймовірних причин проблеми.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_INVALID_URL squid3-3.1.20/errors/uk/ERR_INVALID_URL --- squid3-3.1.19/errors/uk/ERR_INVALID_URL 2012-02-05 14:06:57.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_INVALID_URL 2012-06-08 14:32:54.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Недійсний URL

    Деякі елементи запитуємого URL неправильні.

    Ймовірні причини:

    • Протокол доступу відсутній або неправильний (повинен бути http:// або схожий)

    • Відсутнє ім'я вузла

    • Illegal double-escape in the URL-Path

    • Неприпустимий символ в імені сервера; символ підкреслення заборонено.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Недійсний URL

    Деякі елементи запитуємого URL неправильні.

    Ймовірні причини:

    • Протокол доступу відсутній або неправильний (повинен бути http:// або схожий)

    • Відсутнє ім'я вузла

    • Illegal double-escape in the URL-Path

    • Неприпустимий символ в імені сервера; символ підкреслення заборонено.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_LIFETIME_EXP squid3-3.1.20/errors/uk/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/uk/ERR_LIFETIME_EXP 2012-02-05 14:07:00.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_LIFETIME_EXP 2012-06-08 14:32:56.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Час життя з'єднання вийшов

    Squid завершив запит через перевищення максимального часу з'єднання.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Час життя з'єднання вийшов

    Squid завершив запит через перевищення максимального часу з'єднання.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_NO_RELAY squid3-3.1.20/errors/uk/ERR_NO_RELAY --- squid3-3.1.19/errors/uk/ERR_NO_RELAY 2012-02-05 14:07:02.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_NO_RELAY 2012-06-08 14:32:58.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Не визначено WAIS Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Не визначено WAIS Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/uk/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/uk/ERR_ONLY_IF_CACHED_MISS 2012-02-05 14:07:05.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:33:00.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/error-details.txt squid3-3.1.20/errors/uk/error-details.txt --- squid3-3.1.19/errors/uk/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/uk/error-details.txt 2012-06-08 14:33:27.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/uk/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/uk/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/uk/ERR_PRECONDITION_FAILED 2012-02-05 14:07:07.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_PRECONDITION_FAILED 2012-06-08 14:33:03.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_READ_ERROR squid3-3.1.20/errors/uk/ERR_READ_ERROR --- squid3-3.1.19/errors/uk/ERR_READ_ERROR 2012-02-05 14:07:09.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_READ_ERROR 2012-06-08 14:33:05.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Помилка читання

    Система повідомляє: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Помилка читання

    Система повідомляє: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_READ_TIMEOUT squid3-3.1.20/errors/uk/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/uk/ERR_READ_TIMEOUT 2012-02-05 14:07:11.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_READ_TIMEOUT 2012-06-08 14:33:07.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Час очікування на відповідь вийшов

    Система повідомляє: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Час очікування на відповідь вийшов

    Система повідомляє: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/uk/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/uk/ERR_SECURE_CONNECT_FAIL 2012-02-05 14:07:13.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:33:09.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Невдалося встановити безпечне з'єднання з %I

    Система повідомляє: %E

    При обробці Вашого запиту даний кеш і віддалений вузел не змогли підібрати взаємовигідні параметри безпеки. Можливо віддалений вузел не підтримує безпечні з'єднання, або кеш не задоволений сертифікатом безпечності вузла.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Невдалося встановити безпечне з'єднання з %I

    Система повідомляє: %E

    При обробці Вашого запиту даний кеш і віддалений вузел не змогли підібрати взаємовигідні параметри безпеки. Можливо віддалений вузел не підтримує безпечні з'єднання, або кеш не задоволений сертифікатом безпечності вузла.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_SHUTTING_DOWN squid3-3.1.20/errors/uk/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/uk/ERR_SHUTTING_DOWN 2012-02-05 14:07:15.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_SHUTTING_DOWN 2012-06-08 14:33:11.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_SOCKET_FAILURE squid3-3.1.20/errors/uk/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/uk/ERR_SOCKET_FAILURE 2012-02-05 14:07:18.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_SOCKET_FAILURE 2012-06-08 14:33:13.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Помилка TCP сокету

    Система повідомляє: %E

    Squid не зміг створити TCP сокет, скоріш за все через надмірне навантаження. Будь-ласка, повторіть запит.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Помилка TCP сокету

    Система повідомляє: %E

    Squid не зміг створити TCP сокет, скоріш за все через надмірне навантаження. Будь-ласка, повторіть запит.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_TOO_BIG squid3-3.1.20/errors/uk/ERR_TOO_BIG --- squid3-3.1.19/errors/uk/ERR_TOO_BIG 2012-02-05 14:07:20.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_TOO_BIG 2012-06-08 14:33:15.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Запит або відповідь завеликі

    Якщо Ви здійснюєте POST чи PUT запит, тоді інформація яку ви завантажуєте - завелика.

    Якщо ви здійснюєте GET запит, тоді інформація яку ви скачуєте - завелика.

    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.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Запит або відповідь завеликі

    Якщо Ви здійснюєте POST чи PUT запит, тоді інформація яку ви завантажуєте - завелика.

    Якщо ви здійснюєте GET запит, тоді інформація яку ви скачуєте - завелика.

    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.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/uk/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/uk/ERR_UNSUP_HTTPVERSION 2012-02-05 14:07:21.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_UNSUP_HTTPVERSION 2012-06-08 14:33:17.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    Версія HTTP протоколу не підпримується


    При отриманні URL: %U виникла помилка.

    Unsupported HTTP version

    Squid не сприймає версію HTTP яку Ви намагаєтесь використовувати.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    Версія HTTP протоколу не підпримується


    При отриманні URL: %U виникла помилка.

    Unsupported HTTP version

    Squid не сприймає версію HTTP яку Ви намагаєтесь використовувати.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_UNSUP_REQ squid3-3.1.20/errors/uk/ERR_UNSUP_REQ --- squid3-3.1.19/errors/uk/ERR_UNSUP_REQ 2012-02-05 14:07:23.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_UNSUP_REQ 2012-06-08 14:33:20.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Метод запиту чи протокол не підтримуються

    Squid не підтримує всі методи запитів для всіх наявних протоколів. Як приклад, Ви не можете виконати запит POST для протоколу Gopher.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Метод запиту чи протокол не підтримуються

    Squid не підтримує всі методи запитів для всіх наявних протоколів. Як приклад, Ви не можете виконати запит POST для протоколу Gopher.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_URN_RESOLVE squid3-3.1.20/errors/uk/ERR_URN_RESOLVE --- squid3-3.1.19/errors/uk/ERR_URN_RESOLVE 2012-02-05 14:07:26.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_URN_RESOLVE 2012-06-08 14:33:22.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: The requested URN could not be retrieved

    ERROR

    URL для запитуваного URN не може бути отриманий


    При отриманні URN: %U виникла помилка.

    Неможливо визначити URN

    Hey, don't expect too much from URNs on %T :)

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: The requested URN could not be retrieved

    ERROR

    URL для запитуваного URN не може бути отриманий


    При отриманні URN: %U виникла помилка.

    Неможливо визначити URN

    Hey, don't expect too much from URNs on %T :)

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_WRITE_ERROR squid3-3.1.20/errors/uk/ERR_WRITE_ERROR --- squid3-3.1.19/errors/uk/ERR_WRITE_ERROR 2012-02-05 14:07:28.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_WRITE_ERROR 2012-06-08 14:33:24.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Помилка запису

    Система повідомляє: %E

    An error condition occurred while writing to the network. Please retry your request.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Помилка запису

    Система повідомляє: %E

    An error condition occurred while writing to the network. Please retry your request.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uk/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/uk/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/uk/ERR_ZERO_SIZE_OBJECT 2012-02-05 14:07:30.000000000 +0100 +++ squid3-3.1.20/errors/uk/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:33:27.000000000 +0200 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Відповідь нульової довжини

    Squid не отримав жодних даних для цього запиту.

    Адміністратор даного кешу %w.



    \ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

    ERROR

    The requested URL could not be retrieved


    При отриманні URL: %U виникла помилка.

    Відповідь нульової довжини

    Squid не отримав жодних даних для цього запиту.

    Адміністратор даного кешу %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_ACCESS_DENIED squid3-3.1.20/errors/uz/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/uz/ERR_ACCESS_DENIED 2012-02-05 14:07:32.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_ACCESS_DENIED 2012-06-08 14:33:30.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Рухсат берилмаган.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Рухсат берилмаган.

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:33:33.000000000 +0200 @@ -0,0 +1 @@ + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/uz/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/uz/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_AGENT_CONFIGURE 2012-06-08 14:33:35.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ХАТО

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_AGENT_WPAD squid3-3.1.20/errors/uz/ERR_AGENT_WPAD --- squid3-3.1.19/errors/uz/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_AGENT_WPAD 2012-06-08 14:33:37.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    ХАТО

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/uz/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/uz/ERR_CACHE_ACCESS_DENIED 2012-02-05 14:07:34.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:33:40.000000000 +0200 @@ -1 +1 @@ - ХАТО: Cache Access Denied

    ERROR

    Cache Рухсат берилмаган.


    The following error was encountered while trying to retrieve the URL: %U

    Cache Access Denied.

    Кечирасиз, сизнинг %U сўровингизга ушбу кеш томонидан тасдиқдан ўтмагунингизча рухсат берилмайди.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + ХАТО: Cache Access Denied

    ERROR

    Cache Рухсат берилмаган.


    The following error was encountered while trying to retrieve the URL: %U

    Cache Access Denied.

    Кечирасиз, сизнинг %U сўровингизга ушбу кеш томонидан тасдиқдан ўтмагунингизча рухсат берилмайди.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 14:07:36.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:33:42.000000000 +0200 @@ -1 +1 @@ - ХАТО: Cache Manager Access Denied

    ERROR

    Cache Manager Рухсат берилмаган.


    The following error was encountered while trying to retrieve the URL: %U

    Кеш бошқарувчиси рухсат бермади.

    Кечирасиз, сизнинг %U сўровингизга ушбу кеш бошқарувчи томонидан тасдиқдан ўтмагунингизча рухсат берилмайди.

    Агарда тасдиқдан ўтишда қийналаётган бўлсангиз кеш администратори билан боғланинг. Агарда сиз администратор бўлсангиз, Squid кеш бошқарувчи интерфейсидаги қўлланмаларни ўқинг ва кеш журналидаги хато хабарларини батафсил текшириб кўринг.



    \ No newline at end of file + ХАТО: Cache Manager Access Denied

    ERROR

    Cache Manager Рухсат берилмаган.


    The following error was encountered while trying to retrieve the URL: %U

    Кеш бошқарувчиси рухсат бермади.

    Кечирасиз, сизнинг %U сўровингизга ушбу кеш бошқарувчи томонидан тасдиқдан ўтмагунингизча рухсат берилмайди.

    Агарда тасдиқдан ўтишда қийналаётган бўлсангиз кеш администратори билан боғланинг. Агарда сиз администратор бўлсангиз, Squid кеш бошқарувчи интерфейсидаги қўлланмаларни ўқинг ва кеш журналидаги хато хабарларини батафсил текшириб кўринг.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_CANNOT_FORWARD squid3-3.1.20/errors/uz/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/uz/ERR_CANNOT_FORWARD 2012-02-05 14:07:38.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_CANNOT_FORWARD 2012-06-08 14:33:44.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches.

    Баъзи бўлиши мумкин бўлган муаммолар:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_CONNECT_FAIL squid3-3.1.20/errors/uz/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/uz/ERR_CONNECT_FAIL 2012-02-05 14:07:40.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_CONNECT_FAIL 2012-06-08 14:33:46.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    %Iга уланиш муваффақиятсиз якунланди.

    Тизим қайтарди: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    %Iга уланиш муваффақиятсиз якунланди.

    Тизим қайтарди: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_DIR_LISTING squid3-3.1.20/errors/uz/ERR_DIR_LISTING --- squid3-3.1.19/errors/uz/ERR_DIR_LISTING 2012-02-05 14:07:44.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_DIR_LISTING 2012-06-08 14:33:48.000000000 +0200 @@ -1 +1 @@ - Директория: %U

    Directory: %U/


    Директория таркиби:

    %z
    %g
    Асосий директория Асосий директория (Root Directory)

    \ No newline at end of file + Директория: %U

    Directory: %U/


    Директория таркиби:

    %z
    %g
    Асосий директория (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_DNS_FAIL squid3-3.1.20/errors/uz/ERR_DNS_FAIL --- squid3-3.1.19/errors/uz/ERR_DNS_FAIL 2012-02-05 14:07:47.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_DNS_FAIL 2012-06-08 14:33:50.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    DNS сервер қайтарди:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    DNS сервер қайтарди:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_ESI squid3-3.1.20/errors/uz/ERR_ESI --- squid3-3.1.19/errors/uz/ERR_ESI 2012-02-05 14:07:50.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_ESI 2012-06-08 14:33:52.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI жараёни муваффақиятсиз якунланди.

    ESI процессор қайтарди:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI жараёни муваффақиятсиз якунланди.

    ESI процессор қайтарди:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_FORWARDING_DENIED squid3-3.1.20/errors/uz/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/uz/ERR_FORWARDING_DENIED 2012-02-05 14:08:01.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_FORWARDING_DENIED 2012-06-08 14:33:55.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Узатиш рад қилинди.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Узатиш рад қилинди.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_FTP_DISABLED squid3-3.1.20/errors/uz/ERR_FTP_DISABLED --- squid3-3.1.19/errors/uz/ERR_FTP_DISABLED 2012-02-05 14:08:07.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_FTP_DISABLED 2012-06-08 14:33:57.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP ўчирилган

    Ушбу кеш FTP'ни қўллаб-қувватлай олмайди.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    FTP ўчирилган

    Ушбу кеш FTP'ни қўллаб-қувватлай олмайди.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_FTP_FAILURE squid3-3.1.20/errors/uz/ERR_FTP_FAILURE --- squid3-3.1.19/errors/uz/ERR_FTP_FAILURE 2012-02-05 14:08:11.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_FTP_FAILURE 2012-06-08 14:33:59.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid қуйидаги FTP буйруғини жўнатди:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid қуйидаги FTP буйруғини жўнатди:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/uz/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/uz/ERR_FTP_FORBIDDEN 2012-02-05 14:08:17.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_FTP_FORBIDDEN 2012-06-08 14:34:02.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid қуйидаги FTP буйруғини жўнатди:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid қуйидаги FTP буйруғини жўнатди:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/uz/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/uz/ERR_FTP_NOT_FOUND 2012-02-05 14:08:20.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_FTP_NOT_FOUND 2012-06-08 14:34:04.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid қуйидаги FTP буйруғини жўнатди:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid қуйидаги FTP буйруғини жўнатди:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/uz/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/uz/ERR_FTP_PUT_CREATED 2012-02-05 14:08:24.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_FTP_PUT_CREATED 2012-06-08 14:34:06.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Операция муваффақиятли

    Файл яратилди




    \ No newline at end of file + FTP PUT Successful.

    Операция муваффақиятли

    Файл яратилди




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/uz/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/uz/ERR_FTP_PUT_ERROR 2012-02-05 14:08:26.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_FTP_PUT_ERROR 2012-06-08 14:34:09.000000000 +0200 @@ -1 +1 @@ - ХАТО: FTP upload failed

    ERROR

    FTP PUT upload failed


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid қуйидаги FTP буйруғини жўнатди:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: FTP upload failed

    ERROR

    FTP PUT upload failed


    An FTP protocol error occurred while trying to retrieve the URL: %U

    Squid қуйидаги FTP буйруғини жўнатди:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/uz/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/uz/ERR_FTP_PUT_MODIFIED 2012-02-05 14:08:30.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_FTP_PUT_MODIFIED 2012-06-08 14:34:10.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Операция муваффақиятли

    Файл янгиланди




    \ No newline at end of file + FTP PUT Successful.

    Операция муваффақиятли

    Файл янгиланди




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/uz/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/uz/ERR_FTP_UNAVAILABLE 2012-02-05 14:08:32.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_FTP_UNAVAILABLE 2012-06-08 14:34:13.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    FTP URL: %Uни етказиб бериш учун жуда банд.

    Squid қуйидаги FTP буйруғини жўнатди:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    FTP URL: %Uни етказиб бериш учун жуда банд.

    Squid қуйидаги FTP буйруғини жўнатди:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/uz/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/uz/ERR_GATEWAY_FAILURE 2012-02-05 14:08:34.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_GATEWAY_FAILURE 2012-06-08 14:34:15.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_ICAP_FAILURE squid3-3.1.20/errors/uz/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/uz/ERR_ICAP_FAILURE 2012-02-05 14:08:37.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_ICAP_FAILURE 2012-06-08 14:34:17.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP протоколда хатолик.

    Тизим қайтарди: %E

    This means that some aspect of the ICAP communication failed.

    Баъзи бўлиши мумкин бўлган муаммолар:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP протоколда хатолик.

    Тизим қайтарди: %E

    This means that some aspect of the ICAP communication failed.

    Баъзи бўлиши мумкин бўлган муаммолар:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_INVALID_REQ squid3-3.1.20/errors/uz/ERR_INVALID_REQ --- squid3-3.1.19/errors/uz/ERR_INVALID_REQ 2012-02-05 14:08:40.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_INVALID_REQ 2012-06-08 14:34:19.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    Яроқсиз Сўров сўров бажарилаётган вақтда хатолик яратилди:

    %R

    Баъзи бўлиши мумкин бўлган муаммолар:

    • Йўқолган ёки номаълум сўраш методи

    • Missing URL.

    • Missing HTTP Identifier (HTTP/1.0).

    • Сўров жуда катта.

    • Content-Length missing for POST or PUT requests.

    • Illegal character in hostname; underscores are not allowed.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    Яроқсиз Сўров сўров бажарилаётган вақтда хатолик яратилди:

    %R

    Баъзи бўлиши мумкин бўлган муаммолар:

    • Йўқолган ёки номаълум сўраш методи

    • Missing URL.

    • Missing HTTP Identifier (HTTP/1.0).

    • Сўров жуда катта.

    • Content-Length missing for POST or PUT requests.

    • Illegal character in hostname; underscores are not allowed.

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_INVALID_RESP squid3-3.1.20/errors/uz/ERR_INVALID_RESP --- squid3-3.1.19/errors/uz/ERR_INVALID_RESP 2012-02-05 14:08:43.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_INVALID_RESP 2012-06-08 14:34:22.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    Яроқсиз жавоб хатолик сўров жараёнида яратилди :

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    Яроқсиз жавоб хатолик сўров жараёнида яратилди :

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_INVALID_URL squid3-3.1.20/errors/uz/ERR_INVALID_URL --- squid3-3.1.19/errors/uz/ERR_INVALID_URL 2012-02-05 14:08:45.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_INVALID_URL 2012-06-08 14:34:25.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Яроқсиз URL

    Баъзи сўралган URL'лар хато.

    Баъзи бўлиши мумкин бўлган муаммолар:

    • Йўқолган ёки хато рухсат бериш протоколи (http:// бўлиши керак ёки шунга ўхшаш)

    • Йўқолган ҳост номи

    • Illegal double-escape in the URL-Path

    • Illegal character in hostname; underscores are not allowed.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Яроқсиз URL

    Баъзи сўралган URL'лар хато.

    Баъзи бўлиши мумкин бўлган муаммолар:

    • Йўқолган ёки хато рухсат бериш протоколи (http:// бўлиши керак ёки шунга ўхшаш)

    • Йўқолган ҳост номи

    • Illegal double-escape in the URL-Path

    • Illegal character in hostname; underscores are not allowed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_LIFETIME_EXP squid3-3.1.20/errors/uz/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/uz/ERR_LIFETIME_EXP 2012-02-05 14:08:48.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_LIFETIME_EXP 2012-06-08 14:34:27.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Уланиш вақти ўтиб кетди

    Squid сўровингизни бекор қилди, чунки энг юқори уланиш жараёни кетмоқда.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Уланиш вақти ўтиб кетди

    Squid сўровингизни бекор қилди, чунки энг юқори уланиш жараёни кетмоқда.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_NO_RELAY squid3-3.1.20/errors/uz/ERR_NO_RELAY --- squid3-3.1.19/errors/uz/ERR_NO_RELAY 2012-02-05 14:08:51.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_NO_RELAY 2012-06-08 14:34:29.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    No Wais Relay

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/uz/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/uz/ERR_ONLY_IF_CACHED_MISS 2012-02-05 14:08:53.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:34:31.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/error-details.txt squid3-3.1.20/errors/uz/error-details.txt --- squid3-3.1.19/errors/uz/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/uz/error-details.txt 2012-06-08 14:34:59.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/uz/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/uz/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/uz/ERR_PRECONDITION_FAILED 2012-02-05 14:08:55.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_PRECONDITION_FAILED 2012-06-08 14:34:34.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_READ_ERROR squid3-3.1.20/errors/uz/ERR_READ_ERROR --- squid3-3.1.19/errors/uz/ERR_READ_ERROR 2012-02-05 14:08:59.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_READ_ERROR 2012-06-08 14:34:36.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Ўқишда хато

    Тизим қайтарди: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Ўқишда хато

    Тизим қайтарди: %E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_READ_TIMEOUT squid3-3.1.20/errors/uz/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/uz/ERR_READ_TIMEOUT 2012-02-05 14:09:03.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_READ_TIMEOUT 2012-06-08 14:34:39.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Узилишни ўқиш

    Тизим қайтарди: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Узилишни ўқиш

    Тизим қайтарди: %E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/uz/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/uz/ERR_SECURE_CONNECT_FAIL 2012-02-05 14:09:05.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:34:41.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    %I'га хавфсизлик уланиш ўрнатиш муваффақиятсиз якунланди

    Тизим қайтарди: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    %I'га хавфсизлик уланиш ўрнатиш муваффақиятсиз якунланди

    Тизим қайтарди: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_SHUTTING_DOWN squid3-3.1.20/errors/uz/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/uz/ERR_SHUTTING_DOWN 2012-02-05 14:09:07.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_SHUTTING_DOWN 2012-06-08 14:34:43.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_SOCKET_FAILURE squid3-3.1.20/errors/uz/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/uz/ERR_SOCKET_FAILURE 2012-02-05 14:09:10.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_SOCKET_FAILURE 2012-06-08 14:34:45.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Сокет яроқсиз

    Тизим қайтарди: %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Сокет яроқсиз

    Тизим қайтарди: %E

    Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_TOO_BIG squid3-3.1.20/errors/uz/ERR_TOO_BIG --- squid3-3.1.19/errors/uz/ERR_TOO_BIG 2012-02-05 14:09:12.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_TOO_BIG 2012-06-08 14:34:47.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    Агарда сиз

    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.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    Агарда сиз

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/uz/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/uz/ERR_UNSUP_HTTPVERSION 2012-02-05 14:09:16.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_UNSUP_HTTPVERSION 2012-06-08 14:34:50.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    Ушбу Squid версияси сиз ишлатмоқчи бўлаётган HTTP версияси билан мос келмайди.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    Ушбу Squid версияси сиз ишлатмоқчи бўлаётган HTTP версияси билан мос келмайди.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_UNSUP_REQ squid3-3.1.20/errors/uz/ERR_UNSUP_REQ --- squid3-3.1.19/errors/uz/ERR_UNSUP_REQ 2012-02-05 14:09:18.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_UNSUP_REQ 2012-06-08 14:34:52.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported Request Method and Protocol

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported Request Method and Protocol

    Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_URN_RESOLVE squid3-3.1.20/errors/uz/ERR_URN_RESOLVE --- squid3-3.1.19/errors/uz/ERR_URN_RESOLVE 2012-02-05 14:09:21.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_URN_RESOLVE 2012-06-08 14:34:54.000000000 +0200 @@ -1 +1 @@ - ХАТО: The requested URN could not be retrieved

    ERROR

    Сўралган URN учун URL топилмади


    The following error was encountered while trying to retrieve the URN: %U

    Cannot Resolve URN

    Эй, %T'даги URN'лардан кўп кутманг :)

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: The requested URN could not be retrieved

    ERROR

    Сўралган URN учун URL топилмади


    The following error was encountered while trying to retrieve the URN: %U

    Cannot Resolve URN

    Эй, %T'даги URN'лардан кўп кутманг :)

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_WRITE_ERROR squid3-3.1.20/errors/uz/ERR_WRITE_ERROR --- squid3-3.1.19/errors/uz/ERR_WRITE_ERROR 2012-02-05 14:09:25.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_WRITE_ERROR 2012-06-08 14:34:56.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Write Error

    Тизим қайтарди: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Write Error

    Тизим қайтарди: %E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/uz/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/uz/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/uz/ERR_ZERO_SIZE_OBJECT 2012-02-05 14:09:28.000000000 +0100 +++ squid3-3.1.20/errors/uz/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:34:59.000000000 +0200 @@ -1 +1 @@ - ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    Squid ушбу сўров учун ҳеч қандай маълумот топа олмади

    Your cache administrator is %w.



    \ No newline at end of file + ХАТО: Сўралган URL топилмади

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    Squid ушбу сўров учун ҳеч қандай маълумот топа олмади

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_ACCESS_DENIED squid3-3.1.20/errors/vi/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/vi/ERR_ACCESS_DENIED 2012-02-05 14:09:30.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_ACCESS_DENIED 2012-06-08 14:35:05.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Truy cập bị từ chối.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Truy cập bị từ chối.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:35:09.000000000 +0200 @@ -0,0 +1 @@ + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/vi/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/vi/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_AGENT_CONFIGURE 2012-06-08 14:35:11.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    LỖI

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    Cách tìm thiết lập này trong trình duyệt:

    Đối với trình duyệt Firefox thì thăm:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Đối với trình duyệt Internet Explorer (IE) thì thăm:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    Đối với trình duyệt Opera thì thăm:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_AGENT_WPAD squid3-3.1.20/errors/vi/ERR_AGENT_WPAD --- squid3-3.1.19/errors/vi/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_AGENT_WPAD 2012-06-08 14:35:13.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    LỖI

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    Cách tìm thiết lập này trong trình duyệt:

    Đối với trình duyệt Firefox thì thăm:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    Đối với trình duyệt Internet Explorer (IE) thì thăm:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Bật tùy chọn Tự động phát hiện thiết lập
    Đối với trình duyệt Opera thì thăm:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Bật tùy chọn Dùng tự động cấu hình ủy nhiệm

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/vi/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/vi/ERR_CACHE_ACCESS_DENIED 2012-02-05 14:09:33.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:35:16.000000000 +0200 @@ -1 +1 @@ - LỖI: Cache Access Denied

    ERROR

    Cache Truy cập bị từ chối.


    The following error was encountered while trying to retrieve the URL: %U

    Truy cập đến vùng nhớ tạm bị từ chối.

    Để yêu cầu %U từ vùng nhớ tạm này thì trước tiên bạn cần phải tự xác thực.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + LỖI: Cache Access Denied

    ERROR

    Cache Truy cập bị từ chối.


    The following error was encountered while trying to retrieve the URL: %U

    Truy cập đến vùng nhớ tạm bị từ chối.

    Để yêu cầu %U từ vùng nhớ tạm này thì trước tiên bạn cần phải tự xác thực.

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 14:09:36.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:35:18.000000000 +0200 @@ -1 +1 @@ - LỖI: Cache Manager Access Denied

    ERROR

    Cache Manager Truy cập bị từ chối.


    The following error was encountered while trying to retrieve the URL: %U

    Truy cập đến trình quản lý vùng nhớ tạm bị từ chối.

    Để yêu cầu %U từ trình quản lý vùng nhớ tạm này thì trước tiên bạn cần phải tự xác thực.

    Hãy liên lạc với quản trị vùng nhớ tạm nếu bạn gặp khó khăn trong việc tự xác thực, hoặc nếu bạn có phải là quản trị thì đọc tài liệu hướng dẫn Squid về giao diện quản lý vùng nhớ tạm và kiểm tra lại sổ theo dõi vùng nhớ tạm có thông điệp lỗi chi tiết hơn không.



    \ No newline at end of file + LỖI: Cache Manager Access Denied

    ERROR

    Cache Manager Truy cập bị từ chối.


    The following error was encountered while trying to retrieve the URL: %U

    Truy cập đến trình quản lý vùng nhớ tạm bị từ chối.

    Để yêu cầu %U từ trình quản lý vùng nhớ tạm này thì trước tiên bạn cần phải tự xác thực.

    Hãy liên lạc với quản trị vùng nhớ tạm nếu bạn gặp khó khăn trong việc tự xác thực, hoặc nếu bạn có phải là quản trị thì đọc tài liệu hướng dẫn Squid về giao diện quản lý vùng nhớ tạm và kiểm tra lại sổ theo dõi vùng nhớ tạm có thông điệp lỗi chi tiết hơn không.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_CANNOT_FORWARD squid3-3.1.20/errors/vi/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/vi/ERR_CANNOT_FORWARD 2012-02-05 14:09:41.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_CANNOT_FORWARD 2012-06-08 14:35:21.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to forward this request at this time.

    This request could not be forwarded to the origin server or to any parent caches.

    Một số vấn đề có thể gặp:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_CONNECT_FAIL squid3-3.1.20/errors/vi/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/vi/ERR_CONNECT_FAIL 2012-02-05 14:09:44.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_CONNECT_FAIL 2012-06-08 14:35:23.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Kết nối đến %I bị lỗi.

    The system returned: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Kết nối đến %I bị lỗi.

    The system returned: %E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_DIR_LISTING squid3-3.1.20/errors/vi/ERR_DIR_LISTING --- squid3-3.1.19/errors/vi/ERR_DIR_LISTING 2012-02-05 14:09:47.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_DIR_LISTING 2012-06-08 14:35:25.000000000 +0200 @@ -1 +1 @@ - Thư mục: %U

    Thư mục: %U/


    Nội dung thư mục:

    %z
    %g
    Thư mục cấp trên Thư mục cấp trên (Thư mục gốc)

    \ No newline at end of file + Thư mục: %U

    Thư mục: %U/


    Nội dung thư mục:

    %z
    %g
    Thư mục cấp trên (Thư mục gốc)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_DNS_FAIL squid3-3.1.20/errors/vi/ERR_DNS_FAIL --- squid3-3.1.19/errors/vi/ERR_DNS_FAIL 2012-02-05 14:09:51.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_DNS_FAIL 2012-06-08 14:35:27.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    Máy phục vụ DNS trả lại:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unable to determine IP address from host name %H

    Máy phục vụ DNS trả lại:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_ESI squid3-3.1.20/errors/vi/ERR_ESI --- squid3-3.1.19/errors/vi/ERR_ESI 2012-02-05 14:09:54.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_ESI 2012-06-08 14:35:29.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lỗi xử lý ESI.

    Bộ xử lý ESI trả lại:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lỗi xử lý ESI.

    Bộ xử lý ESI trả lại:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_FORWARDING_DENIED squid3-3.1.20/errors/vi/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/vi/ERR_FORWARDING_DENIED 2012-02-05 14:09:57.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_FORWARDING_DENIED 2012-06-08 14:35:31.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Chuyển tiếp bị từ chối.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Chuyển tiếp bị từ chối.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_FTP_DISABLED squid3-3.1.20/errors/vi/ERR_FTP_DISABLED --- squid3-3.1.19/errors/vi/ERR_FTP_DISABLED 2012-02-05 14:10:01.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_FTP_DISABLED 2012-06-08 14:35:33.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Chức năng FTP bị tắt

    This cache does not support FTP.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Chức năng FTP bị tắt

    This cache does not support FTP.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_FTP_FAILURE squid3-3.1.20/errors/vi/ERR_FTP_FAILURE --- squid3-3.1.19/errors/vi/ERR_FTP_FAILURE 2012-02-05 14:10:10.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_FTP_FAILURE 2012-06-08 14:35:36.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Gặp lỗi giao thức FTP trong khi thử lấy địa chỉ URL: %U

    Squid đã gửi lệnh FTP theo đây:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Gặp lỗi giao thức FTP trong khi thử lấy địa chỉ URL: %U

    Squid đã gửi lệnh FTP theo đây:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/vi/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/vi/ERR_FTP_FORBIDDEN 2012-02-05 14:10:13.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_FTP_FORBIDDEN 2012-06-08 14:35:38.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Gặp lỗi xác thực FTP trong khi thử lấy địa chỉ URL: %U

    Squid đã gửi lệnh FTP theo đây:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Gặp lỗi xác thực FTP trong khi thử lấy địa chỉ URL: %U

    Squid đã gửi lệnh FTP theo đây:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/vi/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/vi/ERR_FTP_NOT_FOUND 2012-02-05 14:10:16.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_FTP_NOT_FOUND 2012-06-08 14:35:40.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid đã gửi lệnh FTP theo đây:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid đã gửi lệnh FTP theo đây:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/vi/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/vi/ERR_FTP_PUT_CREATED 2012-02-05 14:10:19.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_FTP_PUT_CREATED 2012-06-08 14:35:42.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Thao tác thành công

    Tập tin đã được tạo




    \ No newline at end of file + FTP PUT Successful.

    Thao tác thành công

    Tập tin đã được tạo




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/vi/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/vi/ERR_FTP_PUT_ERROR 2012-02-05 14:10:23.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_FTP_PUT_ERROR 2012-06-08 14:35:44.000000000 +0200 @@ -1 +1 @@ - LỖI: FTP upload failed

    ERROR

    FTP PUT upload failed


    Gặp lỗi giao thức FTP trong khi thử lấy địa chỉ URL: %U

    Squid đã gửi lệnh FTP theo đây:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: FTP upload failed

    ERROR

    FTP PUT upload failed


    Gặp lỗi giao thức FTP trong khi thử lấy địa chỉ URL: %U

    Squid đã gửi lệnh FTP theo đây:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/vi/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/vi/ERR_FTP_PUT_MODIFIED 2012-02-05 14:10:26.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_FTP_PUT_MODIFIED 2012-06-08 14:35:47.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    Thao tác thành công

    Tập tin đã được cập nhật




    \ No newline at end of file + FTP PUT Successful.

    Thao tác thành công

    Tập tin đã được cập nhật




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/vi/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/vi/ERR_FTP_UNAVAILABLE 2012-02-05 14:10:29.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_FTP_UNAVAILABLE 2012-06-08 14:35:49.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Máy phục vụ FTP quá bận để lấy địa chỉ URL: %U

    Squid đã gửi lệnh FTP theo đây:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Máy phục vụ FTP quá bận để lấy địa chỉ URL: %U

    Squid đã gửi lệnh FTP theo đây:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/vi/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/vi/ERR_GATEWAY_FAILURE 2012-02-05 14:10:31.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_GATEWAY_FAILURE 2012-06-08 14:35:51.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_ICAP_FAILURE squid3-3.1.20/errors/vi/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/vi/ERR_ICAP_FAILURE 2012-02-05 14:10:34.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_ICAP_FAILURE 2012-06-08 14:35:53.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lỗi giao thức ICAP.

    The system returned: %E

    This means that some aspect of the ICAP communication failed.

    Một số vấn đề có thể gặp:

    • The ICAP server is not reachable.

    • Nhận được một đáp ứng cấm từ máy phục vụ ICAP.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lỗi giao thức ICAP.

    The system returned: %E

    This means that some aspect of the ICAP communication failed.

    Một số vấn đề có thể gặp:

    • The ICAP server is not reachable.

    • Nhận được một đáp ứng cấm từ máy phục vụ ICAP.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_INVALID_REQ squid3-3.1.20/errors/vi/ERR_INVALID_REQ --- squid3-3.1.19/errors/vi/ERR_INVALID_REQ 2012-02-05 14:10:37.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_INVALID_REQ 2012-06-08 14:35:55.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Gặp một lỗi Sai Yêu Cầu trong khi thử xử lý yêu cầu :

    %R

    Một số vấn đề có thể gặp:

    • Phương pháp truy cập còn thiếu hay không rõ.

    • URL còn thiếu.

    • Thiếu dấu nhận diện HTTP (HTTP/1.0).

    • Yêu cầu quá lớn.

    • Dòng đầu chiều dài nội dung (Content-Length) bị thiếu trong yêu cầu POST hay PUT.

    • Gặp ký tự cấm trong tên máy: không cho phép dùng dấu gạch dưới.

    • HTTP/1.1 Mong đợi: tính năng được yêu cầu từ phần mềm HTTP/1.0.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Gặp một lỗi Sai Yêu Cầu trong khi thử xử lý yêu cầu :

    %R

    Một số vấn đề có thể gặp:

    • Phương pháp truy cập còn thiếu hay không rõ.

    • URL còn thiếu.

    • Thiếu dấu nhận diện HTTP (HTTP/1.0).

    • Yêu cầu quá lớn.

    • Dòng đầu chiều dài nội dung (Content-Length) bị thiếu trong yêu cầu POST hay PUT.

    • Gặp ký tự cấm trong tên máy: không cho phép dùng dấu gạch dưới.

    • HTTP/1.1 Mong đợi: tính năng được yêu cầu từ phần mềm HTTP/1.0.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_INVALID_RESP squid3-3.1.20/errors/vi/ERR_INVALID_RESP --- squid3-3.1.19/errors/vi/ERR_INVALID_RESP 2012-02-05 14:10:40.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_INVALID_RESP 2012-06-08 14:35:57.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Gặp một lỗi Sai Đáp Ứng trong khi thử xử lý yêu cầu :

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    Gặp một lỗi Sai Đáp Ứng trong khi thử xử lý yêu cầu :

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_INVALID_URL squid3-3.1.20/errors/vi/ERR_INVALID_URL --- squid3-3.1.19/errors/vi/ERR_INVALID_URL 2012-02-05 14:10:42.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_INVALID_URL 2012-06-08 14:35:59.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    URL sai

    Địa chỉ URL yêu cầu có một phần không đúng.

    Một số vấn đề có thể gặp:

    • Giao thức truy cập còn thiếu hay sai (nên là http:// hay tương tự)

    • Tên máy còn thiếu

    • Gặp ký tự thoát đôi cấm trong đường dẫn URL

    • Gặp ký tự cấm trong tên máy: không cho phép dùng dấu gạch dưới.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    URL sai

    Địa chỉ URL yêu cầu có một phần không đúng.

    Một số vấn đề có thể gặp:

    • Giao thức truy cập còn thiếu hay sai (nên là http:// hay tương tự)

    • Tên máy còn thiếu

    • Gặp ký tự thoát đôi cấm trong đường dẫn URL

    • Gặp ký tự cấm trong tên máy: không cho phép dùng dấu gạch dưới.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_LIFETIME_EXP squid3-3.1.20/errors/vi/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/vi/ERR_LIFETIME_EXP 2012-02-05 14:10:45.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_LIFETIME_EXP 2012-06-08 14:36:02.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Quá hạn kết nối

    Squid đã chấm dứt yêu cầu vì nó vượt quá thời gian kết nối tối đa.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Quá hạn kết nối

    Squid đã chấm dứt yêu cầu vì nó vượt quá thời gian kết nối tối đa.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_NO_RELAY squid3-3.1.20/errors/vi/ERR_NO_RELAY --- squid3-3.1.19/errors/vi/ERR_NO_RELAY 2012-02-05 14:10:48.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_NO_RELAY 2012-06-08 14:36:06.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Không có bộ tiếp lại WAIS

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Không có bộ tiếp lại WAIS

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/vi/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/vi/ERR_ONLY_IF_CACHED_MISS 2012-02-05 14:10:52.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:36:10.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Valid document was not found in the cache and only-if-cached directive was specified.

    You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/error-details.txt squid3-3.1.20/errors/vi/error-details.txt --- squid3-3.1.19/errors/vi/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/vi/error-details.txt 2012-06-08 14:36:55.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/vi/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/vi/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/vi/ERR_PRECONDITION_FAILED 2012-02-05 14:10:56.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_PRECONDITION_FAILED 2012-06-08 14:36:13.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_READ_ERROR squid3-3.1.20/errors/vi/ERR_READ_ERROR --- squid3-3.1.19/errors/vi/ERR_READ_ERROR 2012-02-05 14:10:59.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_READ_ERROR 2012-06-08 14:36:17.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lỗi đọc

    The system returned: %E

    Gặp lỗi trong khi đọc dữ liệu từ mạng. Hãy thử lại gửi yêu cầu.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lỗi đọc

    The system returned: %E

    Gặp lỗi trong khi đọc dữ liệu từ mạng. Hãy thử lại gửi yêu cầu.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_READ_TIMEOUT squid3-3.1.20/errors/vi/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/vi/ERR_READ_TIMEOUT 2012-02-05 14:11:04.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_READ_TIMEOUT 2012-06-08 14:36:19.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Quá hạn đọc

    The system returned: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Quá hạn đọc

    The system returned: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/vi/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/vi/ERR_SECURE_CONNECT_FAIL 2012-02-05 14:11:08.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:36:22.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Không thiết lập được một kết nối bảo mật đến %I

    The system returned: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Không thiết lập được một kết nối bảo mật đến %I

    The system returned: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_SHUTTING_DOWN squid3-3.1.20/errors/vi/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/vi/ERR_SHUTTING_DOWN 2012-02-05 14:11:11.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_SHUTTING_DOWN 2012-06-08 14:36:24.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_SOCKET_FAILURE squid3-3.1.20/errors/vi/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/vi/ERR_SOCKET_FAILURE 2012-02-05 14:11:14.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_SOCKET_FAILURE 2012-06-08 14:36:27.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lỗi ổ cắm

    The system returned: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Lỗi ổ cắm

    The system returned: %E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_TOO_BIG squid3-3.1.20/errors/vi/ERR_TOO_BIG --- squid3-3.1.19/errors/vi/ERR_TOO_BIG 2012-02-05 14:11:18.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_TOO_BIG 2012-06-08 14:36:33.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    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.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    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.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/vi/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/vi/ERR_UNSUP_HTTPVERSION 2012-02-05 14:11:21.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_UNSUP_HTTPVERSION 2012-06-08 14:36:37.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_UNSUP_REQ squid3-3.1.20/errors/vi/ERR_UNSUP_REQ --- squid3-3.1.19/errors/vi/ERR_UNSUP_REQ 2012-02-05 14:11:26.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_UNSUP_REQ 2012-06-08 14:36:43.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported Request Method and Protocol

    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.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported Request Method and Protocol

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_URN_RESOLVE squid3-3.1.20/errors/vi/ERR_URN_RESOLVE --- squid3-3.1.19/errors/vi/ERR_URN_RESOLVE 2012-02-05 14:11:29.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_URN_RESOLVE 2012-06-08 14:36:46.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URN could not be retrieved

    ERROR

    Không thể lấy được một địa chỉ URL cho URN yêu cầu


    The following error was encountered while trying to retrieve the URN: %U

    Không tìm thấy URN

    URN trên %T không có nhiều khả năng.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URN could not be retrieved

    ERROR

    Không thể lấy được một địa chỉ URL cho URN yêu cầu


    The following error was encountered while trying to retrieve the URN: %U

    Không tìm thấy URN

    URN trên %T không có nhiều khả năng.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_WRITE_ERROR squid3-3.1.20/errors/vi/ERR_WRITE_ERROR --- squid3-3.1.19/errors/vi/ERR_WRITE_ERROR 2012-02-05 14:11:32.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_WRITE_ERROR 2012-06-08 14:36:51.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Write Error

    The system returned: %E

    Gặp lỗi trong khi ghi vào mạng. Hãy thử lại gửi yêu cầu.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Write Error

    The system returned: %E

    Gặp lỗi trong khi ghi vào mạng. Hãy thử lại gửi yêu cầu.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/vi/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/vi/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/vi/ERR_ZERO_SIZE_OBJECT 2012-02-05 14:11:36.000000000 +0100 +++ squid3-3.1.20/errors/vi/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:36:55.000000000 +0200 @@ -1 +1 @@ - LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    Squid chưa nhận dữ liệu cho yêu cầu này.

    Your cache administrator is %w.



    \ No newline at end of file + LỖI: The requested URL could not be retrieved

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Zero Sized Reply

    Squid chưa nhận dữ liệu cho yêu cầu này.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_ACCESS_DENIED squid3-3.1.20/errors/zh-cn/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/zh-cn/ERR_ACCESS_DENIED 2012-02-05 14:11:40.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_ACCESS_DENIED 2012-06-08 14:36:58.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    访问被拒绝。

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    访问被拒绝。

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/zh-cn/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/zh-cn/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:37:02.000000000 +0200 @@ -0,0 +1 @@ + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    Time Quota Exceeded.

    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.

    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.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/zh-cn/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/zh-cn/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_AGENT_CONFIGURE 2012-06-08 14:37:05.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    错误

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_AGENT_WPAD squid3-3.1.20/errors/zh-cn/ERR_AGENT_WPAD --- squid3-3.1.19/errors/zh-cn/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_AGENT_WPAD 2012-06-08 14:37:08.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    错误

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/zh-cn/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/zh-cn/ERR_CACHE_ACCESS_DENIED 2012-02-05 14:11:42.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:37:11.000000000 +0200 @@ -1 +1 @@ - 错误: Cache Access Denied

    ERROR

    Cache 访问被拒绝。


    当尝试取回该 URL 时遇到下面的错误:%U

    缓存访问被拒绝。

    抱歉,您不被允许通过本网络缓存服务器访问下列位置 %U 除非您通过了我们的身份验证。

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + 错误: Cache Access Denied

    ERROR

    Cache 访问被拒绝。


    当尝试取回该 URL 时遇到下面的错误:%U

    缓存访问被拒绝。

    抱歉,您不被允许通过本网络缓存服务器访问下列位置 %U 除非您通过了我们的身份验证。

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/zh-cn/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/zh-cn/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 14:11:46.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:37:20.000000000 +0200 @@ -1 +1 @@ - 错误: Cache Manager Access Denied

    ERROR

    Cache Manager 访问被拒绝。


    当尝试取回该 URL 时遇到下面的错误:%U

    缓存管理访问被拒绝。

    抱歉,您不被允许通过本缓存管理器访问以下位置 %U 除非您通过我们的身份验证。

    如果您是在身份验证上发生问题,请先确定您有权对缓存使用管理器。或是与管理者联系。如果您就是管理者,请详细阅读 Squid 所附文件中与 cache manager 有关部份或检查 cache log 以便得到更详尽的细节。



    \ No newline at end of file + 错误: Cache Manager Access Denied

    ERROR

    Cache Manager 访问被拒绝。


    当尝试取回该 URL 时遇到下面的错误:%U

    缓存管理访问被拒绝。

    抱歉,您不被允许通过本缓存管理器访问以下位置 %U 除非您通过我们的身份验证。

    如果您是在身份验证上发生问题,请先确定您有权对缓存使用管理器。或是与管理者联系。如果您就是管理者,请详细阅读 Squid 所附文件中与 cache manager 有关部份或检查 cache log 以便得到更详尽的细节。



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_CANNOT_FORWARD squid3-3.1.20/errors/zh-cn/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/zh-cn/ERR_CANNOT_FORWARD 2012-02-05 14:11:49.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_CANNOT_FORWARD 2012-06-08 14:37:26.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    目前无法将您的请求进行转送操作

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    目前无法将您的请求进行转送操作

    This request could not be forwarded to the origin server or to any parent caches.

    可能的问题包括:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_CONNECT_FAIL squid3-3.1.20/errors/zh-cn/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/zh-cn/ERR_CONNECT_FAIL 2012-02-05 14:11:52.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_CONNECT_FAIL 2012-06-08 14:37:30.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    连接到 %I 失败。

    系统返回以下内容:%E

    The remote host or network may be down. Please try the request again.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    连接到 %I 失败。

    系统返回以下内容:%E

    The remote host or network may be down. Please try the request again.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_DIR_LISTING squid3-3.1.20/errors/zh-cn/ERR_DIR_LISTING --- squid3-3.1.19/errors/zh-cn/ERR_DIR_LISTING 2012-02-05 14:11:55.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_DIR_LISTING 2012-06-08 14:37:33.000000000 +0200 @@ -1 +1 @@ - 文件夹: %U

    文件夹: %U/


    文件夹内容:

    %z
    %g
    上级文件夹 上级文件夹 (根文件夹)

    \ No newline at end of file + 文件夹: %U

    文件夹: %U/


    文件夹内容:

    %z
    %g
    上级文件夹 (根文件夹)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_DNS_FAIL squid3-3.1.20/errors/zh-cn/ERR_DNS_FAIL --- squid3-3.1.19/errors/zh-cn/ERR_DNS_FAIL 2012-02-05 14:11:58.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_DNS_FAIL 2012-06-08 14:37:36.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    不能由主机名 %H 确定 IP 地址。

    DNS 服务器返回了:

    %z

    这表示 缓存服务器无法解析您输入网址(URL)中的主机名称, 请检查该名称是否正确。

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    不能由主机名 %H 确定 IP 地址。

    DNS 服务器返回了:

    %z

    这表示 缓存服务器无法解析您输入网址(URL)中的主机名称, 请检查该名称是否正确。

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_ESI squid3-3.1.20/errors/zh-cn/ERR_ESI --- squid3-3.1.19/errors/zh-cn/ERR_ESI 2012-02-05 14:12:01.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_ESI 2012-06-08 14:37:40.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    ESI 处理失败。

    ESI 处理器返回了:

    %Z

    这意味着代理不能处理 ESI 模板。请向网站管理员报告这个错误。

    您的网站管理员是 %w



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    ESI 处理失败。

    ESI 处理器返回了:

    %Z

    这意味着代理不能处理 ESI 模板。请向网站管理员报告这个错误。

    您的网站管理员是 %w



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_FORWARDING_DENIED squid3-3.1.20/errors/zh-cn/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/zh-cn/ERR_FORWARDING_DENIED 2012-02-05 14:12:04.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_FORWARDING_DENIED 2012-06-08 14:37:46.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    拒绝转送

    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.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    拒绝转送

    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.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_FTP_DISABLED squid3-3.1.20/errors/zh-cn/ERR_FTP_DISABLED --- squid3-3.1.19/errors/zh-cn/ERR_FTP_DISABLED 2012-02-05 14:12:07.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_FTP_DISABLED 2012-06-08 14:37:52.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    FTP 被禁用

    本缓存服务器未开放文件传输服务。

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    FTP 被禁用

    本缓存服务器未开放文件传输服务。

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_FTP_FAILURE squid3-3.1.20/errors/zh-cn/ERR_FTP_FAILURE --- squid3-3.1.19/errors/zh-cn/ERR_FTP_FAILURE 2012-02-05 14:12:10.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_FTP_FAILURE 2012-06-08 14:37:54.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    尝试获取该URL:%U时发生一个FTP协议错误

    本缓存服务器发出以下 FTP 命令:

    %f

    服务器回应了:

    %F
    %g

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    尝试获取该URL:%U时发生一个FTP协议错误

    本缓存服务器发出以下 FTP 命令:

    %f

    服务器回应了:

    %F
    %g

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/zh-cn/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/zh-cn/ERR_FTP_FORBIDDEN 2012-02-05 14:12:13.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_FTP_FORBIDDEN 2012-06-08 14:37:56.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    尝试获取 URL: %U 时发生一个FTP认证错误

    本缓存服务器发出以下 FTP 命令:

    %f

    服务器回应了:

    %F
    %g

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    尝试获取 URL: %U 时发生一个FTP认证错误

    本缓存服务器发出以下 FTP 命令:

    %f

    服务器回应了:

    %F
    %g

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/zh-cn/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/zh-cn/ERR_FTP_NOT_FOUND 2012-02-05 14:12:18.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_FTP_NOT_FOUND 2012-06-08 14:37:59.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    无法取回下面的 URL: %U

    本缓存服务器发出以下 FTP 命令:

    %f

    服务器回应了:

    %F
    %g

    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 %B.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    无法取回下面的 URL: %U

    本缓存服务器发出以下 FTP 命令:

    %f

    服务器回应了:

    %F
    %g

    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 %B.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/zh-cn/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/zh-cn/ERR_FTP_PUT_CREATED 2012-02-05 14:12:22.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_FTP_PUT_CREATED 2012-06-08 14:38:03.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    操作成功

    文件已创建




    \ No newline at end of file + FTP PUT Successful.

    操作成功

    文件已创建




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/zh-cn/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/zh-cn/ERR_FTP_PUT_ERROR 2012-02-05 14:12:26.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_FTP_PUT_ERROR 2012-06-08 14:38:05.000000000 +0200 @@ -1 +1 @@ - 错误: FTP upload failed

    ERROR

    FTP PUT upload failed


    尝试获取该URL:%U时发生一个FTP协议错误

    本缓存服务器发出以下 FTP 命令:

    %f

    服务器回应了:

    %F

    这说明 FTP 服务器可能没有权限或空间存储该文件。请检查路径、权限、磁盘空间后重试。

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: FTP upload failed

    ERROR

    FTP PUT upload failed


    尝试获取该URL:%U时发生一个FTP协议错误

    本缓存服务器发出以下 FTP 命令:

    %f

    服务器回应了:

    %F

    这说明 FTP 服务器可能没有权限或空间存储该文件。请检查路径、权限、磁盘空间后重试。

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/zh-cn/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/zh-cn/ERR_FTP_PUT_MODIFIED 2012-02-05 14:12:29.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_FTP_PUT_MODIFIED 2012-06-08 14:38:07.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    操作成功

    文件已更新




    \ No newline at end of file + FTP PUT Successful.

    操作成功

    文件已更新




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/zh-cn/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/zh-cn/ERR_FTP_UNAVAILABLE 2012-02-05 14:12:32.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_FTP_UNAVAILABLE 2012-06-08 14:38:09.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    FTP 服务器太忙,无法取回 URL: %U

    本缓存服务器发出以下 FTP 命令:

    %f

    服务器回应了:

    %F
    %g

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    FTP 服务器太忙,无法取回 URL: %U

    本缓存服务器发出以下 FTP 命令:

    %f

    服务器回应了:

    %F
    %g

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/zh-cn/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/zh-cn/ERR_GATEWAY_FAILURE 2012-02-05 14:12:35.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_GATEWAY_FAILURE 2012-06-08 14:38:11.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_ICAP_FAILURE squid3-3.1.20/errors/zh-cn/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/zh-cn/ERR_ICAP_FAILURE 2012-02-05 14:12:38.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_ICAP_FAILURE 2012-06-08 14:38:13.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    ICAP 协议错误。

    系统返回以下内容:%E

    这意味着 ICAP 通信的某些地方失败了。

    可能的问题包括:

    • 无法到达 ICAP 服务器。

    • 收到来自 ICAP 服务器的一个非法响应。



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    ICAP 协议错误。

    系统返回以下内容:%E

    这意味着 ICAP 通信的某些地方失败了。

    可能的问题包括:

    • 无法到达 ICAP 服务器。

    • 收到来自 ICAP 服务器的一个非法响应。



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_INVALID_REQ squid3-3.1.20/errors/zh-cn/ERR_INVALID_REQ --- squid3-3.1.19/errors/zh-cn/ERR_INVALID_REQ 2012-02-05 14:12:40.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_INVALID_REQ 2012-06-08 14:38:15.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    非法请求 尝试处理请求是发生错误:

    %R

    可能的问题包括:

    • 缺少请求方式或未知的请求方式

    • 缺少网址

    • 缺少 HTTP 标识(HTTP/1.0)

    • 请求命令过长

    • POST 或 PUT 请求中丢失内容长度(Content-Length)。

    • 主机名称中包含不合法的字符;下划线是不允许的。

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    非法请求 尝试处理请求是发生错误:

    %R

    可能的问题包括:

    • 缺少请求方式或未知的请求方式

    • 缺少网址

    • 缺少 HTTP 标识(HTTP/1.0)

    • 请求命令过长

    • POST 或 PUT 请求中丢失内容长度(Content-Length)。

    • 主机名称中包含不合法的字符;下划线是不允许的。

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_INVALID_RESP squid3-3.1.20/errors/zh-cn/ERR_INVALID_RESP --- squid3-3.1.19/errors/zh-cn/ERR_INVALID_RESP 2012-02-05 14:12:42.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_INVALID_RESP 2012-06-08 14:38:18.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    非法响应 尝试处理请求时发生错误:

    %R

    无法理解联系的服务器所传回的 HTTP 响应消息或者它已经损坏。请联系网站运行人员。

    如果需要,您的缓存管理员可以提供更多细节以助了解该问题的准确性质。

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    非法响应 尝试处理请求时发生错误:

    %R

    无法理解联系的服务器所传回的 HTTP 响应消息或者它已经损坏。请联系网站运行人员。

    如果需要,您的缓存管理员可以提供更多细节以助了解该问题的准确性质。

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_INVALID_URL squid3-3.1.20/errors/zh-cn/ERR_INVALID_URL --- squid3-3.1.19/errors/zh-cn/ERR_INVALID_URL 2012-02-05 14:12:45.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_INVALID_URL 2012-06-08 14:38:20.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    无效的网址

    请求的 URL 地址有些部分不正确。

    可能的问题包括:

    • 缺少或不正确的通讯协议(应该如 http://或类似的开头)

    • 缺少欲连结的主机名称

    • 网址路径中有不合法双重转义符

    • 主机名称中包含不合法的字符;下划线是不允许的。

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    无效的网址

    请求的 URL 地址有些部分不正确。

    可能的问题包括:

    • 缺少或不正确的通讯协议(应该如 http://或类似的开头)

    • 缺少欲连结的主机名称

    • 网址路径中有不合法双重转义符

    • 主机名称中包含不合法的字符;下划线是不允许的。

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_LIFETIME_EXP squid3-3.1.20/errors/zh-cn/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/zh-cn/ERR_LIFETIME_EXP 2012-02-05 14:12:47.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_LIFETIME_EXP 2012-06-08 14:38:22.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    连接已过期

    缓存服务器已终止您的连接请求,因为已经超过了最大连接等待时间。

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    连接已过期

    缓存服务器已终止您的连接请求,因为已经超过了最大连接等待时间。

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_NO_RELAY squid3-3.1.20/errors/zh-cn/ERR_NO_RELAY --- squid3-3.1.19/errors/zh-cn/ERR_NO_RELAY 2012-02-05 14:12:49.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_NO_RELAY 2012-06-08 14:38:24.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    无 Wais 中继

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    无 Wais 中继

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/zh-cn/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/zh-cn/ERR_ONLY_IF_CACHED_MISS 2012-02-05 14:12:52.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:38:27.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    请求的文件在本缓存服务器上未找到,而您设定了only-if-cached(只读取缓存)指令。

    您送出了一个包含 only-if-cached (只读取缓存)缓存控制指令的连结请求。而所要的文件并未存在于本缓存服务器中,或者这个连结请求需要刷新文件而 only-if-cached 指令禁止这么做。

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    请求的文件在本缓存服务器上未找到,而您设定了only-if-cached(只读取缓存)指令。

    您送出了一个包含 only-if-cached (只读取缓存)缓存控制指令的连结请求。而所要的文件并未存在于本缓存服务器中,或者这个连结请求需要刷新文件而 only-if-cached 指令禁止这么做。

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/error-details.txt squid3-3.1.20/errors/zh-cn/error-details.txt --- squid3-3.1.19/errors/zh-cn/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/error-details.txt 2012-06-08 14:38:53.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/zh-cn/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/zh-cn/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/zh-cn/ERR_PRECONDITION_FAILED 2012-02-05 14:12:54.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_PRECONDITION_FAILED 2012-06-08 14:38:29.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_READ_ERROR squid3-3.1.20/errors/zh-cn/ERR_READ_ERROR --- squid3-3.1.19/errors/zh-cn/ERR_READ_ERROR 2012-02-05 14:12:56.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_READ_ERROR 2012-06-08 14:38:31.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    读取错误

    系统返回以下内容:%E

    An error condition occurred while reading data from the network. Please retry your request.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    读取错误

    系统返回以下内容:%E

    An error condition occurred while reading data from the network. Please retry your request.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_READ_TIMEOUT squid3-3.1.20/errors/zh-cn/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/zh-cn/ERR_READ_TIMEOUT 2012-02-05 14:12:57.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_READ_TIMEOUT 2012-06-08 14:38:34.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    读取超时

    系统返回以下内容:%E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    读取超时

    系统返回以下内容:%E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/zh-cn/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/zh-cn/ERR_SECURE_CONNECT_FAIL 2012-02-05 14:12:59.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:38:36.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    建立到 %I 的安全连接失败

    系统返回以下内容:%E

    此代理和远端主机无法为处理您的请求在相互可接受的安全设置上协商一致。有可能远端计算机不支持安全连接,或者代理对主机的安全凭据不认可。

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    建立到 %I 的安全连接失败

    系统返回以下内容:%E

    此代理和远端主机无法为处理您的请求在相互可接受的安全设置上协商一致。有可能远端计算机不支持安全连接,或者代理对主机的安全凭据不认可。

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_SHUTTING_DOWN squid3-3.1.20/errors/zh-cn/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/zh-cn/ERR_SHUTTING_DOWN 2012-02-05 14:13:01.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_SHUTTING_DOWN 2012-06-08 14:38:38.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_SOCKET_FAILURE squid3-3.1.20/errors/zh-cn/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/zh-cn/ERR_SOCKET_FAILURE 2012-02-05 14:13:02.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_SOCKET_FAILURE 2012-06-08 14:38:41.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    Socket 建立失败

    系统返回以下内容:%E

    Squid (缓存服务器)无法建立 TCP socket(无法向系统申请建立新的网络连接),可能是因为负荷过重,请重新尝试。

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    Socket 建立失败

    系统返回以下内容:%E

    Squid (缓存服务器)无法建立 TCP socket(无法向系统申请建立新的网络连接),可能是因为负荷过重,请重新尝试。

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_TOO_BIG squid3-3.1.20/errors/zh-cn/ERR_TOO_BIG --- squid3-3.1.19/errors/zh-cn/ERR_TOO_BIG 2012-02-05 14:13:04.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_TOO_BIG 2012-06-08 14:38:42.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    请求或响应太大

    如果您在执行 POST 或 PUT 请求,那是您要上传的东西太大。

    如果您在执行 GET 请求,那是您要下载的项目太大。

    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.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    请求或响应太大

    如果您在执行 POST 或 PUT 请求,那是您要上传的东西太大。

    如果您在执行 GET 请求,那是您要下载的项目太大。

    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.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/zh-cn/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/zh-cn/ERR_UNSUP_HTTPVERSION 2012-02-05 14:13:06.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_UNSUP_HTTPVERSION 2012-06-08 14:38:45.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    不支持的 HTTP 版本


    当尝试取回该 URL 时遇到下面的错误:%U

    Unsupported HTTP version

    此版本的 Squid 不接受您试图使用的 HTTP 版本。

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    不支持的 HTTP 版本


    当尝试取回该 URL 时遇到下面的错误:%U

    Unsupported HTTP version

    此版本的 Squid 不接受您试图使用的 HTTP 版本。

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_UNSUP_REQ squid3-3.1.20/errors/zh-cn/ERR_UNSUP_REQ --- squid3-3.1.19/errors/zh-cn/ERR_UNSUP_REQ 2012-02-05 14:13:07.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_UNSUP_REQ 2012-06-08 14:38:47.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    不支持的请求方式和协议

    Squid (缓存服务器)不能对所有的存取协议支持所有的请求方式。比如说,你不能对 GOPHER 进行一个 POST 请求。

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    不支持的请求方式和协议

    Squid (缓存服务器)不能对所有的存取协议支持所有的请求方式。比如说,你不能对 GOPHER 进行一个 POST 请求。

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_URN_RESOLVE squid3-3.1.20/errors/zh-cn/ERR_URN_RESOLVE --- squid3-3.1.19/errors/zh-cn/ERR_URN_RESOLVE 2012-02-05 14:13:09.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_URN_RESOLVE 2012-06-08 14:38:49.000000000 +0200 @@ -1 +1 @@ - 错误: The requested URN could not be retrieved

    ERROR

    URN 中的一个网址(URL)无法获取


    当尝试读取以下 URN 时: %U

    不能解析 URN

    抱歉!您不能对 %T 上的 URNs 期待太多 :)

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: The requested URN could not be retrieved

    ERROR

    URN 中的一个网址(URL)无法获取


    当尝试读取以下 URN 时: %U

    不能解析 URN

    抱歉!您不能对 %T 上的 URNs 期待太多 :)

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_WRITE_ERROR squid3-3.1.20/errors/zh-cn/ERR_WRITE_ERROR --- squid3-3.1.19/errors/zh-cn/ERR_WRITE_ERROR 2012-02-05 14:13:11.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_WRITE_ERROR 2012-06-08 14:38:51.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    写入错误

    系统返回以下内容:%E

    An error condition occurred while writing to the network. Please retry your request.

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    写入错误

    系统返回以下内容:%E

    An error condition occurred while writing to the network. Please retry your request.

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-cn/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/zh-cn/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/zh-cn/ERR_ZERO_SIZE_OBJECT 2012-02-05 14:13:13.000000000 +0100 +++ squid3-3.1.20/errors/zh-cn/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:38:53.000000000 +0200 @@ -1 +1 @@ - 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    响应内容长度为零

    本缓存服务器从被连接的服务器上没有收到任何数据。

    缓存服务器的管理员 %w.



    \ No newline at end of file + 错误: 您所请求的网址(URL)无法获取

    ERROR

    The requested URL could not be retrieved


    当尝试取回该 URL 时遇到下面的错误:%U

    响应内容长度为零

    本缓存服务器从被连接的服务器上没有收到任何数据。

    缓存服务器的管理员 %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_ACCESS_DENIED squid3-3.1.20/errors/zh-tw/ERR_ACCESS_DENIED --- squid3-3.1.19/errors/zh-tw/ERR_ACCESS_DENIED 2012-02-05 14:13:15.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_ACCESS_DENIED 2012-06-08 14:38:55.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    存取被拒絕

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    存取被拒絕

    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_ACL_TIME_QUOTA_EXCEEDED squid3-3.1.20/errors/zh-tw/ERR_ACL_TIME_QUOTA_EXCEEDED --- squid3-3.1.19/errors/zh-tw/ERR_ACL_TIME_QUOTA_EXCEEDED 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_ACL_TIME_QUOTA_EXCEEDED 2012-06-08 14:38:57.000000000 +0200 @@ -0,0 +1 @@ + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Time Quota Exceeded.

    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.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_AGENT_CONFIGURE squid3-3.1.20/errors/zh-tw/ERR_AGENT_CONFIGURE --- squid3-3.1.19/errors/zh-tw/ERR_AGENT_CONFIGURE 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_AGENT_CONFIGURE 2012-06-08 14:38:59.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    錯誤

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • In the HTTP proxy box type the proxy name %h and port 3128.
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • In the HTTP proxy box type the proxy name %h and port 3128.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_AGENT_WPAD squid3-3.1.20/errors/zh-tw/ERR_AGENT_WPAD --- squid3-3.1.19/errors/zh-tw/ERR_AGENT_WPAD 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_AGENT_WPAD 2012-06-08 14:39:01.000000000 +0200 @@ -0,0 +1 @@ + Web Browser Configuration

    錯誤

    Web Browser Configuration


    Your Web Browser configuration needs to be corrected to use this network.

    How to find these settings in your browser:

    For Firefox browsers go to:
    • Tools -> Options -> Advanced -> Network -> Connection Settings
    • Select Auto-detect proxy settings for this network
    For Internet Explorer browsers go to:
    • Tools -> Internet Options -> Connection -> LAN Settings ->Proxy
    • Select Automatically detect settings
    For Opera browsers go to:
    • Tools -> Preferences -> Advanced -> Network -> Proxy Servers
    • Select Use Automatic proxy configuration

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_CACHE_ACCESS_DENIED squid3-3.1.20/errors/zh-tw/ERR_CACHE_ACCESS_DENIED --- squid3-3.1.19/errors/zh-tw/ERR_CACHE_ACCESS_DENIED 2012-02-05 14:13:16.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_CACHE_ACCESS_DENIED 2012-06-08 14:39:03.000000000 +0200 @@ -1 +1 @@ - 錯誤: Cache Access Denied

    ERROR

    Cache 存取被拒絕


    The following error was encountered while trying to retrieve the URL: %U

    快取伺服器存取被拒絕

    抱歉,您不被允許透過我們這個網路快取伺服器傳回下列位置 %U 除非您通過了我們的身份驗證。

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file + 錯誤: Cache Access Denied

    ERROR

    Cache 存取被拒絕


    The following error was encountered while trying to retrieve the URL: %U

    快取伺服器存取被拒絕

    抱歉,您不被允許透過我們這個網路快取伺服器傳回下列位置 %U 除非您通過了我們的身份驗證。

    Please contact the cache administrator if you have difficulties authenticating yourself.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_CACHE_MGR_ACCESS_DENIED squid3-3.1.20/errors/zh-tw/ERR_CACHE_MGR_ACCESS_DENIED --- squid3-3.1.19/errors/zh-tw/ERR_CACHE_MGR_ACCESS_DENIED 2012-02-05 14:13:18.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_CACHE_MGR_ACCESS_DENIED 2012-06-08 14:39:05.000000000 +0200 @@ -1 +1 @@ - 錯誤: Cache Manager Access Denied

    ERROR

    Cache Manager 存取被拒絕


    The following error was encountered while trying to retrieve the URL: %U

    快取伺服器管理程式使用被拒

    抱歉,您不被允許透過我們這個快取伺服器管理程式傳回下列位置 %U 除非您通過我們的身份驗證。

    如果您是在身份驗證上發生問題,請先確定您有權對快取伺服器使用管理程式。或是與管理者聯繫。如果您就是管理者,請詳細閱讀 Squid 所附文件中與cache manager 有關部份或檢查 cache log 以便得到更詳盡的細節。



    \ No newline at end of file + 錯誤: Cache Manager Access Denied

    ERROR

    Cache Manager 存取被拒絕


    The following error was encountered while trying to retrieve the URL: %U

    快取伺服器管理程式使用被拒

    抱歉,您不被允許透過我們這個快取伺服器管理程式傳回下列位置 %U 除非您通過我們的身份驗證。

    如果您是在身份驗證上發生問題,請先確定您有權對快取伺服器使用管理程式。或是與管理者聯繫。如果您就是管理者,請詳細閱讀 Squid 所附文件中與cache manager 有關部份或檢查 cache log 以便得到更詳盡的細節。



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_CANNOT_FORWARD squid3-3.1.20/errors/zh-tw/ERR_CANNOT_FORWARD --- squid3-3.1.19/errors/zh-tw/ERR_CANNOT_FORWARD 2012-02-05 14:13:20.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_CANNOT_FORWARD 2012-06-08 14:39:08.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    目前無法替您的網站連結要求進行轉向動作

    This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    目前無法替您的網站連結要求進行轉向動作

    This request could not be forwarded to the origin server or to any parent caches.

    Some possible problems are:

    • An Internet connection needed to access this domains origin servers may be down.
    • All configured parent caches may be currently unreachable.
    • The administrator may not allow this cache to make direct connections to origin servers.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_CONNECT_FAIL squid3-3.1.20/errors/zh-tw/ERR_CONNECT_FAIL --- squid3-3.1.19/errors/zh-tw/ERR_CONNECT_FAIL 2012-02-05 14:13:24.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_CONNECT_FAIL 2012-06-08 14:39:10.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    系統回應了下列錯誤訊息:%E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Connection to %I failed.

    系統回應了下列錯誤訊息:%E

    The remote host or network may be down. Please try the request again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_DIR_LISTING squid3-3.1.20/errors/zh-tw/ERR_DIR_LISTING --- squid3-3.1.19/errors/zh-tw/ERR_DIR_LISTING 2012-02-05 14:13:26.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_DIR_LISTING 2012-06-08 14:39:12.000000000 +0200 @@ -1 +1 @@ - Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory Parent Directory (Root Directory)

    \ No newline at end of file + Directory: %U

    Directory: %U/


    Directory Content:

    %z
    %g
    Parent Directory (Root Directory)

    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_DNS_FAIL squid3-3.1.20/errors/zh-tw/ERR_DNS_FAIL --- squid3-3.1.19/errors/zh-tw/ERR_DNS_FAIL 2012-02-05 14:13:28.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_DNS_FAIL 2012-06-08 14:39:14.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    無法將您輸入的網站主機位置轉譯成正確的 IP 位置 %H

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    無法將您輸入的網站主機位置轉譯成正確的 IP 位置 %H

    The DNS server returned:

    %z

    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_ESI squid3-3.1.20/errors/zh-tw/ERR_ESI --- squid3-3.1.19/errors/zh-tw/ERR_ESI 2012-02-05 14:13:30.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_ESI 2012-06-08 14:39:16.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ESI Processing failed.

    The ESI processor returned:

    %Z

    This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

    Your webmaster is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_FORWARDING_DENIED squid3-3.1.20/errors/zh-tw/ERR_FORWARDING_DENIED --- squid3-3.1.19/errors/zh-tw/ERR_FORWARDING_DENIED 2012-02-05 14:13:31.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_FORWARDING_DENIED 2012-06-08 14:39:18.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    轉送要求被拒

    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.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    轉送要求被拒

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_FTP_DISABLED squid3-3.1.20/errors/zh-tw/ERR_FTP_DISABLED --- squid3-3.1.19/errors/zh-tw/ERR_FTP_DISABLED 2012-02-05 14:13:33.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_FTP_DISABLED 2012-06-08 14:39:20.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    禁止使用檔案傳輸

    本快取伺服器並未開放支援檔案傳輸服務。

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    禁止使用檔案傳輸

    本快取伺服器並未開放支援檔案傳輸服務。

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_FTP_FAILURE squid3-3.1.20/errors/zh-tw/ERR_FTP_FAILURE --- squid3-3.1.19/errors/zh-tw/ERR_FTP_FAILURE 2012-02-05 14:13:35.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_FTP_FAILURE 2012-06-08 14:39:23.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    在嘗試傳回下面的網址(URL)時發生檔案傳輸通訊協定錯誤:%U

    Squid 伺服器替您送出下列檔案傳輸命令:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    在嘗試傳回下面的網址(URL)時發生檔案傳輸通訊協定錯誤:%U

    Squid 伺服器替您送出下列檔案傳輸命令:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_FTP_FORBIDDEN squid3-3.1.20/errors/zh-tw/ERR_FTP_FORBIDDEN --- squid3-3.1.19/errors/zh-tw/ERR_FTP_FORBIDDEN 2012-02-05 14:13:37.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_FTP_FORBIDDEN 2012-06-08 14:39:25.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid 伺服器替您送出下列檔案傳輸命令:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    An FTP authentication failure occurred while trying to retrieve the URL: %U

    Squid 伺服器替您送出下列檔案傳輸命令:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_FTP_NOT_FOUND squid3-3.1.20/errors/zh-tw/ERR_FTP_NOT_FOUND --- squid3-3.1.19/errors/zh-tw/ERR_FTP_NOT_FOUND 2012-02-05 14:13:38.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_FTP_NOT_FOUND 2012-06-08 14:39:27.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid 伺服器替您送出下列檔案傳輸命令:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following URL could not be retrieved: %U

    Squid 伺服器替您送出下列檔案傳輸命令:

    %f

    The server responded with:

    %F
    %g

    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 %B.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_FTP_PUT_CREATED squid3-3.1.20/errors/zh-tw/ERR_FTP_PUT_CREATED --- squid3-3.1.19/errors/zh-tw/ERR_FTP_PUT_CREATED 2012-02-05 14:13:40.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_FTP_PUT_CREATED 2012-06-08 14:39:30.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    所要求的指令成功地被完成

    檔案已被成功地建立




    \ No newline at end of file + FTP PUT Successful.

    所要求的指令成功地被完成

    檔案已被成功地建立




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_FTP_PUT_ERROR squid3-3.1.20/errors/zh-tw/ERR_FTP_PUT_ERROR --- squid3-3.1.19/errors/zh-tw/ERR_FTP_PUT_ERROR 2012-02-05 14:13:42.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_FTP_PUT_ERROR 2012-06-08 14:39:32.000000000 +0200 @@ -1 +1 @@ - 錯誤: FTP upload failed

    ERROR

    FTP PUT upload failed


    在嘗試傳回下面的網址(URL)時發生檔案傳輸通訊協定錯誤:%U

    Squid 伺服器替您送出下列檔案傳輸命令:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: FTP upload failed

    ERROR

    FTP PUT upload failed


    在嘗試傳回下面的網址(URL)時發生檔案傳輸通訊協定錯誤:%U

    Squid 伺服器替您送出下列檔案傳輸命令:

    %f

    The server responded with:

    %F

    This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_FTP_PUT_MODIFIED squid3-3.1.20/errors/zh-tw/ERR_FTP_PUT_MODIFIED --- squid3-3.1.19/errors/zh-tw/ERR_FTP_PUT_MODIFIED 2012-02-05 14:13:43.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_FTP_PUT_MODIFIED 2012-06-08 14:39:34.000000000 +0200 @@ -1 +1 @@ - FTP PUT Successful.

    所要求的指令成功地被完成

    檔案已被更新了




    \ No newline at end of file + FTP PUT Successful.

    所要求的指令成功地被完成

    檔案已被更新了




    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_FTP_UNAVAILABLE squid3-3.1.20/errors/zh-tw/ERR_FTP_UNAVAILABLE --- squid3-3.1.19/errors/zh-tw/ERR_FTP_UNAVAILABLE 2012-02-05 14:13:45.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_FTP_UNAVAILABLE 2012-06-08 14:39:36.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid 伺服器替您送出下列檔案傳輸命令:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The FTP server was too busy to retrieve the URL: %U

    Squid 伺服器替您送出下列檔案傳輸命令:

    %f

    The server responded with:

    %F
    %g

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_GATEWAY_FAILURE squid3-3.1.20/errors/zh-tw/ERR_GATEWAY_FAILURE --- squid3-3.1.19/errors/zh-tw/ERR_GATEWAY_FAILURE 2012-02-05 14:13:47.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_GATEWAY_FAILURE 2012-06-08 14:39:38.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Gateway Proxy Failure

    A non-recoverable internal failure or configuration problem prevents this request from being completed.

    This may be due to limits established by the Internet Service Provider who operates this cache. Please contact them directly for more information.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_ICAP_FAILURE squid3-3.1.20/errors/zh-tw/ERR_ICAP_FAILURE --- squid3-3.1.19/errors/zh-tw/ERR_ICAP_FAILURE 2012-02-05 14:13:48.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_ICAP_FAILURE 2012-06-08 14:39:40.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    系統回應了下列錯誤訊息:%E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    ICAP protocol error.

    系統回應了下列錯誤訊息:%E

    This means that some aspect of the ICAP communication failed.

    Some possible problems are:

    • The ICAP server is not reachable.

    • An Illegal response was received from the ICAP server.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_INVALID_REQ squid3-3.1.20/errors/zh-tw/ERR_INVALID_REQ --- squid3-3.1.19/errors/zh-tw/ERR_INVALID_REQ 2012-02-05 14:13:50.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_INVALID_REQ 2012-06-08 14:39:43.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • 要求方式遺失或是未知

    • 網站位置遺失

    • HTTP 標準的宣告遺失(HTTP/1.0)

    • 要求命令過長

    • Content-Length missing for POST or PUT requests.

    • 欲連結的主機名稱包含不合法的字元;底線這個字元是不被允許存在的。

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    Invalid Request error was encountered while trying to process the request:

    %R

    Some possible problems are:

    • 要求方式遺失或是未知

    • 網站位置遺失

    • HTTP 標準的宣告遺失(HTTP/1.0)

    • 要求命令過長

    • Content-Length missing for POST or PUT requests.

    • 欲連結的主機名稱包含不合法的字元;底線這個字元是不被允許存在的。

    • HTTP/1.1 Expect: feature is being asked from an HTTP/1.0 software.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_INVALID_RESP squid3-3.1.20/errors/zh-tw/ERR_INVALID_RESP --- squid3-3.1.19/errors/zh-tw/ERR_INVALID_RESP 2012-02-05 14:13:52.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_INVALID_RESP 2012-06-08 14:39:45.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    Invalid Response error was encountered while trying to process the request:

    %R

    The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

    Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_INVALID_URL squid3-3.1.20/errors/zh-tw/ERR_INVALID_URL --- squid3-3.1.19/errors/zh-tw/ERR_INVALID_URL 2012-02-05 14:13:53.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_INVALID_URL 2012-06-08 14:39:47.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    不正確的位置

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • 缺少或不正確的通訊協定宣告(應該是 http:// 或是類似的開頭)

    • 缺少欲連結的主機名稱

    • 不合法的網站連結路徑(缺少 //

    • 欲連結的主機名稱包含不合法的字元;底線這個字元是不被允許存在的。

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    不正確的位置

    Some aspect of the requested URL is incorrect.

    Some possible problems are:

    • 缺少或不正確的通訊協定宣告(應該是 http:// 或是類似的開頭)

    • 缺少欲連結的主機名稱

    • 不合法的網站連結路徑(缺少 //

    • 欲連結的主機名稱包含不合法的字元;底線這個字元是不被允許存在的。

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_LIFETIME_EXP squid3-3.1.20/errors/zh-tw/ERR_LIFETIME_EXP --- squid3-3.1.19/errors/zh-tw/ERR_LIFETIME_EXP 2012-02-05 14:13:55.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_LIFETIME_EXP 2012-06-08 14:39:49.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    超過連線等待時限

    快取伺服器已終止您的連線要求,因為已經超過連線等待時限。

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    超過連線等待時限

    快取伺服器已終止您的連線要求,因為已經超過連線等待時限。

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_NO_RELAY squid3-3.1.20/errors/zh-tw/ERR_NO_RELAY --- squid3-3.1.19/errors/zh-tw/ERR_NO_RELAY 2012-02-05 14:13:57.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_NO_RELAY 2012-06-08 14:39:51.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    不提供 Wais(廣域資訊伺服器)轉接

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    不提供 Wais(廣域資訊伺服器)轉接

    There is no WAIS Relay host defined for this Cache! Yell at the administrator.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_ONLY_IF_CACHED_MISS squid3-3.1.20/errors/zh-tw/ERR_ONLY_IF_CACHED_MISS --- squid3-3.1.19/errors/zh-tw/ERR_ONLY_IF_CACHED_MISS 2012-02-05 14:13:59.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_ONLY_IF_CACHED_MISS 2012-06-08 14:39:53.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    您要求的文件並未存在於本快取伺服器上,而且您設定了 only-if-cached 指令。

    您送出了一個包含 only-if-cached 快取控制指令的連結要求。而文件並未存在快取伺服器中,或者 這個連線要求被 only-if-cached 指令認定是禁用的。

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    您要求的文件並未存在於本快取伺服器上,而且您設定了 only-if-cached 指令。

    您送出了一個包含 only-if-cached 快取控制指令的連結要求。而文件並未存在快取伺服器中,或者 這個連線要求被 only-if-cached 指令認定是禁用的。

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/error-details.txt squid3-3.1.20/errors/zh-tw/error-details.txt --- squid3-3.1.19/errors/zh-tw/error-details.txt 1970-01-01 01:00:00.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/error-details.txt 2012-06-08 14:40:23.000000000 +0200 @@ -0,0 +1,135 @@ +name: SQUID_ERR_SSL_HANDSHAKE +detail: "%ssl_error_descr: %ssl_lib_error" +descr: "Handshake with SSL server failed" + +name: SQUID_X509_V_ERR_DOMAIN_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get issuer certificate" + +name: X509_V_ERR_UNABLE_TO_GET_CRL +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to get certificate CRL" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt certificate's signature" + +name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to decrypt CRL's signature" + +name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY +detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" +descr: "Unable to decode issuer public key" + +name: X509_V_ERR_CERT_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate signature failure" + +name: X509_V_ERR_CRL_SIGNATURE_FAILURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL signature failure" + +name: X509_V_ERR_CERT_NOT_YET_VALID +detail: "SSL Certficate is not valid before: %ssl_notbefore" +descr: "Certificate is not yet valid" + +name: X509_V_ERR_CERT_HAS_EXPIRED +detail: "SSL Certificate expired on: %ssl_notafter" +descr: "Certificate has expired" + +name: X509_V_ERR_CRL_NOT_YET_VALID +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL is not yet valid" + +name: X509_V_ERR_CRL_HAS_EXPIRED +detail: "%ssl_error_descr: %ssl_subject" +descr: "CRL has expired" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD +detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" +descr: "Format error in certificate's notBefore field" + +name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD +detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" +descr: "Format error in certificate's notAfter field" + +name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's lastUpdate field" + +name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD +detail: "%ssl_error_descr: %ssl_subject" +descr: "Format error in CRL's nextUpdate field" + +name: X509_V_ERR_OUT_OF_MEM +detail: "%ssl_error_descr" +descr: "Out of memory" + +name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT +detail: "Self-signed SSL Certificate: %ssl_subject" +descr: "Self signed certificate" + +name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN +detail: "Self-signed SSL Certificate in chain: %ssl_subject" +descr: "Self signed certificate in certificate chain" + +name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY +detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" +descr: "Unable to get local issuer certificate" + +name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unable to verify the first certificate" + +name: X509_V_ERR_CERT_CHAIN_TOO_LONG +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate chain too long" + +name: X509_V_ERR_CERT_REVOKED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate revoked" + +name: X509_V_ERR_INVALID_CA +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Invalid CA certificate" + +name: X509_V_ERR_PATH_LENGTH_EXCEEDED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Path length constraint exceeded" + +name: X509_V_ERR_INVALID_PURPOSE +detail: "%ssl_error_descr: %ssl_subject" +descr: "Unsupported certificate purpose" + +name: X509_V_ERR_CERT_UNTRUSTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate not trusted" + +name: X509_V_ERR_CERT_REJECTED +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate rejected" + +name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Subject issuer mismatch" + +name: X509_V_ERR_AKID_SKID_MISMATCH +detail: "%ssl_error_descr: %ssl_subject" +descr: "Authority and subject key identifier mismatch" + +name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH +detail: "%ssl_error_descr: %ssl_ca_name" +descr: "Authority and issuer serial number mismatch" + +name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN +detail: "%ssl_error_descr: %ssl_subject" +descr: "Key usage does not include certificate signing" + +name: X509_V_ERR_APPLICATION_VERIFICATION +detail: "%ssl_error_descr: %ssl_subject" +descr: "Application verification failure" diff -Nru squid3-3.1.19/errors/zh-tw/ERR_PRECONDITION_FAILED squid3-3.1.20/errors/zh-tw/ERR_PRECONDITION_FAILED --- squid3-3.1.19/errors/zh-tw/ERR_PRECONDITION_FAILED 2012-02-05 14:14:00.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_PRECONDITION_FAILED 2012-06-08 14:39:56.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Precondition Failed.

    This means:

    At least one precondition specified by the HTTP client in the request header has failed.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_READ_ERROR squid3-3.1.20/errors/zh-tw/ERR_READ_ERROR --- squid3-3.1.19/errors/zh-tw/ERR_READ_ERROR 2012-02-05 14:14:02.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_READ_ERROR 2012-06-08 14:39:58.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    讀取錯誤

    系統回應了下列錯誤訊息:%E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    讀取錯誤

    系統回應了下列錯誤訊息:%E

    An error condition occurred while reading data from the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_READ_TIMEOUT squid3-3.1.20/errors/zh-tw/ERR_READ_TIMEOUT --- squid3-3.1.19/errors/zh-tw/ERR_READ_TIMEOUT 2012-02-05 14:14:04.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_READ_TIMEOUT 2012-06-08 14:40:00.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    超過讀取時限

    系統回應了下列錯誤訊息:%E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    超過讀取時限

    系統回應了下列錯誤訊息:%E

    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_SECURE_CONNECT_FAIL squid3-3.1.20/errors/zh-tw/ERR_SECURE_CONNECT_FAIL --- squid3-3.1.19/errors/zh-tw/ERR_SECURE_CONNECT_FAIL 2012-02-05 14:14:06.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_SECURE_CONNECT_FAIL 2012-06-08 14:40:03.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    系統回應了下列錯誤訊息:%E

    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.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Failed to establish a secure connection to %I

    系統回應了下列錯誤訊息:%E

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_SHUTTING_DOWN squid3-3.1.20/errors/zh-tw/ERR_SHUTTING_DOWN --- squid3-3.1.19/errors/zh-tw/ERR_SHUTTING_DOWN 2012-02-05 14:14:07.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_SHUTTING_DOWN 2012-06-08 14:40:07.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_SOCKET_FAILURE squid3-3.1.20/errors/zh-tw/ERR_SOCKET_FAILURE --- squid3-3.1.19/errors/zh-tw/ERR_SOCKET_FAILURE 2012-02-05 14:14:09.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_SOCKET_FAILURE 2012-06-08 14:40:10.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Socket 建立失敗

    系統回應了下列錯誤訊息:%E

    Squid (網路快取程式)無法建立 TCP socket,可能是因為過重的負荷導致這個問題,請重新嘗試一遍您的連結要求。

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    Socket 建立失敗

    系統回應了下列錯誤訊息:%E

    Squid (網路快取程式)無法建立 TCP socket,可能是因為過重的負荷導致這個問題,請重新嘗試一遍您的連結要求。

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_TOO_BIG squid3-3.1.20/errors/zh-tw/ERR_TOO_BIG --- squid3-3.1.19/errors/zh-tw/ERR_TOO_BIG 2012-02-05 14:14:11.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_TOO_BIG 2012-06-08 14:40:12.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    The request or reply is too large.

    If you are making a POST or PUT request, then the item you are trying to upload is too large.

    If you are making a GET request, then the item you are trying to download is too large.

    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.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_UNSUP_HTTPVERSION squid3-3.1.20/errors/zh-tw/ERR_UNSUP_HTTPVERSION --- squid3-3.1.19/errors/zh-tw/ERR_UNSUP_HTTPVERSION 2012-02-05 14:14:12.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_UNSUP_HTTPVERSION 2012-06-08 14:40:14.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    Unsupported HTTP version


    The following error was encountered while trying to retrieve the URL: %U

    Unsupported HTTP version

    This Squid does not accept the HTTP version you are attempting to use.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_UNSUP_REQ squid3-3.1.20/errors/zh-tw/ERR_UNSUP_REQ --- squid3-3.1.19/errors/zh-tw/ERR_UNSUP_REQ 2012-02-05 14:14:14.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_UNSUP_REQ 2012-06-08 14:40:16.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    尚未支援的要求方式或通訊協定

    因為 Squid (網路快取程式)並未支援所有的連結要求方式在各式通訊協定上。比如說,你不能要求一個 GOPHER 的 POST 連結要求。

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    尚未支援的要求方式或通訊協定

    因為 Squid (網路快取程式)並未支援所有的連結要求方式在各式通訊協定上。比如說,你不能要求一個 GOPHER 的 POST 連結要求。

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_URN_RESOLVE squid3-3.1.20/errors/zh-tw/ERR_URN_RESOLVE --- squid3-3.1.19/errors/zh-tw/ERR_URN_RESOLVE 2012-02-05 14:14:16.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_URN_RESOLVE 2012-06-08 14:40:18.000000000 +0200 @@ -1 +1 @@ - 錯誤: The requested URN could not be retrieved

    ERROR

    URN 中的一個網址(URL)無法被傳回


    The following error was encountered while trying to retrieve the URN: %U

    無法解譯 URN

    抱歉!您不能對 URNs 在 %T 上期待太多 :)

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: The requested URN could not be retrieved

    ERROR

    URN 中的一個網址(URL)無法被傳回


    The following error was encountered while trying to retrieve the URN: %U

    無法解譯 URN

    抱歉!您不能對 URNs 在 %T 上期待太多 :)

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_WRITE_ERROR squid3-3.1.20/errors/zh-tw/ERR_WRITE_ERROR --- squid3-3.1.19/errors/zh-tw/ERR_WRITE_ERROR 2012-02-05 14:14:18.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_WRITE_ERROR 2012-06-08 14:40:21.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    寫入錯誤

    系統回應了下列錯誤訊息:%E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    寫入錯誤

    系統回應了下列錯誤訊息:%E

    An error condition occurred while writing to the network. Please retry your request.

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/errors/zh-tw/ERR_ZERO_SIZE_OBJECT squid3-3.1.20/errors/zh-tw/ERR_ZERO_SIZE_OBJECT --- squid3-3.1.19/errors/zh-tw/ERR_ZERO_SIZE_OBJECT 2012-02-05 14:14:19.000000000 +0100 +++ squid3-3.1.20/errors/zh-tw/ERR_ZERO_SIZE_OBJECT 2012-06-08 14:40:23.000000000 +0200 @@ -1 +1 @@ - 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    大小為零的資料回應

    您的此次連線要求,Squid(網路快取程式)並未自欲連結的網站伺服器接收到任何資料。

    Your cache administrator is %w.



    \ No newline at end of file + 錯誤: 欲連結之網址(URL)無法正確的傳回

    ERROR

    The requested URL could not be retrieved


    The following error was encountered while trying to retrieve the URL: %U

    大小為零的資料回應

    您的此次連線要求,Squid(網路快取程式)並未自欲連結的網站伺服器接收到任何資料。

    Your cache administrator is %w.



    \ No newline at end of file diff -Nru squid3-3.1.19/include/util.h squid3-3.1.20/include/util.h --- squid3-3.1.19/include/util.h 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/include/util.h 2012-06-08 13:20:21.000000000 +0200 @@ -81,7 +81,7 @@ * for the extern version in squid */ #ifndef _SQUID_EXTERNNEW_ -#ifdef __GNUC_STDC_INLINE__ +#if defined(__GNUC_STDC_INLINE__) || defined(__GNUC_GNU_INLINE__) #define _SQUID_EXTERNNEW_ extern inline __attribute__((gnu_inline)) #else #define _SQUID_EXTERNNEW_ extern inline diff -Nru squid3-3.1.19/include/version.h squid3-3.1.20/include/version.h --- squid3-3.1.19/include/version.h 2012-02-05 12:56:56.000000000 +0100 +++ squid3-3.1.20/include/version.h 2012-06-08 13:25:18.000000000 +0200 @@ -9,7 +9,7 @@ */ #ifndef SQUID_RELEASE_TIME -#define SQUID_RELEASE_TIME 1328442684 +#define SQUID_RELEASE_TIME 1339154416 #endif #ifndef APP_SHORTNAME diff -Nru squid3-3.1.19/RELEASENOTES.html squid3-3.1.20/RELEASENOTES.html --- squid3-3.1.19/RELEASENOTES.html 2012-02-05 14:18:34.000000000 +0100 +++ squid3-3.1.20/RELEASENOTES.html 2012-06-08 14:40:45.000000000 +0200 @@ -2,10 +2,10 @@ - Squid 3.1.19 release notes + Squid 3.1.20 release notes -

    Squid 3.1.19 release notes

    +

    Squid 3.1.20 release notes

    Squid Developers


    @@ -71,7 +71,7 @@

    1. Notice

    -

    The Squid Team are pleased to announce the release of Squid-3.1.19

    +

    The Squid Team are pleased to announce the release of Squid-3.1.20

    This new release is available for download from http://www.squid-cache.org/Versions/v3/3.1/ or the mirrors.

    @@ -1280,13 +1280,12 @@
    external_acl_type

    New options 'ipv4' and 'ipv6' are added to set the IPv4/v6 protocol between Squid and its helpers. -Please be aware of some limits to these options. These options only affet the transport protocol used +Please be aware of some limits to these options. These options only affect the transport protocol used to send data to and from the helpers. Squid in IPv6-mode may still send %SRC addresses in IPv4 or IPv6 format, so all helpers will need to be checked and converted to cope with such information cleanly.

    -          ipv4 / ipv6   IP-mode used to communicate to this helper.
    -                        For compatability with older configurations and helpers
    -                        the default is 'ipv4'.
    +          ipv4 / ipv6   IP protocol used to communicate with this helper.
    +                        The default is to auto-detect IPv6 and use it when available.
             
     

    diff -Nru squid3-3.1.19/src/cache_cf.cc squid3-3.1.20/src/cache_cf.cc --- squid3-3.1.19/src/cache_cf.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/cache_cf.cc 2012-06-08 13:20:21.000000000 +0200 @@ -1123,14 +1123,14 @@ return; } - if (!strcmp(token,"any_addr")) { + if (!strcmp(token,"any_addr")) addr->SetAnyAddr(); - (void) 0; - } else if ( (!strcmp(token,"no_addr")) || (!strcmp(token,"full_mask")) ) { + else if ( (!strcmp(token,"no_addr")) || (!strcmp(token,"full_mask")) ) addr->SetNoAddr(); + else if ( (*addr = token) ) // try parse numeric/IPA (void) 0; - } else - *addr = token; + else + addr->GetHostByName(token); // dont use ipcache } static void diff -Nru squid3-3.1.19/src/cf.data.pre squid3-3.1.20/src/cf.data.pre --- squid3-3.1.19/src/cf.data.pre 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/cf.data.pre 2012-06-08 13:20:21.000000000 +0200 @@ -455,9 +455,8 @@ cached entry should be initiated without needing to wait for a new reply. (default 0 for no grace period) protocol=2.5 Compatibility mode for Squid-2.5 external acl helpers - ipv4 / ipv6 IP-mode used to communicate to this helper. - For compatability with older configurations and helpers - the default is currently 'ipv4'. + ipv4 / ipv6 IP protocol used to communicate with this helper. + The default is to auto-detect IPv6 and use it when available. FORMAT specifications @@ -4113,7 +4112,7 @@ LOC: Config.Timeout.request DEFAULT: 5 minutes DOC_START - How long to wait for an HTTP request after initial + How long to wait for complete HTTP request headers after initial connection establishment. DOC_END diff -Nru squid3-3.1.19/src/ClientRequestContext.h squid3-3.1.20/src/ClientRequestContext.h --- squid3-3.1.19/src/ClientRequestContext.h 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/ClientRequestContext.h 2012-06-08 13:20:21.000000000 +0200 @@ -60,6 +60,7 @@ bool redirect_done; bool no_cache_done; bool interpreted_req_hdrs; + bool clientside_tos_done; #if USE_SSL bool sslBumpCheckDone; #endif diff -Nru squid3-3.1.19/src/client_side.cc squid3-3.1.20/src/client_side.cc --- squid3-3.1.19/src/client_side.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/client_side.cc 2012-06-08 13:20:21.000000000 +0200 @@ -3161,7 +3161,7 @@ typedef CommCbMemFunT TimeoutDialer; AsyncCall::Pointer timeoutCall = JobCallback(33, 5, TimeoutDialer, connState, ConnStateData::requestTimeout); - commSetTimeout(newfd, Config.Timeout.read, timeoutCall); + commSetTimeout(newfd, Config.Timeout.request, timeoutCall); #if USE_IDENT if (Ident::TheConfig.identLookup) { diff -Nru squid3-3.1.19/src/client_side_request.cc squid3-3.1.20/src/client_side_request.cc --- squid3-3.1.19/src/client_side_request.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/client_side_request.cc 2012-06-08 13:20:21.000000000 +0200 @@ -1370,6 +1370,18 @@ } } + if (!calloutContext->clientside_tos_done) { + calloutContext->clientside_tos_done = true; + if (getConn() != NULL) { + ACLFilledChecklist ch(NULL, request, NULL); + ch.src_addr = request->client_addr; + ch.my_addr = request->my_addr; + int tos = aclMapTOS(Config.accessList.clientside_tos, &ch); + if (tos) + comm_set_tos(getConn()->fd, tos); + } + } + #if USE_SSL if (!calloutContext->sslBumpCheckDone) { calloutContext->sslBumpCheckDone = true; @@ -1492,10 +1504,7 @@ assert(adaptedBodySource != NULL); if (size_t contentSize = adaptedBodySource->buf().contentSize()) { - // XXX: entry->bytesWanted returns contentSize-1 if entry can accept data. - // We have to add 1 to avoid suspending forever. - const size_t bytesWanted = storeEntry()->bytesWanted(Range(0,contentSize)); - const size_t spaceAvailable = bytesWanted > 0 ? (bytesWanted + 1) : 0; + const size_t spaceAvailable = storeEntry()->bytesWanted(Range(0,contentSize)); if (spaceAvailable < contentSize ) { // No or partial body data consuming @@ -1505,8 +1514,7 @@ storeEntry()->deferProducer(call); } - // XXX: bytesWanted API does not allow us to write just one byte! - if (!spaceAvailable && contentSize > 1) + if (!spaceAvailable) return; if (spaceAvailable < contentSize ) diff -Nru squid3-3.1.19/src/dnsserver.cc squid3-3.1.20/src/dnsserver.cc --- squid3-3.1.19/src/dnsserver.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/dnsserver.cc 2012-06-08 13:20:21.000000000 +0200 @@ -214,8 +214,10 @@ const bool isDomain = (getaddrinfo(buf,NULL,&hints,&AI) != 0); // reset for real lookup - freeaddrinfo(AI); - AI = NULL; + if (AI != NULL) { + freeaddrinfo(AI); + AI = NULL; + } // resolve the address/name memset(&hints, '\0', sizeof(struct addrinfo)); @@ -351,7 +353,8 @@ printf("$fail A system error occured looking up Domain/IP '%s': %s.\n", buf, xgai_strerror(res)); } - xfreeaddrinfo(AI); + if (AI != NULL) + xfreeaddrinfo(AI); } /** @@ -452,7 +455,8 @@ fprintf(stderr, "IPv6 nameservers not supported on this resolver\n"); #endif } - freeaddrinfo(AI); + if (AI != NULL) + freeaddrinfo(AI); #else /* !HAVE_RES_INIT || !defined(_SQUID_RES_NSADDR_LIST) */ diff -Nru squid3-3.1.19/src/enums.h squid3-3.1.20/src/enums.h --- squid3-3.1.19/src/enums.h 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/enums.h 2012-06-08 13:20:21.000000000 +0200 @@ -250,6 +250,8 @@ PROTO_NONE, PROTO_HTTP, PROTO_FTP, + PROTO_COAP, + PROTO_COAPS, PROTO_GOPHER, PROTO_WAIS, PROTO_CACHEOBJ, diff -Nru squid3-3.1.19/src/errorpage.cc squid3-3.1.20/src/errorpage.cc --- squid3-3.1.19/src/errorpage.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/errorpage.cc 2012-06-08 13:20:21.000000000 +0200 @@ -511,6 +511,7 @@ #if USE_SSL delete err->detail; #endif + err->dnsError.clean(); cbdataFree(err); } @@ -616,6 +617,12 @@ break; + case 'b': + // NP: dynamic location of proxy-port not supported on 3.1 + // display the generic well-known port instead + p = "3128"; + break; + case 'B': p = request ? ftpUrlWith2f(request) : "[no URL]"; @@ -770,7 +777,7 @@ SQUIDSTRINGPRINT(urlpath_or_slash), request->http_ver.major, request->http_ver.minor); packerToMemInit(&pck, &mb); - request->header.packInto(&pck); + request->header.packInto(&pck, true); //hide authorization data packerClean(&pck); } else if (request_hdrs) { p = request_hdrs; @@ -836,6 +843,10 @@ break; + case 'x': + p = "[Not Available]"; // not supported by 3.1 + break; + case 'z': if (dnsError.size() > 0) p = dnsError.termedBuf(); diff -Nru squid3-3.1.19/src/helper.cc squid3-3.1.20/src/helper.cc --- squid3-3.1.19/src/helper.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/helper.cc 2012-06-08 13:20:21.000000000 +0200 @@ -1,3 +1,4 @@ + /* * $Id$ * @@ -43,10 +44,18 @@ #define HELPER_MAX_ARGS 64 -/* size of helper read buffer (maximum?). no reason given for this size */ -/* though it has been seen to be too short for some requests */ -/* it is dynamic, so increasng should not have side effects */ -#define BUF_8KB 8192 + +/** Initial Squid input buffer size. Helper responses may exceed this, and + * Squid will grow the input buffer as needed, up to ReadBufMaxSize. + */ +const size_t ReadBufMinSize(4*1024); + +/** Maximum safe size of a helper-to-Squid response message plus one. + * Squid will warn and close the stream if a helper sends a too-big response. + * ssl_crtd helper is known to produce responses of at least 10KB in size. + * Some undocumented helpers are known to produce responses exceeding 8KB. + */ +const size_t ReadBufMaxSize(32*1024); static IOCB helperHandleRead; static IOCB helperStatefulHandleRead; @@ -150,7 +159,7 @@ srv->addr = hlp->addr; srv->rfd = rfd; srv->wfd = wfd; - srv->rbuf = (char *)memAllocBuf(BUF_8KB, &srv->rbuf_sz); + srv->rbuf = (char *)memAllocBuf(ReadBufMinSize, &srv->rbuf_sz); srv->wqueue = new MemBuf; srv->roffset = 0; srv->requests = (helper_request **)xcalloc(hlp->concurrency ? hlp->concurrency : 1, sizeof(*srv->requests)); @@ -262,7 +271,7 @@ srv->addr = hlp->addr; srv->rfd = rfd; srv->wfd = wfd; - srv->rbuf = (char *)memAllocBuf(BUF_8KB, &srv->rbuf_sz); + srv->rbuf = (char *)memAllocBuf(ReadBufMinSize, &srv->rbuf_sz); srv->roffset = 0; srv->parent = cbdataReference(hlp); @@ -948,8 +957,48 @@ helperReturnBuffer(i, srv, hlp, msg, t); } - if (srv->rfd != -1) - comm_read(fd, srv->rbuf + srv->roffset, srv->rbuf_sz - srv->roffset - 1, helperHandleRead, srv); + if (srv->rfd != -1) { + int spaceSize = srv->rbuf_sz - srv->roffset - 1; + assert(spaceSize >= 0); + + // grow the input buffer if needed and possible + if (!spaceSize && srv->rbuf_sz + 4096 <= ReadBufMaxSize) { + srv->rbuf = (char *)memReallocBuf(srv->rbuf, srv->rbuf_sz + 4096, &srv->rbuf_sz); + debugs(84, 3, HERE << "Grew read buffer to " << srv->rbuf_sz); + spaceSize = srv->rbuf_sz - srv->roffset - 1; + assert(spaceSize >= 0); + } + + // quit reading if there is no space left + if (!spaceSize) { + debugs(84, DBG_IMPORTANT, "ERROR: Disconnecting from a " << + "helper that overflowed " << srv->rbuf_sz << "-byte " << + "Squid input buffer: " << hlp->id_name << " #" << + (srv->index + 1)); + + int wfd = srv->wfd; + srv->wfd = -1; + if (srv->rfd == wfd) + srv->rfd = -1; + srv->flags.closing=1; + comm_close(wfd); + +#if _SQUID_MSWIN_ + if (srv->hIpc) { + if (WaitForSingleObject(srv->hIpc, 5000) != WAIT_OBJECT_0) { + getCurrentTime(); + debugs(84, 1, "helperShutdown: WARNING: " << hlp->id_name << + " #" << no << " (" << hlp->cmdline->key << "," << + (long int)srv->pid << ") didn't exit in 5 seconds"); + } + CloseHandle(srv->hIpc); + } +#endif + return; + } + + comm_read(fd, srv->rbuf + srv->roffset, spaceSize, helperHandleRead, srv); + } } static void @@ -1025,9 +1074,47 @@ helperStatefulReleaseServer(srv); } - if (srv->rfd != -1) - comm_read(srv->rfd, srv->rbuf + srv->roffset, srv->rbuf_sz - srv->roffset - 1, - helperStatefulHandleRead, srv); + if (srv->rfd != -1) { + int spaceSize = srv->rbuf_sz - srv->roffset - 1; + assert(spaceSize >= 0); + + // grow the input buffer if needed and possible + if (!spaceSize && srv->rbuf_sz + 4096 <= ReadBufMaxSize) { + srv->rbuf = (char *)memReallocBuf(srv->rbuf, srv->rbuf_sz + 4096, &srv->rbuf_sz); + debugs(84, 3, HERE << "Grew read buffer to " << srv->rbuf_sz); + spaceSize = srv->rbuf_sz - srv->roffset - 1; + assert(spaceSize >= 0); + } + + // quit reading if there is no space left + if (!spaceSize) { + debugs(84, DBG_IMPORTANT, "ERROR: Disconnecting from a " << + "helper that overflowed " << srv->rbuf_sz << "-byte " << + "Squid input buffer: " << hlp->id_name << " #" << + (srv->index + 1)); + int wfd = srv->wfd; + srv->wfd = -1; + if (srv->rfd == wfd) + srv->rfd = -1; + srv->flags.closing=1; + comm_close(wfd); + +#if _SQUID_MSWIN_ + if (srv->hIpc) { + if (WaitForSingleObject(srv->hIpc, 5000) != WAIT_OBJECT_0) { + getCurrentTime(); + debugs(84, 1, "helperShutdown: WARNING: " << hlp->id_name << + " #" << no << " (" << hlp->cmdline->key << "," << + (long int)srv->pid << ") didn't exit in 5 seconds"); + } + CloseHandle(srv->hIpc); + } +#endif + return; + } + + comm_read(srv->rfd, srv->rbuf + srv->roffset, spaceSize, helperStatefulHandleRead, srv); + } } static void diff -Nru squid3-3.1.19/src/HttpHeader.cc squid3-3.1.20/src/HttpHeader.cc --- squid3-3.1.19/src/HttpHeader.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/HttpHeader.cc 2012-06-08 13:20:21.000000000 +0200 @@ -663,16 +663,29 @@ /* packs all the entries using supplied packer */ void -HttpHeader::packInto(Packer * p) const +HttpHeader::packInto(Packer * p, bool mask_sensitive_info) const { HttpHeaderPos pos = HttpHeaderInitPos; const HttpHeaderEntry *e; assert(p); debugs(55, 7, "packing hdr: (" << this << ")"); /* pack all entries one by one */ - while ((e = getEntry(&pos))) - e->packInto(p); - + while ((e = getEntry(&pos))) { + if (!mask_sensitive_info) { + e->packInto(p); + continue; + } + switch (e->id) { + case HDR_AUTHORIZATION: + case HDR_PROXY_AUTHORIZATION: + packerAppend(p, e->name.rawBuf(), e->name.size()); + packerAppend(p, ": ** NOT DISPLAYED **\r\n", 23); + break; + default: + e->packInto(p); + break; + } + } /* Pack in the "special" entries */ /* Cache-Control */ diff -Nru squid3-3.1.19/src/HttpHeader.h squid3-3.1.20/src/HttpHeader.h --- squid3-3.1.19/src/HttpHeader.h 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/HttpHeader.h 2012-06-08 13:20:21.000000000 +0200 @@ -215,7 +215,7 @@ void compact(); int reset(); int parse(const char *header_start, const char *header_end); - void packInto(Packer * p) const; + void packInto(Packer * p, bool mask_sensitive_info=false) const; HttpHeaderEntry *getEntry(HttpHeaderPos * pos) const; HttpHeaderEntry *findEntry(http_hdr_type id) const; int delByName(const char *name); diff -Nru squid3-3.1.19/src/main.cc squid3-3.1.20/src/main.cc --- squid3-3.1.19/src/main.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/main.cc 2012-06-08 13:20:21.000000000 +0200 @@ -1808,6 +1808,9 @@ } #endif + // clear StoreController + Store::Root(NULL); + fdDumpOpen(); comm_exit(); diff -Nru squid3-3.1.19/src/Makefile.am squid3-3.1.20/src/Makefile.am --- squid3-3.1.19/src/Makefile.am 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/Makefile.am 2012-06-08 13:20:21.000000000 +0200 @@ -565,8 +565,9 @@ ## dnsserver is a standalone helper. Do not link to any internal libraries dnsserver_SOURCES = dnsserver.cc -## SquidNew.cc tests/stub_debug.cc test_tools.cc time.cc -dnsserver_LDADD = $(COMPAT_LIB) +dnsserver_LDADD = \ + $(COMPAT_LIB) \ + $(XTRA_LIBS) ## What requires what.. ## many things want ACLChecklist.cc diff -Nru squid3-3.1.19/src/Makefile.in squid3-3.1.20/src/Makefile.in --- squid3-3.1.19/src/Makefile.in 2012-02-05 12:55:16.000000000 +0100 +++ squid3-3.1.20/src/Makefile.in 2012-06-08 13:23:59.000000000 +0200 @@ -153,7 +153,7 @@ cf_gen_DEPENDENCIES = am_dnsserver_OBJECTS = dnsserver.$(OBJEXT) dnsserver_OBJECTS = $(am_dnsserver_OBJECTS) -dnsserver_DEPENDENCIES = +dnsserver_DEPENDENCIES = $(am__DEPENDENCIES_1) am_recv_announce_OBJECTS = recv-announce.$(OBJEXT) SquidNew.$(OBJEXT) recv_announce_OBJECTS = $(am_recv_announce_OBJECTS) recv_announce_LDADD = $(LDADD) @@ -1911,7 +1911,10 @@ unlinkd_SOURCES = unlinkd_daemon.cc SquidNew.cc recv_announce_SOURCES = recv-announce.cc SquidNew.cc dnsserver_SOURCES = dnsserver.cc -dnsserver_LDADD = $(COMPAT_LIB) +dnsserver_LDADD = \ + $(COMPAT_LIB) \ + $(XTRA_LIBS) + ufsdump_SOURCES = \ ClientInfo.h \ cbdata.h \ diff -Nru squid3-3.1.19/src/Server.cc squid3-3.1.20/src/Server.cc --- squid3-3.1.19/src/Server.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/Server.cc 2012-06-08 13:20:21.000000000 +0200 @@ -721,10 +721,7 @@ if (!contentSize) return; // XXX: bytesWanted asserts on zero-size ranges - // XXX: entry->bytesWanted returns contentSize-1 if entry can accept data. - // We have to add 1 to avoid suspending forever. - const size_t bytesWanted = entry->bytesWanted(Range(0, contentSize)); - const size_t spaceAvailable = bytesWanted > 0 ? (bytesWanted + 1) : 0; + const size_t spaceAvailable = entry->bytesWanted(Range(0, contentSize)); if (spaceAvailable < contentSize ) { // No or partial body data consuming @@ -734,8 +731,7 @@ entry->deferProducer(call); } - // XXX: bytesWanted API does not allow us to write just one byte! - if (!spaceAvailable && contentSize > 1) { + if (!spaceAvailable) { debugs(11, 5, HERE << "NOT storing " << contentSize << " bytes of adapted " << "response body at offset " << adaptedBodySource->consumedSize()); return; diff -Nru squid3-3.1.19/src/ssl/certificate_db.h squid3-3.1.20/src/ssl/certificate_db.h --- squid3-3.1.19/src/ssl/certificate_db.h 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/ssl/certificate_db.h 2012-06-08 13:20:21.000000000 +0200 @@ -6,7 +6,6 @@ #define SQUID_SSL_CERTIFICATE_DB_H #include "ssl/gadgets.h" -#include "ssl_support.h" #if HAVE_STRING #include #endif diff -Nru squid3-3.1.19/src/ssl/Makefile.am squid3-3.1.20/src/ssl/Makefile.am --- squid3-3.1.19/src/ssl/Makefile.am 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/ssl/Makefile.am 2012-06-08 13:20:21.000000000 +0200 @@ -16,20 +16,23 @@ SSL_CRTD_SOURCE = endif +## SSL stuff used by main Squid but not by ssl_crtd libsslsquid_la_SOURCES = \ context_storage.cc \ context_storage.h \ Config.cc \ Config.h \ ErrorDetail.cc \ - ErrorDetail.h + ErrorDetail.h \ + \ + $(SSL_CRTD_SOURCE) +## SSL stuff used by main Squid and ssl_crtd libsslutil_la_SOURCES = \ gadgets.cc \ gadgets.h \ crtd_message.cc \ - crtd_message.h \ - $(SSL_CRTD_SOURCE) + crtd_message.h libexec_PROGRAMS = \ $(SSL_CRTD) diff -Nru squid3-3.1.19/src/ssl/Makefile.in squid3-3.1.20/src/ssl/Makefile.in --- squid3-3.1.19/src/ssl/Makefile.in 2012-02-05 12:55:26.000000000 +0100 +++ squid3-3.1.20/src/ssl/Makefile.in 2012-06-08 13:24:15.000000000 +0200 @@ -53,14 +53,15 @@ CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libsslsquid_la_LIBADD = +am__libsslsquid_la_SOURCES_DIST = context_storage.cc context_storage.h \ + Config.cc Config.h ErrorDetail.cc ErrorDetail.h helper.cc \ + helper.h +@USE_SSL_CRTD_TRUE@am__objects_1 = helper.lo am_libsslsquid_la_OBJECTS = context_storage.lo Config.lo \ - ErrorDetail.lo + ErrorDetail.lo $(am__objects_1) libsslsquid_la_OBJECTS = $(am_libsslsquid_la_OBJECTS) libsslutil_la_LIBADD = -am__libsslutil_la_SOURCES_DIST = gadgets.cc gadgets.h crtd_message.cc \ - crtd_message.h helper.cc helper.h -@USE_SSL_CRTD_TRUE@am__objects_1 = helper.lo -am_libsslutil_la_OBJECTS = gadgets.lo crtd_message.lo $(am__objects_1) +am_libsslutil_la_OBJECTS = gadgets.lo crtd_message.lo libsslutil_la_OBJECTS = $(am_libsslutil_la_OBJECTS) @USE_SSL_CRTD_TRUE@am__EXEEXT_1 = ssl_crtd$(EXEEXT) am__installdirs = "$(DESTDIR)$(libexecdir)" @@ -98,8 +99,8 @@ $(LDFLAGS) -o $@ SOURCES = $(libsslsquid_la_SOURCES) $(libsslutil_la_SOURCES) \ $(ssl_crtd_SOURCES) -DIST_SOURCES = $(libsslsquid_la_SOURCES) \ - $(am__libsslutil_la_SOURCES_DIST) $(am__ssl_crtd_SOURCES_DIST) +DIST_SOURCES = $(am__libsslsquid_la_SOURCES_DIST) \ + $(libsslutil_la_SOURCES) $(am__ssl_crtd_SOURCES_DIST) ETAGS = etags CTAGS = ctags am__tty_colors = \ @@ -322,14 +323,15 @@ Config.cc \ Config.h \ ErrorDetail.cc \ - ErrorDetail.h + ErrorDetail.h \ + \ + $(SSL_CRTD_SOURCE) libsslutil_la_SOURCES = \ gadgets.cc \ gadgets.h \ crtd_message.cc \ - crtd_message.h \ - $(SSL_CRTD_SOURCE) + crtd_message.h @USE_SSL_CRTD_TRUE@ssl_crtd_SOURCES = ssl_crtd.cc certificate_db.cc certificate_db.h @USE_SSL_CRTD_TRUE@ssl_crtd_LDADD = $(SSLLIB) -lsslutil ../../compat/libcompat.la ../../lib/libmiscutil.a diff -Nru squid3-3.1.19/src/store.cc squid3-3.1.20/src/store.cc --- squid3-3.1.19/src/store.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/store.cc 2012-06-08 13:20:21.000000000 +0200 @@ -259,10 +259,8 @@ size_t StoreEntry::bytesWanted (Range const aRange) const { - assert (aRange.size()); - if (mem_obj == NULL) - return aRange.end - 1; + return aRange.end; #if URL_CHECKSUM_DEBUG @@ -272,12 +270,12 @@ /* Always read *something* here - we haven't got the header yet */ if (EBIT_TEST(flags, ENTRY_FWD_HDR_WAIT)) - return aRange.end - 1; + return aRange.end; if (!mem_obj->readAheadPolicyCanRead()) return 0; - return mem_obj->mostBytesWanted(aRange.end - 1); + return mem_obj->mostBytesWanted(aRange.end); } bool diff -Nru squid3-3.1.19/src/Store.h squid3-3.1.20/src/Store.h --- squid3-3.1.19/src/Store.h 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/Store.h 2012-06-08 13:20:21.000000000 +0200 @@ -224,7 +224,7 @@ bool isEmpty () const {return true;} - virtual size_t bytesWanted(Range const aRange) const { assert (aRange.size()); return aRange.end - 1;} + virtual size_t bytesWanted(Range const aRange) const { return aRange.end; } void operator delete(void *address); void complete() {} diff -Nru squid3-3.1.19/src/tunnel.cc squid3-3.1.20/src/tunnel.cc --- squid3-3.1.19/src/tunnel.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/tunnel.cc 2012-06-08 13:20:21.000000000 +0200 @@ -542,7 +542,7 @@ if (!fd_closed(tunnelState->client.fd())) comm_close(tunnelState->client.fd()); - if (fd_closed(tunnelState->server.fd())) + if (!fd_closed(tunnelState->server.fd())) comm_close(tunnelState->server.fd()); cbdataInternalUnlock(tunnelState); diff -Nru squid3-3.1.19/src/url.cc squid3-3.1.20/src/url.cc --- squid3-3.1.19/src/url.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/url.cc 2012-06-08 13:20:21.000000000 +0200 @@ -124,6 +124,12 @@ if (strncasecmp(b, "file", len) == 0) return PROTO_FTP; + if (strncasecmp(b, "coap", len) == 0) + return PROTO_COAP; + + if (strncasecmp(b, "coaps", len) == 0) + return PROTO_COAPS; + if (strncasecmp(b, "gopher", len) == 0) return PROTO_GOPHER; @@ -159,6 +165,12 @@ case PROTO_FTP: return 21; + case PROTO_COAP: + case PROTO_COAPS: + // coaps:// default is TBA as of draft-ietf-core-coap-08. + // Assuming IANA policy of allocating same port for base and TLS protocol versions will occur. + return 5683; + case PROTO_GOPHER: return 70; @@ -255,8 +267,10 @@ src += 3; /* Then everything until first /; thats host (and port; which we'll look for here later) */ - /* bug 1881: If we don't get a "/" then we imply it was there */ - for (dst = host; i < l && *src != '/' && *src != '\0'; i++, src++, dst++) { + // bug 1881: If we don't get a "/" then we imply it was there + // bug 3074: We could just be given a "?" or "#". These also imply "/" + // bug 3233: whitespace is also a hostname delimiter. + for (dst = host; i < l && *src != '/' && *src != '?' && *src != '#' && *src != '\0' && !xisspace(*src); i++, src++, dst++) { *dst = *src; } @@ -269,8 +283,15 @@ return NULL; *dst = '\0'; + // bug 3074: received 'path' starting with '?', '#', or '\0' implies '/' + if (*src == '?' || *src == '#' || *src == '\0') { + urlpath[0] = '/'; + dst = &urlpath[1]; + } else { + dst = urlpath; + } /* Then everything from / (inclusive) until \r\n or \0 - thats urlpath */ - for (dst = urlpath; i < l && *src != '\r' && *src != '\n' && *src != '\0'; i++, src++, dst++) { + for (; i < l && *src != '\r' && *src != '\n' && *src != '\0'; i++, src++, dst++) { *dst = *src; } diff -Nru squid3-3.1.19/src/URLScheme.cc squid3-3.1.20/src/URLScheme.cc --- squid3-3.1.19/src/URLScheme.cc 2012-02-05 12:51:32.000000000 +0100 +++ squid3-3.1.20/src/URLScheme.cc 2012-06-08 13:20:21.000000000 +0200 @@ -41,6 +41,8 @@ "NONE", "http", "ftp", + "coap", + "coaps", "gopher", "wais", "cache_object",