diff -u -r -N squid-3.1.12.1/ChangeLog squid-3.1.12.2/ChangeLog --- squid-3.1.12.1/ChangeLog 2011-04-19 17:27:09.000000000 +1200 +++ squid-3.1.12.2/ChangeLog 2011-05-31 16:26:25.000000000 +1200 @@ -1,3 +1,23 @@ +Changes to squid-3.1.12.2 (30 May 2011): + + - Bug 3226: Tags from external ACLs do not correctly expire + - Bug 3215: Malformed IPv6 DNS reverse lookup + - Bug 3209: ssl-bumped requests forwarded unencrypted to the parent proxies/caches + - Bug 3205: SSL-bump starts then hangs + - Bug 3178: gcc-4.6 complains unused variables + - Bug 3122: Unknown record type in WCCPv2 Packet (6) + - Bug 2965 (partial): Compile errors on MinGW + - Fix to only ssl-bump CONNECT requests if they are about to be tunneled + - Fix cache manager display of -i/+i in regex ACL config display + - Fix cache manager display of cache_peer options userhash and sourcehash + - Fix URL re-writer loosing many transaction details + - Fix always-true comparison in ICAP for some 32-bit platforms + - Support for 'slow' group ACLs in ssl_bump access control + - Support OpenSSL 1.0.0 built without SSLv2 + - Support GCC 4.6 and binutils-gold + - Add CSS id attribute to BODY tag of generated error pages. + - Display WARNING and ERROR when max_filedescriptors has failed + Changes to squid-3.1.12.1 (19 Apr 2011): - Port from 3.2: Dynamic SSL Certificate generation diff -u -r -N squid-3.1.12.1/compat/os/mswin.h squid-3.1.12.2/compat/os/mswin.h --- squid-3.1.12.1/compat/os/mswin.h 2011-04-19 17:27:09.000000000 +1200 +++ squid-3.1.12.2/compat/os/mswin.h 2011-05-31 16:26:25.000000000 +1200 @@ -286,6 +286,9 @@ #ifndef EAFNOSUPPORT #define EAFNOSUPPORT WSAEAFNOSUPPORT #endif +#ifndef ENETUNREACH +#define ENETUNREACH WSAENETUNREACH +#endif #undef h_errno #define h_errno errno /* we'll set it ourselves */ diff -u -r -N squid-3.1.12.1/configure squid-3.1.12.2/configure --- squid-3.1.12.1/configure 2011-04-19 17:28:35.000000000 +1200 +++ squid-3.1.12.2/configure 2011-05-31 16:27:39.000000000 +1200 @@ -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.12.1. +# Generated by GNU Autoconf 2.68 for Squid Web Proxy 3.1.12.2. # # Report bugs to . # @@ -575,8 +575,8 @@ # Identity of this package. PACKAGE_NAME='Squid Web Proxy' PACKAGE_TARNAME='squid' -PACKAGE_VERSION='3.1.12.1' -PACKAGE_STRING='Squid Web Proxy 3.1.12.1' +PACKAGE_VERSION='3.1.12.2' +PACKAGE_STRING='Squid Web Proxy 3.1.12.2' PACKAGE_BUGREPORT='http://www.squid-cache.org/bugs/' PACKAGE_URL='' @@ -1539,7 +1539,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.12.1 to adapt to many kinds of systems. +\`configure' configures Squid Web Proxy 3.1.12.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1609,7 +1609,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Squid Web Proxy 3.1.12.1:";; + short | recursive ) echo "Configuration of Squid Web Proxy 3.1.12.2:";; esac cat <<\_ACEOF @@ -1940,7 +1940,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Squid Web Proxy configure 3.1.12.1 +Squid Web Proxy configure 3.1.12.2 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2951,7 +2951,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.12.1, which was +It was created by Squid Web Proxy $as_me 3.1.12.2, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3770,7 +3770,7 @@ # Define the identity of the package. PACKAGE='squid' - VERSION='3.1.12.1' + VERSION='3.1.12.2' cat >>confdefs.h <<_ACEOF @@ -23626,6 +23626,39 @@ _ACEOF +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5 +$as_echo_n "checking size of size_t... " >&6; } +if ${ac_cv_sizeof_size_t+:} false; then : + $as_echo_n "(cached) " >&6 +else + if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t" "$ac_includes_default"; then : + +else + if test "$ac_cv_type_size_t" = yes; then + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "cannot compute sizeof (size_t) +See \`config.log' for more details" "$LINENO" 5; } + else + ac_cv_sizeof_size_t=0 + fi +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5 +$as_echo "$ac_cv_sizeof_size_t" >&6; } + + + +cat >>confdefs.h <<_ACEOF +#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t +_ACEOF + + ac_fn_cxx_check_type "$LINENO" "pad128_t" "ac_cv_type_pad128_t" " /* What a mess.. many systems have added the (now standard) bit types @@ -28102,7 +28135,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.12.1, which was +This file was extended by Squid Web Proxy $as_me 3.1.12.2, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -28168,7 +28201,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.12.1 +Squid Web Proxy config.status 3.1.12.2 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -u -r -N squid-3.1.12.1/configure.ac squid-3.1.12.2/configure.ac --- squid-3.1.12.1/configure.ac 2011-04-19 17:28:34.000000000 +1200 +++ squid-3.1.12.2/configure.ac 2011-05-31 16:27:39.000000000 +1200 @@ -2,7 +2,7 @@ dnl dnl $Id$ dnl -AC_INIT([Squid Web Proxy],[3.1.12.1],[http://www.squid-cache.org/bugs/],[squid]) +AC_INIT([Squid Web Proxy],[3.1.12.2],[http://www.squid-cache.org/bugs/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) @@ -2593,6 +2593,7 @@ ],,SQUID_DEFAULT_INCLUDES) #need the define for overflow checks AC_CHECK_SIZEOF(off_t) +AC_CHECK_SIZEOF(size_t) dnl On Solaris 9 x86, gcc may includes a "fixed" set of old system include files dnl that is incompatible with the updated Solaris header files. diff -u -r -N squid-3.1.12.1/errors/af/ERR_ACCESS_DENIED squid-3.1.12.2/errors/af/ERR_ACCESS_DENIED --- squid-3.1.12.1/errors/af/ERR_ACCESS_DENIED 2011-04-19 17:30:33.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_ACCESS_DENIED 2011-05-31 16:29:30.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_CACHE_ACCESS_DENIED squid-3.1.12.2/errors/af/ERR_CACHE_ACCESS_DENIED --- squid-3.1.12.1/errors/af/ERR_CACHE_ACCESS_DENIED 2011-04-19 17:30:34.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_CACHE_ACCESS_DENIED 2011-05-31 16:29:31.000000000 +1200 @@ -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 or change your default password.



\ 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 or change your default password.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/af/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.12.2/errors/af/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.12.1/errors/af/ERR_CACHE_MGR_ACCESS_DENIED 2011-04-19 17:30:35.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_CACHE_MGR_ACCESS_DENIED 2011-05-31 16:29:32.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_CANNOT_FORWARD squid-3.1.12.2/errors/af/ERR_CANNOT_FORWARD --- squid-3.1.12.1/errors/af/ERR_CANNOT_FORWARD 2011-04-19 17:30:36.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_CANNOT_FORWARD 2011-05-31 16:29:32.000000000 +1200 @@ -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. 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 diff -u -r -N squid-3.1.12.1/errors/af/ERR_CONNECT_FAIL squid-3.1.12.2/errors/af/ERR_CONNECT_FAIL --- squid-3.1.12.1/errors/af/ERR_CONNECT_FAIL 2011-04-19 17:30:37.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_CONNECT_FAIL 2011-05-31 16:29:33.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_DIR_LISTING squid-3.1.12.2/errors/af/ERR_DIR_LISTING --- squid-3.1.12.1/errors/af/ERR_DIR_LISTING 2011-04-19 17:30:38.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_DIR_LISTING 2011-05-31 16:29:34.000000000 +1200 @@ -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 Ouergids (Wortelgids)

\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/af/ERR_DNS_FAIL squid-3.1.12.2/errors/af/ERR_DNS_FAIL --- squid-3.1.12.1/errors/af/ERR_DNS_FAIL 2011-04-19 17:30:39.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_DNS_FAIL 2011-05-31 16:29:35.000000000 +1200 @@ -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

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 diff -u -r -N squid-3.1.12.1/errors/af/ERR_ESI squid-3.1.12.2/errors/af/ERR_ESI --- squid-3.1.12.1/errors/af/ERR_ESI 2011-04-19 17:30:40.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_ESI 2011-05-31 16:29:36.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_FORWARDING_DENIED squid-3.1.12.2/errors/af/ERR_FORWARDING_DENIED --- squid-3.1.12.1/errors/af/ERR_FORWARDING_DENIED 2011-04-19 17:30:40.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_FORWARDING_DENIED 2011-05-31 16:29:37.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_FTP_DISABLED squid-3.1.12.2/errors/af/ERR_FTP_DISABLED --- squid-3.1.12.1/errors/af/ERR_FTP_DISABLED 2011-04-19 17:30:41.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_FTP_DISABLED 2011-05-31 16:29:38.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_FTP_FAILURE squid-3.1.12.2/errors/af/ERR_FTP_FAILURE --- squid-3.1.12.1/errors/af/ERR_FTP_FAILURE 2011-04-19 17:30:42.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_FTP_FAILURE 2011-05-31 16:29:38.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_FTP_FORBIDDEN squid-3.1.12.2/errors/af/ERR_FTP_FORBIDDEN --- squid-3.1.12.1/errors/af/ERR_FTP_FORBIDDEN 2011-04-19 17:30:43.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_FTP_FORBIDDEN 2011-05-31 16:29:39.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_FTP_NOT_FOUND squid-3.1.12.2/errors/af/ERR_FTP_NOT_FOUND --- squid-3.1.12.1/errors/af/ERR_FTP_NOT_FOUND 2011-04-19 17:30:44.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_FTP_NOT_FOUND 2011-05-31 16:29:40.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_FTP_PUT_CREATED squid-3.1.12.2/errors/af/ERR_FTP_PUT_CREATED --- squid-3.1.12.1/errors/af/ERR_FTP_PUT_CREATED 2011-04-19 17:30:45.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_FTP_PUT_CREATED 2011-05-31 16:29:41.000000000 +1200 @@ -1 +1 @@ - FTP PUT Successful.

Bewerking suksesvol

Lêer is geskep




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

Bewerking suksesvol

Lêer is geskep




\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/af/ERR_FTP_PUT_ERROR squid-3.1.12.2/errors/af/ERR_FTP_PUT_ERROR --- squid-3.1.12.1/errors/af/ERR_FTP_PUT_ERROR 2011-04-19 17:30:46.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_FTP_PUT_ERROR 2011-05-31 16:29:41.000000000 +1200 @@ -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 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 diff -u -r -N squid-3.1.12.1/errors/af/ERR_FTP_PUT_MODIFIED squid-3.1.12.2/errors/af/ERR_FTP_PUT_MODIFIED --- squid-3.1.12.1/errors/af/ERR_FTP_PUT_MODIFIED 2011-04-19 17:30:47.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_FTP_PUT_MODIFIED 2011-05-31 16:29:42.000000000 +1200 @@ -1 +1 @@ - FTP PUT Successful.

Bewerking suksesvol

Lêer is opgedateer




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

Bewerking suksesvol

Lêer is opgedateer




\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/af/ERR_FTP_UNAVAILABLE squid-3.1.12.2/errors/af/ERR_FTP_UNAVAILABLE --- squid-3.1.12.1/errors/af/ERR_FTP_UNAVAILABLE 2011-04-19 17:30:48.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_FTP_UNAVAILABLE 2011-05-31 16:29:43.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_GATEWAY_FAILURE squid-3.1.12.2/errors/af/ERR_GATEWAY_FAILURE --- squid-3.1.12.1/errors/af/ERR_GATEWAY_FAILURE 2011-04-19 17:30:50.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_GATEWAY_FAILURE 2011-05-31 16:29:43.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_ICAP_FAILURE squid-3.1.12.2/errors/af/ERR_ICAP_FAILURE --- squid-3.1.12.1/errors/af/ERR_ICAP_FAILURE 2011-04-19 17:30:51.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_ICAP_FAILURE 2011-05-31 16:29:44.000000000 +1200 @@ -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:



\ 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:



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/af/ERR_INVALID_REQ squid-3.1.12.2/errors/af/ERR_INVALID_REQ --- squid-3.1.12.1/errors/af/ERR_INVALID_REQ 2011-04-19 17:30:52.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_INVALID_REQ 2011-05-31 16:29:45.000000000 +1200 @@ -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:

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:

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/af/ERR_INVALID_RESP squid-3.1.12.2/errors/af/ERR_INVALID_RESP --- squid-3.1.12.1/errors/af/ERR_INVALID_RESP 2011-04-19 17:30:53.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_INVALID_RESP 2011-05-31 16:29:46.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_INVALID_URL squid-3.1.12.2/errors/af/ERR_INVALID_URL --- squid-3.1.12.1/errors/af/ERR_INVALID_URL 2011-04-19 17:30:54.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_INVALID_URL 2011-05-31 16:29:46.000000000 +1200 @@ -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:

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:

Die kasbediener se administrateur is %w.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/af/ERR_LIFETIME_EXP squid-3.1.12.2/errors/af/ERR_LIFETIME_EXP --- squid-3.1.12.1/errors/af/ERR_LIFETIME_EXP 2011-04-19 17:30:55.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_LIFETIME_EXP 2011-05-31 16:29:47.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_NO_RELAY squid-3.1.12.2/errors/af/ERR_NO_RELAY --- squid-3.1.12.1/errors/af/ERR_NO_RELAY 2011-04-19 17:30:56.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_NO_RELAY 2011-05-31 16:29:48.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_ONLY_IF_CACHED_MISS squid-3.1.12.2/errors/af/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.12.1/errors/af/ERR_ONLY_IF_CACHED_MISS 2011-04-19 17:30:57.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_ONLY_IF_CACHED_MISS 2011-05-31 16:29:49.000000000 +1200 @@ -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

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 diff -u -r -N squid-3.1.12.1/errors/af/ERR_PRECONDITION_FAILED squid-3.1.12.2/errors/af/ERR_PRECONDITION_FAILED --- squid-3.1.12.1/errors/af/ERR_PRECONDITION_FAILED 2011-04-19 17:30:58.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_PRECONDITION_FAILED 2011-05-31 16:29:50.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_READ_ERROR squid-3.1.12.2/errors/af/ERR_READ_ERROR --- squid-3.1.12.1/errors/af/ERR_READ_ERROR 2011-04-19 17:30:59.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_READ_ERROR 2011-05-31 16:29:50.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_READ_TIMEOUT squid-3.1.12.2/errors/af/ERR_READ_TIMEOUT --- squid-3.1.12.1/errors/af/ERR_READ_TIMEOUT 2011-04-19 17:31:00.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_READ_TIMEOUT 2011-05-31 16:29:51.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_SECURE_CONNECT_FAIL squid-3.1.12.2/errors/af/ERR_SECURE_CONNECT_FAIL --- squid-3.1.12.1/errors/af/ERR_SECURE_CONNECT_FAIL 2011-04-19 17:31:01.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_SECURE_CONNECT_FAIL 2011-05-31 16:29:52.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_SHUTTING_DOWN squid-3.1.12.2/errors/af/ERR_SHUTTING_DOWN --- squid-3.1.12.1/errors/af/ERR_SHUTTING_DOWN 2011-04-19 17:31:01.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_SHUTTING_DOWN 2011-05-31 16:29:52.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_SOCKET_FAILURE squid-3.1.12.2/errors/af/ERR_SOCKET_FAILURE --- squid-3.1.12.1/errors/af/ERR_SOCKET_FAILURE 2011-04-19 17:31:02.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_SOCKET_FAILURE 2011-05-31 16:29:53.000000000 +1200 @@ -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 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 diff -u -r -N squid-3.1.12.1/errors/af/ERR_TOO_BIG squid-3.1.12.2/errors/af/ERR_TOO_BIG --- squid-3.1.12.1/errors/af/ERR_TOO_BIG 2011-04-19 17:31:02.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_TOO_BIG 2011-05-31 16:29:54.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_UNSUP_HTTPVERSION squid-3.1.12.2/errors/af/ERR_UNSUP_HTTPVERSION --- squid-3.1.12.1/errors/af/ERR_UNSUP_HTTPVERSION 2011-04-19 17:31:03.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_UNSUP_HTTPVERSION 2011-05-31 16:29:55.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_UNSUP_REQ squid-3.1.12.2/errors/af/ERR_UNSUP_REQ --- squid-3.1.12.1/errors/af/ERR_UNSUP_REQ 2011-04-19 17:31:04.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_UNSUP_REQ 2011-05-31 16:29:56.000000000 +1200 @@ -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

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 diff -u -r -N squid-3.1.12.1/errors/af/ERR_URN_RESOLVE squid-3.1.12.2/errors/af/ERR_URN_RESOLVE --- squid-3.1.12.1/errors/af/ERR_URN_RESOLVE 2011-04-19 17:31:05.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_URN_RESOLVE 2011-05-31 16:29:56.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_WRITE_ERROR squid-3.1.12.2/errors/af/ERR_WRITE_ERROR --- squid-3.1.12.1/errors/af/ERR_WRITE_ERROR 2011-04-19 17:31:06.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_WRITE_ERROR 2011-05-31 16:29:57.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/af/ERR_ZERO_SIZE_OBJECT squid-3.1.12.2/errors/af/ERR_ZERO_SIZE_OBJECT --- squid-3.1.12.1/errors/af/ERR_ZERO_SIZE_OBJECT 2011-04-19 17:31:07.000000000 +1200 +++ squid-3.1.12.2/errors/af/ERR_ZERO_SIZE_OBJECT 2011-05-31 16:29:58.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_ACCESS_DENIED squid-3.1.12.2/errors/ar/ERR_ACCESS_DENIED --- squid-3.1.12.1/errors/ar/ERR_ACCESS_DENIED 2011-04-19 17:31:08.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_ACCESS_DENIED 2011-05-31 16:29:59.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_CACHE_ACCESS_DENIED squid-3.1.12.2/errors/ar/ERR_CACHE_ACCESS_DENIED --- squid-3.1.12.1/errors/ar/ERR_CACHE_ACCESS_DENIED 2011-04-19 17:31:08.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_CACHE_ACCESS_DENIED 2011-05-31 16:30:00.000000000 +1200 @@ -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 or change your default password.



\ 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 or change your default password.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.12.2/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.12.1/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED 2011-04-19 17:31:09.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED 2011-05-31 16:30:01.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_CANNOT_FORWARD squid-3.1.12.2/errors/ar/ERR_CANNOT_FORWARD --- squid-3.1.12.1/errors/ar/ERR_CANNOT_FORWARD 2011-04-19 17:31:10.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_CANNOT_FORWARD 2011-05-31 16:30:02.000000000 +1200 @@ -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. 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 diff -u -r -N squid-3.1.12.1/errors/ar/ERR_CONNECT_FAIL squid-3.1.12.2/errors/ar/ERR_CONNECT_FAIL --- squid-3.1.12.1/errors/ar/ERR_CONNECT_FAIL 2011-04-19 17:31:11.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_CONNECT_FAIL 2011-05-31 16:30:02.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_DIR_LISTING squid-3.1.12.2/errors/ar/ERR_DIR_LISTING --- squid-3.1.12.1/errors/ar/ERR_DIR_LISTING 2011-04-19 17:31:11.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_DIR_LISTING 2011-05-31 16:30:03.000000000 +1200 @@ -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 Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/ar/ERR_DNS_FAIL squid-3.1.12.2/errors/ar/ERR_DNS_FAIL --- squid-3.1.12.1/errors/ar/ERR_DNS_FAIL 2011-04-19 17:31:12.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_DNS_FAIL 2011-05-31 16:30:04.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_ESI squid-3.1.12.2/errors/ar/ERR_ESI --- squid-3.1.12.1/errors/ar/ERR_ESI 2011-04-19 17:31:13.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_ESI 2011-05-31 16:30:05.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_FORWARDING_DENIED squid-3.1.12.2/errors/ar/ERR_FORWARDING_DENIED --- squid-3.1.12.1/errors/ar/ERR_FORWARDING_DENIED 2011-04-19 17:31:14.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_FORWARDING_DENIED 2011-05-31 16:30:06.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_FTP_DISABLED squid-3.1.12.2/errors/ar/ERR_FTP_DISABLED --- squid-3.1.12.1/errors/ar/ERR_FTP_DISABLED 2011-04-19 17:31:15.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_FTP_DISABLED 2011-05-31 16:30:06.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_FTP_FAILURE squid-3.1.12.2/errors/ar/ERR_FTP_FAILURE --- squid-3.1.12.1/errors/ar/ERR_FTP_FAILURE 2011-04-19 17:31:15.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_FTP_FAILURE 2011-05-31 16:30:07.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_FTP_FORBIDDEN squid-3.1.12.2/errors/ar/ERR_FTP_FORBIDDEN --- squid-3.1.12.1/errors/ar/ERR_FTP_FORBIDDEN 2011-04-19 17:31:16.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_FTP_FORBIDDEN 2011-05-31 16:30:08.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_FTP_NOT_FOUND squid-3.1.12.2/errors/ar/ERR_FTP_NOT_FOUND --- squid-3.1.12.1/errors/ar/ERR_FTP_NOT_FOUND 2011-04-19 17:31:17.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_FTP_NOT_FOUND 2011-05-31 16:30:09.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_FTP_PUT_CREATED squid-3.1.12.2/errors/ar/ERR_FTP_PUT_CREATED --- squid-3.1.12.1/errors/ar/ERR_FTP_PUT_CREATED 2011-04-19 17:31:17.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_FTP_PUT_CREATED 2011-05-31 16:30:09.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_FTP_PUT_ERROR squid-3.1.12.2/errors/ar/ERR_FTP_PUT_ERROR --- squid-3.1.12.1/errors/ar/ERR_FTP_PUT_ERROR 2011-04-19 17:31:18.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_FTP_PUT_ERROR 2011-05-31 16:30:10.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_FTP_PUT_MODIFIED squid-3.1.12.2/errors/ar/ERR_FTP_PUT_MODIFIED --- squid-3.1.12.1/errors/ar/ERR_FTP_PUT_MODIFIED 2011-04-19 17:31:19.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_FTP_PUT_MODIFIED 2011-05-31 16:30:11.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_FTP_UNAVAILABLE squid-3.1.12.2/errors/ar/ERR_FTP_UNAVAILABLE --- squid-3.1.12.1/errors/ar/ERR_FTP_UNAVAILABLE 2011-04-19 17:31:20.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_FTP_UNAVAILABLE 2011-05-31 16:30:11.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_GATEWAY_FAILURE squid-3.1.12.2/errors/ar/ERR_GATEWAY_FAILURE --- squid-3.1.12.1/errors/ar/ERR_GATEWAY_FAILURE 2011-04-19 17:31:21.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_GATEWAY_FAILURE 2011-05-31 16:30:12.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_ICAP_FAILURE squid-3.1.12.2/errors/ar/ERR_ICAP_FAILURE --- squid-3.1.12.1/errors/ar/ERR_ICAP_FAILURE 2011-04-19 17:31:22.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_ICAP_FAILURE 2011-05-31 16:30:13.000000000 +1200 @@ -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:



\ 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:



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/ar/ERR_INVALID_REQ squid-3.1.12.2/errors/ar/ERR_INVALID_REQ --- squid-3.1.12.1/errors/ar/ERR_INVALID_REQ 2011-04-19 17:31:22.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_INVALID_REQ 2011-05-31 16:30:14.000000000 +1200 @@ -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:

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:

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/ar/ERR_INVALID_RESP squid-3.1.12.2/errors/ar/ERR_INVALID_RESP --- squid-3.1.12.1/errors/ar/ERR_INVALID_RESP 2011-04-19 17:31:23.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_INVALID_RESP 2011-05-31 16:30:14.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_INVALID_URL squid-3.1.12.2/errors/ar/ERR_INVALID_URL --- squid-3.1.12.1/errors/ar/ERR_INVALID_URL 2011-04-19 17:31:24.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_INVALID_URL 2011-05-31 16:30:15.000000000 +1200 @@ -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:

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:

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/ar/ERR_LIFETIME_EXP squid-3.1.12.2/errors/ar/ERR_LIFETIME_EXP --- squid-3.1.12.1/errors/ar/ERR_LIFETIME_EXP 2011-04-19 17:31:25.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_LIFETIME_EXP 2011-05-31 16:30:16.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_NO_RELAY squid-3.1.12.2/errors/ar/ERR_NO_RELAY --- squid-3.1.12.1/errors/ar/ERR_NO_RELAY 2011-04-19 17:31:26.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_NO_RELAY 2011-05-31 16:30:17.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_ONLY_IF_CACHED_MISS squid-3.1.12.2/errors/ar/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.12.1/errors/ar/ERR_ONLY_IF_CACHED_MISS 2011-04-19 17:31:27.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_ONLY_IF_CACHED_MISS 2011-05-31 16:30:18.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_PRECONDITION_FAILED squid-3.1.12.2/errors/ar/ERR_PRECONDITION_FAILED --- squid-3.1.12.1/errors/ar/ERR_PRECONDITION_FAILED 2011-04-19 17:31:28.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_PRECONDITION_FAILED 2011-05-31 16:30:18.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_READ_ERROR squid-3.1.12.2/errors/ar/ERR_READ_ERROR --- squid-3.1.12.1/errors/ar/ERR_READ_ERROR 2011-04-19 17:31:28.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_READ_ERROR 2011-05-31 16:30:19.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_READ_TIMEOUT squid-3.1.12.2/errors/ar/ERR_READ_TIMEOUT --- squid-3.1.12.1/errors/ar/ERR_READ_TIMEOUT 2011-04-19 17:31:29.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_READ_TIMEOUT 2011-05-31 16:30:20.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_SECURE_CONNECT_FAIL squid-3.1.12.2/errors/ar/ERR_SECURE_CONNECT_FAIL --- squid-3.1.12.1/errors/ar/ERR_SECURE_CONNECT_FAIL 2011-04-19 17:31:30.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_SECURE_CONNECT_FAIL 2011-05-31 16:30:21.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_SHUTTING_DOWN squid-3.1.12.2/errors/ar/ERR_SHUTTING_DOWN --- squid-3.1.12.1/errors/ar/ERR_SHUTTING_DOWN 2011-04-19 17:31:31.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_SHUTTING_DOWN 2011-05-31 16:30:22.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_SOCKET_FAILURE squid-3.1.12.2/errors/ar/ERR_SOCKET_FAILURE --- squid-3.1.12.1/errors/ar/ERR_SOCKET_FAILURE 2011-04-19 17:31:31.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_SOCKET_FAILURE 2011-05-31 16:30:22.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_TOO_BIG squid-3.1.12.2/errors/ar/ERR_TOO_BIG --- squid-3.1.12.1/errors/ar/ERR_TOO_BIG 2011-04-19 17:31:32.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_TOO_BIG 2011-05-31 16:30:23.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_UNSUP_HTTPVERSION squid-3.1.12.2/errors/ar/ERR_UNSUP_HTTPVERSION --- squid-3.1.12.1/errors/ar/ERR_UNSUP_HTTPVERSION 2011-04-19 17:31:33.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_UNSUP_HTTPVERSION 2011-05-31 16:30:24.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_UNSUP_REQ squid-3.1.12.2/errors/ar/ERR_UNSUP_REQ --- squid-3.1.12.1/errors/ar/ERR_UNSUP_REQ 2011-04-19 17:31:34.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_UNSUP_REQ 2011-05-31 16:30:25.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_URN_RESOLVE squid-3.1.12.2/errors/ar/ERR_URN_RESOLVE --- squid-3.1.12.1/errors/ar/ERR_URN_RESOLVE 2011-04-19 17:31:35.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_URN_RESOLVE 2011-05-31 16:30:25.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_WRITE_ERROR squid-3.1.12.2/errors/ar/ERR_WRITE_ERROR --- squid-3.1.12.1/errors/ar/ERR_WRITE_ERROR 2011-04-19 17:31:36.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_WRITE_ERROR 2011-05-31 16:30:26.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ar/ERR_ZERO_SIZE_OBJECT squid-3.1.12.2/errors/ar/ERR_ZERO_SIZE_OBJECT --- squid-3.1.12.1/errors/ar/ERR_ZERO_SIZE_OBJECT 2011-04-19 17:31:36.000000000 +1200 +++ squid-3.1.12.2/errors/ar/ERR_ZERO_SIZE_OBJECT 2011-05-31 16:30:27.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_ACCESS_DENIED squid-3.1.12.2/errors/az/ERR_ACCESS_DENIED --- squid-3.1.12.1/errors/az/ERR_ACCESS_DENIED 2011-04-19 17:31:37.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_ACCESS_DENIED 2011-05-31 16:30:28.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_CACHE_ACCESS_DENIED squid-3.1.12.2/errors/az/ERR_CACHE_ACCESS_DENIED --- squid-3.1.12.1/errors/az/ERR_CACHE_ACCESS_DENIED 2011-04-19 17:31:38.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_CACHE_ACCESS_DENIED 2011-05-31 16:30:28.000000000 +1200 @@ -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.

İdentifikasiya ilə çətinlik olduğu halda, xahiş edirik, KEŞİN sistem administratoru ilə əlaqə saxlayın və ya şifrənizi dəyişdirin.



\ 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.

İdentifikasiya ilə çətinlik olduğu halda, xahiş edirik, KEŞİN sistem administratoru ilə əlaqə saxlayın və ya şifrənizi dəyişdirin.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/az/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.12.2/errors/az/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.12.1/errors/az/ERR_CACHE_MGR_ACCESS_DENIED 2011-04-19 17:31:39.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_CACHE_MGR_ACCESS_DENIED 2011-05-31 16:30:29.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_CANNOT_FORWARD squid-3.1.12.2/errors/az/ERR_CANNOT_FORWARD --- squid-3.1.12.1/errors/az/ERR_CANNOT_FORWARD 2011-04-19 17:31:40.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_CANNOT_FORWARD 2011-05-31 16:30:30.000000000 +1200 @@ -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. 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 diff -u -r -N squid-3.1.12.1/errors/az/ERR_CONNECT_FAIL squid-3.1.12.2/errors/az/ERR_CONNECT_FAIL --- squid-3.1.12.1/errors/az/ERR_CONNECT_FAIL 2011-04-19 17:31:40.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_CONNECT_FAIL 2011-05-31 16:30:31.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_DIR_LISTING squid-3.1.12.2/errors/az/ERR_DIR_LISTING --- squid-3.1.12.1/errors/az/ERR_DIR_LISTING 2011-04-19 17:31:41.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_DIR_LISTING 2011-05-31 16:30:32.000000000 +1200 @@ -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
Ana direktoriya Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/az/ERR_DNS_FAIL squid-3.1.12.2/errors/az/ERR_DNS_FAIL --- squid-3.1.12.1/errors/az/ERR_DNS_FAIL 2011-04-19 17:31:42.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_DNS_FAIL 2011-05-31 16:30:33.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_ESI squid-3.1.12.2/errors/az/ERR_ESI --- squid-3.1.12.1/errors/az/ERR_ESI 2011-04-19 17:31:43.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_ESI 2011-05-31 16:30:33.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_FORWARDING_DENIED squid-3.1.12.2/errors/az/ERR_FORWARDING_DENIED --- squid-3.1.12.1/errors/az/ERR_FORWARDING_DENIED 2011-04-19 17:31:44.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_FORWARDING_DENIED 2011-05-31 16:30:34.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_FTP_DISABLED squid-3.1.12.2/errors/az/ERR_FTP_DISABLED --- squid-3.1.12.1/errors/az/ERR_FTP_DISABLED 2011-04-19 17:31:44.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_FTP_DISABLED 2011-05-31 16:30:34.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_FTP_FAILURE squid-3.1.12.2/errors/az/ERR_FTP_FAILURE --- squid-3.1.12.1/errors/az/ERR_FTP_FAILURE 2011-04-19 17:31:45.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_FTP_FAILURE 2011-05-31 16:30:35.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_FTP_FORBIDDEN squid-3.1.12.2/errors/az/ERR_FTP_FORBIDDEN --- squid-3.1.12.1/errors/az/ERR_FTP_FORBIDDEN 2011-04-19 17:31:46.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_FTP_FORBIDDEN 2011-05-31 16:30:36.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_FTP_NOT_FOUND squid-3.1.12.2/errors/az/ERR_FTP_NOT_FOUND --- squid-3.1.12.1/errors/az/ERR_FTP_NOT_FOUND 2011-04-19 17:31:47.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_FTP_NOT_FOUND 2011-05-31 16:30:36.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_FTP_PUT_CREATED squid-3.1.12.2/errors/az/ERR_FTP_PUT_CREATED --- squid-3.1.12.1/errors/az/ERR_FTP_PUT_CREATED 2011-04-19 17:31:48.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_FTP_PUT_CREATED 2011-05-31 16:30:37.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_FTP_PUT_ERROR squid-3.1.12.2/errors/az/ERR_FTP_PUT_ERROR --- squid-3.1.12.1/errors/az/ERR_FTP_PUT_ERROR 2011-04-19 17:31:48.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_FTP_PUT_ERROR 2011-05-31 16:30:37.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_FTP_PUT_MODIFIED squid-3.1.12.2/errors/az/ERR_FTP_PUT_MODIFIED --- squid-3.1.12.1/errors/az/ERR_FTP_PUT_MODIFIED 2011-04-19 17:31:49.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_FTP_PUT_MODIFIED 2011-05-31 16:30:38.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_FTP_UNAVAILABLE squid-3.1.12.2/errors/az/ERR_FTP_UNAVAILABLE --- squid-3.1.12.1/errors/az/ERR_FTP_UNAVAILABLE 2011-04-19 17:31:50.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_FTP_UNAVAILABLE 2011-05-31 16:30:39.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_GATEWAY_FAILURE squid-3.1.12.2/errors/az/ERR_GATEWAY_FAILURE --- squid-3.1.12.1/errors/az/ERR_GATEWAY_FAILURE 2011-04-19 17:31:50.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_GATEWAY_FAILURE 2011-05-31 16:30:39.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_ICAP_FAILURE squid-3.1.12.2/errors/az/ERR_ICAP_FAILURE --- squid-3.1.12.1/errors/az/ERR_ICAP_FAILURE 2011-04-19 17:31:51.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_ICAP_FAILURE 2011-05-31 16:30:40.000000000 +1200 @@ -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:



\ 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:



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/az/ERR_INVALID_REQ squid-3.1.12.2/errors/az/ERR_INVALID_REQ --- squid-3.1.12.1/errors/az/ERR_INVALID_REQ 2011-04-19 17:31:52.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_INVALID_REQ 2011-05-31 16:30:40.000000000 +1200 @@ -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:

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:

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/az/ERR_INVALID_RESP squid-3.1.12.2/errors/az/ERR_INVALID_RESP --- squid-3.1.12.1/errors/az/ERR_INVALID_RESP 2011-04-19 17:31:53.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_INVALID_RESP 2011-05-31 16:30:41.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_INVALID_URL squid-3.1.12.2/errors/az/ERR_INVALID_URL --- squid-3.1.12.1/errors/az/ERR_INVALID_URL 2011-04-19 17:31:54.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_INVALID_URL 2011-05-31 16:30:42.000000000 +1200 @@ -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:

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:

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/az/ERR_LIFETIME_EXP squid-3.1.12.2/errors/az/ERR_LIFETIME_EXP --- squid-3.1.12.1/errors/az/ERR_LIFETIME_EXP 2011-04-19 17:31:55.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_LIFETIME_EXP 2011-05-31 16:30:42.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_NO_RELAY squid-3.1.12.2/errors/az/ERR_NO_RELAY --- squid-3.1.12.1/errors/az/ERR_NO_RELAY 2011-04-19 17:31:55.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_NO_RELAY 2011-05-31 16:30:43.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_ONLY_IF_CACHED_MISS squid-3.1.12.2/errors/az/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.12.1/errors/az/ERR_ONLY_IF_CACHED_MISS 2011-04-19 17:31:56.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_ONLY_IF_CACHED_MISS 2011-05-31 16:30:43.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_PRECONDITION_FAILED squid-3.1.12.2/errors/az/ERR_PRECONDITION_FAILED --- squid-3.1.12.1/errors/az/ERR_PRECONDITION_FAILED 2011-04-19 17:31:58.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_PRECONDITION_FAILED 2011-05-31 16:30:44.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_READ_ERROR squid-3.1.12.2/errors/az/ERR_READ_ERROR --- squid-3.1.12.1/errors/az/ERR_READ_ERROR 2011-04-19 17:31:59.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_READ_ERROR 2011-05-31 16:30:44.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_READ_TIMEOUT squid-3.1.12.2/errors/az/ERR_READ_TIMEOUT --- squid-3.1.12.1/errors/az/ERR_READ_TIMEOUT 2011-04-19 17:31:59.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_READ_TIMEOUT 2011-05-31 16:30:45.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_SECURE_CONNECT_FAIL squid-3.1.12.2/errors/az/ERR_SECURE_CONNECT_FAIL --- squid-3.1.12.1/errors/az/ERR_SECURE_CONNECT_FAIL 2011-04-19 17:32:00.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_SECURE_CONNECT_FAIL 2011-05-31 16:30:46.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_SHUTTING_DOWN squid-3.1.12.2/errors/az/ERR_SHUTTING_DOWN --- squid-3.1.12.1/errors/az/ERR_SHUTTING_DOWN 2011-04-19 17:32:01.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_SHUTTING_DOWN 2011-05-31 16:30:46.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_SOCKET_FAILURE squid-3.1.12.2/errors/az/ERR_SOCKET_FAILURE --- squid-3.1.12.1/errors/az/ERR_SOCKET_FAILURE 2011-04-19 17:32:02.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_SOCKET_FAILURE 2011-05-31 16:30:47.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_TOO_BIG squid-3.1.12.2/errors/az/ERR_TOO_BIG --- squid-3.1.12.1/errors/az/ERR_TOO_BIG 2011-04-19 17:32:03.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_TOO_BIG 2011-05-31 16:30:48.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_UNSUP_HTTPVERSION squid-3.1.12.2/errors/az/ERR_UNSUP_HTTPVERSION --- squid-3.1.12.1/errors/az/ERR_UNSUP_HTTPVERSION 2011-04-19 17:32:04.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_UNSUP_HTTPVERSION 2011-05-31 16:30:48.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_UNSUP_REQ squid-3.1.12.2/errors/az/ERR_UNSUP_REQ --- squid-3.1.12.1/errors/az/ERR_UNSUP_REQ 2011-04-19 17:32:05.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_UNSUP_REQ 2011-05-31 16:30:49.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_URN_RESOLVE squid-3.1.12.2/errors/az/ERR_URN_RESOLVE --- squid-3.1.12.1/errors/az/ERR_URN_RESOLVE 2011-04-19 17:32:06.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_URN_RESOLVE 2011-05-31 16:30:49.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_WRITE_ERROR squid-3.1.12.2/errors/az/ERR_WRITE_ERROR --- squid-3.1.12.1/errors/az/ERR_WRITE_ERROR 2011-04-19 17:32:07.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_WRITE_ERROR 2011-05-31 16:30:50.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/az/ERR_ZERO_SIZE_OBJECT squid-3.1.12.2/errors/az/ERR_ZERO_SIZE_OBJECT --- squid-3.1.12.1/errors/az/ERR_ZERO_SIZE_OBJECT 2011-04-19 17:32:08.000000000 +1200 +++ squid-3.1.12.2/errors/az/ERR_ZERO_SIZE_OBJECT 2011-05-31 16:30:50.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_ACCESS_DENIED squid-3.1.12.2/errors/bg/ERR_ACCESS_DENIED --- squid-3.1.12.1/errors/bg/ERR_ACCESS_DENIED 2011-04-19 17:32:09.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_ACCESS_DENIED 2011-05-31 16:30:51.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_CACHE_ACCESS_DENIED squid-3.1.12.2/errors/bg/ERR_CACHE_ACCESS_DENIED --- squid-3.1.12.1/errors/bg/ERR_CACHE_ACCESS_DENIED 2011-04-19 17:32:09.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_CACHE_ACCESS_DENIED 2011-05-31 16:30:52.000000000 +1200 @@ -1 +1 @@ - ГРЕШКА: Cache Access Denied

ERROR

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


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

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

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

Моля обърнете се към администратора ако имате проблем с достъпа или сменете паролата си.



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

ERROR

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


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

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

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

Моля обърнете се към администратора ако имате проблем с достъпа или сменете паролата си.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.12.2/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.12.1/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED 2011-04-19 17:32:10.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED 2011-05-31 16:30:52.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_CANNOT_FORWARD squid-3.1.12.2/errors/bg/ERR_CANNOT_FORWARD --- squid-3.1.12.1/errors/bg/ERR_CANNOT_FORWARD 2011-04-19 17:32:11.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_CANNOT_FORWARD 2011-05-31 16:30:53.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_CONNECT_FAIL squid-3.1.12.2/errors/bg/ERR_CONNECT_FAIL --- squid-3.1.12.1/errors/bg/ERR_CONNECT_FAIL 2011-04-19 17:32:12.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_CONNECT_FAIL 2011-05-31 16:30:53.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_DIR_LISTING squid-3.1.12.2/errors/bg/ERR_DIR_LISTING --- squid-3.1.12.1/errors/bg/ERR_DIR_LISTING 2011-04-19 17:32:13.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_DIR_LISTING 2011-05-31 16:30:54.000000000 +1200 @@ -1 +1 @@ - директория: %U

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


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

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

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

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


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

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

\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/bg/ERR_DNS_FAIL squid-3.1.12.2/errors/bg/ERR_DNS_FAIL --- squid-3.1.12.1/errors/bg/ERR_DNS_FAIL 2011-04-19 17:32:14.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_DNS_FAIL 2011-05-31 16:30:54.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_ESI squid-3.1.12.2/errors/bg/ERR_ESI --- squid-3.1.12.1/errors/bg/ERR_ESI 2011-04-19 17:32:15.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_ESI 2011-05-31 16:30:55.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_FORWARDING_DENIED squid-3.1.12.2/errors/bg/ERR_FORWARDING_DENIED --- squid-3.1.12.1/errors/bg/ERR_FORWARDING_DENIED 2011-04-19 17:32:16.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_FORWARDING_DENIED 2011-05-31 16:30:56.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_FTP_DISABLED squid-3.1.12.2/errors/bg/ERR_FTP_DISABLED --- squid-3.1.12.1/errors/bg/ERR_FTP_DISABLED 2011-04-19 17:32:16.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_FTP_DISABLED 2011-05-31 16:30:56.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_FTP_FAILURE squid-3.1.12.2/errors/bg/ERR_FTP_FAILURE --- squid-3.1.12.1/errors/bg/ERR_FTP_FAILURE 2011-04-19 17:32:18.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_FTP_FAILURE 2011-05-31 16:30:57.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_FTP_FORBIDDEN squid-3.1.12.2/errors/bg/ERR_FTP_FORBIDDEN --- squid-3.1.12.1/errors/bg/ERR_FTP_FORBIDDEN 2011-04-19 17:32:19.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_FTP_FORBIDDEN 2011-05-31 16:30:58.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_FTP_NOT_FOUND squid-3.1.12.2/errors/bg/ERR_FTP_NOT_FOUND --- squid-3.1.12.1/errors/bg/ERR_FTP_NOT_FOUND 2011-04-19 17:32:20.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_FTP_NOT_FOUND 2011-05-31 16:30:58.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_FTP_PUT_CREATED squid-3.1.12.2/errors/bg/ERR_FTP_PUT_CREATED --- squid-3.1.12.1/errors/bg/ERR_FTP_PUT_CREATED 2011-04-19 17:32:20.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_FTP_PUT_CREATED 2011-05-31 16:30:59.000000000 +1200 @@ -1 +1 @@ - FTP PUT Successful.

Операцията е успешна.

Файлът е създаден




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

Операцията е успешна.

Файлът е създаден




\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/bg/ERR_FTP_PUT_ERROR squid-3.1.12.2/errors/bg/ERR_FTP_PUT_ERROR --- squid-3.1.12.1/errors/bg/ERR_FTP_PUT_ERROR 2011-04-19 17:32:21.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_FTP_PUT_ERROR 2011-05-31 16:31:00.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_FTP_PUT_MODIFIED squid-3.1.12.2/errors/bg/ERR_FTP_PUT_MODIFIED --- squid-3.1.12.1/errors/bg/ERR_FTP_PUT_MODIFIED 2011-04-19 17:32:22.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_FTP_PUT_MODIFIED 2011-05-31 16:31:01.000000000 +1200 @@ -1 +1 @@ - FTP PUT Successful.

Операцията е успешна.

Файлът е обновен




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

Операцията е успешна.

Файлът е обновен




\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/bg/ERR_FTP_UNAVAILABLE squid-3.1.12.2/errors/bg/ERR_FTP_UNAVAILABLE --- squid-3.1.12.1/errors/bg/ERR_FTP_UNAVAILABLE 2011-04-19 17:32:23.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_FTP_UNAVAILABLE 2011-05-31 16:31:01.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_GATEWAY_FAILURE squid-3.1.12.2/errors/bg/ERR_GATEWAY_FAILURE --- squid-3.1.12.1/errors/bg/ERR_GATEWAY_FAILURE 2011-04-19 17:32:24.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_GATEWAY_FAILURE 2011-05-31 16:31:02.000000000 +1200 @@ -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

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 -u -r -N squid-3.1.12.1/errors/bg/ERR_ICAP_FAILURE squid-3.1.12.2/errors/bg/ERR_ICAP_FAILURE --- squid-3.1.12.1/errors/bg/ERR_ICAP_FAILURE 2011-04-19 17:32:26.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_ICAP_FAILURE 2011-05-31 16:31:02.000000000 +1200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


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

Грешка на ICAP протокола.

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

Неуспешна ICAP комуникация.

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



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

ERROR

The requested URL could not be retrieved


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

Грешка на ICAP протокола.

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

Неуспешна ICAP комуникация.

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



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/bg/ERR_INVALID_REQ squid-3.1.12.2/errors/bg/ERR_INVALID_REQ --- squid-3.1.12.1/errors/bg/ERR_INVALID_REQ 2011-04-19 17:32:26.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_INVALID_REQ 2011-05-31 16:31:03.000000000 +1200 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


При опит за обработка на заявката възникна следната грешка - Невалидна заявка:

%R

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

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



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

ERROR

The requested URL could not be retrieved


При опит за обработка на заявката възникна следната грешка - Невалидна заявка:

%R

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

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



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/bg/ERR_INVALID_RESP squid-3.1.12.2/errors/bg/ERR_INVALID_RESP --- squid-3.1.12.1/errors/bg/ERR_INVALID_RESP 2011-04-19 17:32:27.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_INVALID_RESP 2011-05-31 16:31:04.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_INVALID_URL squid-3.1.12.2/errors/bg/ERR_INVALID_URL --- squid-3.1.12.1/errors/bg/ERR_INVALID_URL 2011-04-19 17:32:28.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_INVALID_URL 2011-05-31 16:31:05.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_LIFETIME_EXP squid-3.1.12.2/errors/bg/ERR_LIFETIME_EXP --- squid-3.1.12.1/errors/bg/ERR_LIFETIME_EXP 2011-04-19 17:32:29.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_LIFETIME_EXP 2011-05-31 16:31:05.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_NO_RELAY squid-3.1.12.2/errors/bg/ERR_NO_RELAY --- squid-3.1.12.1/errors/bg/ERR_NO_RELAY 2011-04-19 17:32:30.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_NO_RELAY 2011-05-31 16:31:06.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_ONLY_IF_CACHED_MISS squid-3.1.12.2/errors/bg/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.12.1/errors/bg/ERR_ONLY_IF_CACHED_MISS 2011-04-19 17:32:31.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_ONLY_IF_CACHED_MISS 2011-05-31 16:31:07.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_PRECONDITION_FAILED squid-3.1.12.2/errors/bg/ERR_PRECONDITION_FAILED --- squid-3.1.12.1/errors/bg/ERR_PRECONDITION_FAILED 2011-04-19 17:32:32.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_PRECONDITION_FAILED 2011-05-31 16:31:07.000000000 +1200 @@ -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:

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



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/bg/ERR_READ_ERROR squid-3.1.12.2/errors/bg/ERR_READ_ERROR --- squid-3.1.12.1/errors/bg/ERR_READ_ERROR 2011-04-19 17:32:33.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_READ_ERROR 2011-05-31 16:31:08.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_READ_TIMEOUT squid-3.1.12.2/errors/bg/ERR_READ_TIMEOUT --- squid-3.1.12.1/errors/bg/ERR_READ_TIMEOUT 2011-04-19 17:32:34.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_READ_TIMEOUT 2011-05-31 16:31:09.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_SECURE_CONNECT_FAIL squid-3.1.12.2/errors/bg/ERR_SECURE_CONNECT_FAIL --- squid-3.1.12.1/errors/bg/ERR_SECURE_CONNECT_FAIL 2011-04-19 17:32:35.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_SECURE_CONNECT_FAIL 2011-05-31 16:31:10.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_SHUTTING_DOWN squid-3.1.12.2/errors/bg/ERR_SHUTTING_DOWN --- squid-3.1.12.1/errors/bg/ERR_SHUTTING_DOWN 2011-04-19 17:32:36.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_SHUTTING_DOWN 2011-05-31 16:31:11.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_SOCKET_FAILURE squid-3.1.12.2/errors/bg/ERR_SOCKET_FAILURE --- squid-3.1.12.1/errors/bg/ERR_SOCKET_FAILURE 2011-04-19 17:32:36.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_SOCKET_FAILURE 2011-05-31 16:31:11.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_TOO_BIG squid-3.1.12.2/errors/bg/ERR_TOO_BIG --- squid-3.1.12.1/errors/bg/ERR_TOO_BIG 2011-04-19 17:32:37.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_TOO_BIG 2011-05-31 16:31:12.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_UNSUP_HTTPVERSION squid-3.1.12.2/errors/bg/ERR_UNSUP_HTTPVERSION --- squid-3.1.12.1/errors/bg/ERR_UNSUP_HTTPVERSION 2011-04-19 17:32:38.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_UNSUP_HTTPVERSION 2011-05-31 16:31:13.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_UNSUP_REQ squid-3.1.12.2/errors/bg/ERR_UNSUP_REQ --- squid-3.1.12.1/errors/bg/ERR_UNSUP_REQ 2011-04-19 17:32:39.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_UNSUP_REQ 2011-05-31 16:31:14.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_URN_RESOLVE squid-3.1.12.2/errors/bg/ERR_URN_RESOLVE --- squid-3.1.12.1/errors/bg/ERR_URN_RESOLVE 2011-04-19 17:32:40.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_URN_RESOLVE 2011-05-31 16:31:15.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_WRITE_ERROR squid-3.1.12.2/errors/bg/ERR_WRITE_ERROR --- squid-3.1.12.1/errors/bg/ERR_WRITE_ERROR 2011-04-19 17:32:41.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_WRITE_ERROR 2011-05-31 16:31:15.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/bg/ERR_ZERO_SIZE_OBJECT squid-3.1.12.2/errors/bg/ERR_ZERO_SIZE_OBJECT --- squid-3.1.12.1/errors/bg/ERR_ZERO_SIZE_OBJECT 2011-04-19 17:32:42.000000000 +1200 +++ squid-3.1.12.2/errors/bg/ERR_ZERO_SIZE_OBJECT 2011-05-31 16:31:16.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_ACCESS_DENIED squid-3.1.12.2/errors/ca/ERR_ACCESS_DENIED --- squid-3.1.12.1/errors/ca/ERR_ACCESS_DENIED 2011-04-19 17:32:43.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_ACCESS_DENIED 2011-05-31 16:31:16.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_CACHE_ACCESS_DENIED squid-3.1.12.2/errors/ca/ERR_CACHE_ACCESS_DENIED --- squid-3.1.12.1/errors/ca/ERR_CACHE_ACCESS_DENIED 2011-04-19 17:32:44.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_CACHE_ACCESS_DENIED 2011-05-31 16:31:17.000000000 +1200 @@ -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.

Contacteu ambel vostre administrador de cache si teniudificultats per a autentificar-vos o canvieu la vostra contrasenya.



\ 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.

Contacteu ambel vostre administrador de cache si teniudificultats per a autentificar-vos o canvieu la vostra contrasenya.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.12.2/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.12.1/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED 2011-04-19 17:32:45.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED 2011-05-31 16:31:18.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_CANNOT_FORWARD squid-3.1.12.2/errors/ca/ERR_CANNOT_FORWARD --- squid-3.1.12.1/errors/ca/ERR_CANNOT_FORWARD 2011-04-19 17:32:45.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_CANNOT_FORWARD 2011-05-31 16:31:19.000000000 +1200 @@ -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. 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 diff -u -r -N squid-3.1.12.1/errors/ca/ERR_CONNECT_FAIL squid-3.1.12.2/errors/ca/ERR_CONNECT_FAIL --- squid-3.1.12.1/errors/ca/ERR_CONNECT_FAIL 2011-04-19 17:32:46.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_CONNECT_FAIL 2011-05-31 16:31:20.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_DIR_LISTING squid-3.1.12.2/errors/ca/ERR_DIR_LISTING --- squid-3.1.12.1/errors/ca/ERR_DIR_LISTING 2011-04-19 17:32:47.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_DIR_LISTING 2011-05-31 16:31:21.000000000 +1200 @@ -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 Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/ca/ERR_DNS_FAIL squid-3.1.12.2/errors/ca/ERR_DNS_FAIL --- squid-3.1.12.1/errors/ca/ERR_DNS_FAIL 2011-04-19 17:32:48.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_DNS_FAIL 2011-05-31 16:31:22.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_ESI squid-3.1.12.2/errors/ca/ERR_ESI --- squid-3.1.12.1/errors/ca/ERR_ESI 2011-04-19 17:32:49.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_ESI 2011-05-31 16:31:22.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_FORWARDING_DENIED squid-3.1.12.2/errors/ca/ERR_FORWARDING_DENIED --- squid-3.1.12.1/errors/ca/ERR_FORWARDING_DENIED 2011-04-19 17:32:50.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_FORWARDING_DENIED 2011-05-31 16:31:23.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_FTP_DISABLED squid-3.1.12.2/errors/ca/ERR_FTP_DISABLED --- squid-3.1.12.1/errors/ca/ERR_FTP_DISABLED 2011-04-19 17:32:51.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_FTP_DISABLED 2011-05-31 16:31:24.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_FTP_FAILURE squid-3.1.12.2/errors/ca/ERR_FTP_FAILURE --- squid-3.1.12.1/errors/ca/ERR_FTP_FAILURE 2011-04-19 17:32:53.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_FTP_FAILURE 2011-05-31 16:31:26.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_FTP_FORBIDDEN squid-3.1.12.2/errors/ca/ERR_FTP_FORBIDDEN --- squid-3.1.12.1/errors/ca/ERR_FTP_FORBIDDEN 2011-04-19 17:32:53.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_FTP_FORBIDDEN 2011-05-31 16:31:27.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_FTP_NOT_FOUND squid-3.1.12.2/errors/ca/ERR_FTP_NOT_FOUND --- squid-3.1.12.1/errors/ca/ERR_FTP_NOT_FOUND 2011-04-19 17:32:54.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_FTP_NOT_FOUND 2011-05-31 16:31:28.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_FTP_PUT_CREATED squid-3.1.12.2/errors/ca/ERR_FTP_PUT_CREATED --- squid-3.1.12.1/errors/ca/ERR_FTP_PUT_CREATED 2011-04-19 17:32:56.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_FTP_PUT_CREATED 2011-05-31 16:31:29.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_FTP_PUT_ERROR squid-3.1.12.2/errors/ca/ERR_FTP_PUT_ERROR --- squid-3.1.12.1/errors/ca/ERR_FTP_PUT_ERROR 2011-04-19 17:32:57.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_FTP_PUT_ERROR 2011-05-31 16:31:30.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_FTP_PUT_MODIFIED squid-3.1.12.2/errors/ca/ERR_FTP_PUT_MODIFIED --- squid-3.1.12.1/errors/ca/ERR_FTP_PUT_MODIFIED 2011-04-19 17:32:58.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_FTP_PUT_MODIFIED 2011-05-31 16:31:31.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_FTP_UNAVAILABLE squid-3.1.12.2/errors/ca/ERR_FTP_UNAVAILABLE --- squid-3.1.12.1/errors/ca/ERR_FTP_UNAVAILABLE 2011-04-19 17:32:59.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_FTP_UNAVAILABLE 2011-05-31 16:31:32.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_GATEWAY_FAILURE squid-3.1.12.2/errors/ca/ERR_GATEWAY_FAILURE --- squid-3.1.12.1/errors/ca/ERR_GATEWAY_FAILURE 2011-04-19 17:33:00.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_GATEWAY_FAILURE 2011-05-31 16:31:33.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_ICAP_FAILURE squid-3.1.12.2/errors/ca/ERR_ICAP_FAILURE --- squid-3.1.12.1/errors/ca/ERR_ICAP_FAILURE 2011-04-19 17:33:01.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_ICAP_FAILURE 2011-05-31 16:31:34.000000000 +1200 @@ -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:



\ 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:



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/ca/ERR_INVALID_REQ squid-3.1.12.2/errors/ca/ERR_INVALID_REQ --- squid-3.1.12.1/errors/ca/ERR_INVALID_REQ 2011-04-19 17:33:02.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_INVALID_REQ 2011-05-31 16:31:34.000000000 +1200 @@ -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:

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:

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/ca/ERR_INVALID_RESP squid-3.1.12.2/errors/ca/ERR_INVALID_RESP --- squid-3.1.12.1/errors/ca/ERR_INVALID_RESP 2011-04-19 17:33:03.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_INVALID_RESP 2011-05-31 16:31:35.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_INVALID_URL squid-3.1.12.2/errors/ca/ERR_INVALID_URL --- squid-3.1.12.1/errors/ca/ERR_INVALID_URL 2011-04-19 17:33:04.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_INVALID_URL 2011-05-31 16:31:36.000000000 +1200 @@ -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:

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:

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.12.1/errors/ca/ERR_LIFETIME_EXP squid-3.1.12.2/errors/ca/ERR_LIFETIME_EXP --- squid-3.1.12.1/errors/ca/ERR_LIFETIME_EXP 2011-04-19 17:33:05.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_LIFETIME_EXP 2011-05-31 16:31:37.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_NO_RELAY squid-3.1.12.2/errors/ca/ERR_NO_RELAY --- squid-3.1.12.1/errors/ca/ERR_NO_RELAY 2011-04-19 17:33:06.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_NO_RELAY 2011-05-31 16:31:38.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_ONLY_IF_CACHED_MISS squid-3.1.12.2/errors/ca/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.12.1/errors/ca/ERR_ONLY_IF_CACHED_MISS 2011-04-19 17:33:07.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_ONLY_IF_CACHED_MISS 2011-05-31 16:31:38.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_PRECONDITION_FAILED squid-3.1.12.2/errors/ca/ERR_PRECONDITION_FAILED --- squid-3.1.12.1/errors/ca/ERR_PRECONDITION_FAILED 2011-04-19 17:33:08.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_PRECONDITION_FAILED 2011-05-31 16:31:39.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_READ_ERROR squid-3.1.12.2/errors/ca/ERR_READ_ERROR --- squid-3.1.12.1/errors/ca/ERR_READ_ERROR 2011-04-19 17:33:09.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_READ_ERROR 2011-05-31 16:31:40.000000000 +1200 @@ -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 -u -r -N squid-3.1.12.1/errors/ca/ERR_READ_TIMEOUT squid-3.1.12.2/errors/ca/ERR_READ_TIMEOUT --- squid-3.1.12.1/errors/ca/ERR_READ_TIMEOUT 2011-04-19 17:33:10.000000000 +1200 +++ squid-3.1.12.2/errors/ca/ERR_READ_TIMEOUT 2011-05-31 16:31:40.000000000 +1200 @@ -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