From 0d94899991375e7ba0ef858a01cd789972006dd5 Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Sat, 12 May 2007 18:52:34 +0000 Subject: [PATCH] Proxy.cgi von den IPCop Error Pages befreit, da nicht existent ausserdem gleich mal unsere eigenen Errorspages gebaut :D git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@553 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- .../errors.ipfire/English/ERR_ACCESS_DENIED | 40 +++++++++ .../English/ERR_CACHE_ACCESS_DENIED | 49 +++++++++++ .../English/ERR_CACHE_MGR_ACCESS_DENIED | 82 +++++++++++++++++++ .../errors.ipfire/English/ERR_CANNOT_FORWARD | 45 ++++++++++ .../errors.ipfire/English/ERR_CONNECT_FAIL | 43 ++++++++++ .../proxy/errors.ipfire/English/ERR_DNS_FAIL | 47 +++++++++++ .../English/ERR_FORWARDING_DENIED | 41 ++++++++++ .../errors.ipfire/English/ERR_FTP_DISABLED | 39 +++++++++ .../errors.ipfire/English/ERR_FTP_FAILURE | 35 ++++++++ .../errors.ipfire/English/ERR_FTP_FORBIDDEN | 35 ++++++++ .../errors.ipfire/English/ERR_FTP_NOT_FOUND | 38 +++++++++ .../errors.ipfire/English/ERR_FTP_PUT_CREATED | 19 +++++ .../errors.ipfire/English/ERR_FTP_PUT_ERROR | 42 ++++++++++ .../English/ERR_FTP_PUT_MODIFIED | 19 +++++ .../errors.ipfire/English/ERR_FTP_UNAVAILABLE | 31 +++++++ .../errors.ipfire/English/ERR_INVALID_REQ | 49 +++++++++++ .../errors.ipfire/English/ERR_INVALID_RESP | 45 ++++++++++ .../errors.ipfire/English/ERR_INVALID_URL | 45 ++++++++++ .../errors.ipfire/English/ERR_LIFETIME_EXP | 40 +++++++++ .../proxy/errors.ipfire/English/ERR_NO_RELAY | 39 +++++++++ .../English/ERR_ONLY_IF_CACHED_MISS | 44 ++++++++++ .../errors.ipfire/English/ERR_READ_ERROR | 44 ++++++++++ .../errors.ipfire/English/ERR_READ_TIMEOUT | 44 ++++++++++ .../errors.ipfire/English/ERR_SHUTTING_DOWN | 34 ++++++++ .../errors.ipfire/English/ERR_SOCKET_FAILURE | 44 ++++++++++ .../proxy/errors.ipfire/English/ERR_TOO_BIG | 44 ++++++++++ .../proxy/errors.ipfire/English/ERR_UNSUP_REQ | 40 +++++++++ .../errors.ipfire/English/ERR_URN_RESOLVE | 39 +++++++++ .../errors.ipfire/English/ERR_WRITE_ERROR | 44 ++++++++++ .../English/ERR_ZERO_SIZE_OBJECT | 39 +++++++++ .../errors.ipfire/German/ERR_ACCESS_DENIED | 42 ++++++++++ .../German/ERR_CACHE_ACCESS_DENIED | 46 +++++++++++ .../German/ERR_CACHE_MGR_ACCESS_DENIED | 48 +++++++++++ .../errors.ipfire/German/ERR_CANNOT_FORWARD | 44 ++++++++++ .../errors.ipfire/German/ERR_CONNECT_FAIL | 42 ++++++++++ .../proxy/errors.ipfire/German/ERR_DNS_FAIL | 48 +++++++++++ .../German/ERR_FORWARDING_DENIED | 41 ++++++++++ .../errors.ipfire/German/ERR_FTP_DISABLED | 37 +++++++++ .../errors.ipfire/German/ERR_FTP_FAILURE | 43 ++++++++++ .../errors.ipfire/German/ERR_FTP_FORBIDDEN | 37 +++++++++ .../errors.ipfire/German/ERR_FTP_NOT_FOUND | 42 ++++++++++ .../errors.ipfire/German/ERR_FTP_PUT_CREATED | 19 +++++ .../errors.ipfire/German/ERR_FTP_PUT_ERROR | 38 +++++++++ .../errors.ipfire/German/ERR_FTP_PUT_MODIFIED | 19 +++++ .../errors.ipfire/German/ERR_FTP_UNAVAILABLE | 38 +++++++++ .../errors.ipfire/German/ERR_INVALID_REQ | 50 +++++++++++ .../errors.ipfire/German/ERR_INVALID_RESP | 45 ++++++++++ .../errors.ipfire/German/ERR_INVALID_URL | 46 +++++++++++ .../errors.ipfire/German/ERR_LIFETIME_EXP | 40 +++++++++ .../proxy/errors.ipfire/German/ERR_NO_RELAY | 37 +++++++++ .../German/ERR_ONLY_IF_CACHED_MISS | 43 ++++++++++ .../proxy/errors.ipfire/German/ERR_READ_ERROR | 44 ++++++++++ .../errors.ipfire/German/ERR_READ_TIMEOUT | 46 +++++++++++ .../errors.ipfire/German/ERR_SHUTTING_DOWN | 36 ++++++++ .../errors.ipfire/German/ERR_SOCKET_FAILURE | 45 ++++++++++ config/proxy/errors.ipfire/German/ERR_TOO_BIG | 46 +++++++++++ .../proxy/errors.ipfire/German/ERR_UNSUP_REQ | 41 ++++++++++ .../errors.ipfire/German/ERR_URN_RESOLVE | 39 +++++++++ .../errors.ipfire/German/ERR_WRITE_ERROR | 44 ++++++++++ .../errors.ipfire/German/ERR_ZERO_SIZE_OBJECT | 39 +++++++++ html/cgi-bin/proxy.cgi | 15 ++-- lfs/squid | 2 + 62 files changed, 2474 insertions(+), 7 deletions(-) create mode 100644 config/proxy/errors.ipfire/English/ERR_ACCESS_DENIED create mode 100644 config/proxy/errors.ipfire/English/ERR_CACHE_ACCESS_DENIED create mode 100644 config/proxy/errors.ipfire/English/ERR_CACHE_MGR_ACCESS_DENIED create mode 100644 config/proxy/errors.ipfire/English/ERR_CANNOT_FORWARD create mode 100644 config/proxy/errors.ipfire/English/ERR_CONNECT_FAIL create mode 100644 config/proxy/errors.ipfire/English/ERR_DNS_FAIL create mode 100644 config/proxy/errors.ipfire/English/ERR_FORWARDING_DENIED create mode 100644 config/proxy/errors.ipfire/English/ERR_FTP_DISABLED create mode 100644 config/proxy/errors.ipfire/English/ERR_FTP_FAILURE create mode 100644 config/proxy/errors.ipfire/English/ERR_FTP_FORBIDDEN create mode 100644 config/proxy/errors.ipfire/English/ERR_FTP_NOT_FOUND create mode 100644 config/proxy/errors.ipfire/English/ERR_FTP_PUT_CREATED create mode 100644 config/proxy/errors.ipfire/English/ERR_FTP_PUT_ERROR create mode 100644 config/proxy/errors.ipfire/English/ERR_FTP_PUT_MODIFIED create mode 100644 config/proxy/errors.ipfire/English/ERR_FTP_UNAVAILABLE create mode 100644 config/proxy/errors.ipfire/English/ERR_INVALID_REQ create mode 100644 config/proxy/errors.ipfire/English/ERR_INVALID_RESP create mode 100644 config/proxy/errors.ipfire/English/ERR_INVALID_URL create mode 100644 config/proxy/errors.ipfire/English/ERR_LIFETIME_EXP create mode 100644 config/proxy/errors.ipfire/English/ERR_NO_RELAY create mode 100644 config/proxy/errors.ipfire/English/ERR_ONLY_IF_CACHED_MISS create mode 100644 config/proxy/errors.ipfire/English/ERR_READ_ERROR create mode 100644 config/proxy/errors.ipfire/English/ERR_READ_TIMEOUT create mode 100644 config/proxy/errors.ipfire/English/ERR_SHUTTING_DOWN create mode 100644 config/proxy/errors.ipfire/English/ERR_SOCKET_FAILURE create mode 100644 config/proxy/errors.ipfire/English/ERR_TOO_BIG create mode 100644 config/proxy/errors.ipfire/English/ERR_UNSUP_REQ create mode 100644 config/proxy/errors.ipfire/English/ERR_URN_RESOLVE create mode 100644 config/proxy/errors.ipfire/English/ERR_WRITE_ERROR create mode 100644 config/proxy/errors.ipfire/English/ERR_ZERO_SIZE_OBJECT create mode 100644 config/proxy/errors.ipfire/German/ERR_ACCESS_DENIED create mode 100644 config/proxy/errors.ipfire/German/ERR_CACHE_ACCESS_DENIED create mode 100644 config/proxy/errors.ipfire/German/ERR_CACHE_MGR_ACCESS_DENIED create mode 100644 config/proxy/errors.ipfire/German/ERR_CANNOT_FORWARD create mode 100644 config/proxy/errors.ipfire/German/ERR_CONNECT_FAIL create mode 100644 config/proxy/errors.ipfire/German/ERR_DNS_FAIL create mode 100644 config/proxy/errors.ipfire/German/ERR_FORWARDING_DENIED create mode 100644 config/proxy/errors.ipfire/German/ERR_FTP_DISABLED create mode 100644 config/proxy/errors.ipfire/German/ERR_FTP_FAILURE create mode 100644 config/proxy/errors.ipfire/German/ERR_FTP_FORBIDDEN create mode 100644 config/proxy/errors.ipfire/German/ERR_FTP_NOT_FOUND create mode 100644 config/proxy/errors.ipfire/German/ERR_FTP_PUT_CREATED create mode 100644 config/proxy/errors.ipfire/German/ERR_FTP_PUT_ERROR create mode 100644 config/proxy/errors.ipfire/German/ERR_FTP_PUT_MODIFIED create mode 100644 config/proxy/errors.ipfire/German/ERR_FTP_UNAVAILABLE create mode 100644 config/proxy/errors.ipfire/German/ERR_INVALID_REQ create mode 100644 config/proxy/errors.ipfire/German/ERR_INVALID_RESP create mode 100644 config/proxy/errors.ipfire/German/ERR_INVALID_URL create mode 100644 config/proxy/errors.ipfire/German/ERR_LIFETIME_EXP create mode 100644 config/proxy/errors.ipfire/German/ERR_NO_RELAY create mode 100644 config/proxy/errors.ipfire/German/ERR_ONLY_IF_CACHED_MISS create mode 100644 config/proxy/errors.ipfire/German/ERR_READ_ERROR create mode 100644 config/proxy/errors.ipfire/German/ERR_READ_TIMEOUT create mode 100644 config/proxy/errors.ipfire/German/ERR_SHUTTING_DOWN create mode 100644 config/proxy/errors.ipfire/German/ERR_SOCKET_FAILURE create mode 100644 config/proxy/errors.ipfire/German/ERR_TOO_BIG create mode 100644 config/proxy/errors.ipfire/German/ERR_UNSUP_REQ create mode 100644 config/proxy/errors.ipfire/German/ERR_URN_RESOLVE create mode 100644 config/proxy/errors.ipfire/German/ERR_WRITE_ERROR create mode 100644 config/proxy/errors.ipfire/German/ERR_ZERO_SIZE_OBJECT diff --git a/config/proxy/errors.ipfire/English/ERR_ACCESS_DENIED b/config/proxy/errors.ipfire/English/ERR_ACCESS_DENIED new file mode 100644 index 0000000000..33439497b4 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_ACCESS_DENIED @@ -0,0 +1,40 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +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. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_CACHE_ACCESS_DENIED b/config/proxy/errors.ipfire/English/ERR_CACHE_ACCESS_DENIED new file mode 100644 index 0000000000..a89387057f --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_CACHE_ACCESS_DENIED @@ -0,0 +1,49 @@ + + +ERROR: Cache Access Denied + + +
+

Sorry ... Cache Access Denied

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +Cache Access Denied. + +
+

+ +

Sorry, you are not currently allowed to request: +

    %U
+from this cache until you have authenticated yourself. +

+ +

+You need to use Netscape version 2.0 or greater, or Microsoft Internet +Explorer 3.0, or an HTTP/1.1 compliant browser for this to work. Please +contact the cache administrator if you have +difficulties authenticating yourself or +change your default password. +

+
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_CACHE_MGR_ACCESS_DENIED b/config/proxy/errors.ipfire/English/ERR_CACHE_MGR_ACCESS_DENIED new file mode 100644 index 0000000000..510405c572 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_CACHE_MGR_ACCESS_DENIED @@ -0,0 +1,82 @@ +

+While trying to retrieve the URL: +%U +

+The following error was encountered: +

+

+ +

Sorry, you are not currently allowed to request: +

    %U
+from this cache manager until you have authenticated yourself. +

+ +

You need to use Netscape version 2.0 or greater, or Microsoft Internet +Explorer 3.0, or an HTTP/1.1 compliant browser for this to work. 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.

+
+

+
+
+Generated %T by %h (%s) +
+
+ + + + + +ERROR: Cache Manager Access Denied + + +
+

Sorry ... Cache Manager Access Denied

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +Cache Manager Access Denied. + +
+

+ +

Sorry, you are not currently allowed to request: +

    %U
+from this cache manager until you have authenticated yourself. +

+ +

You need to use Netscape version 2.0 or greater, or Microsoft Internet +Explorer 3.0, or an HTTP/1.1 compliant browser for this to work. 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.

+
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_CANNOT_FORWARD b/config/proxy/errors.ipfire/English/ERR_CANNOT_FORWARD new file mode 100644 index 0000000000..a634f93c48 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_CANNOT_FORWARD @@ -0,0 +1,45 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +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. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_CONNECT_FAIL b/config/proxy/errors.ipfire/English/ERR_CONNECT_FAIL new file mode 100644 index 0000000000..5aac975770 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_CONNECT_FAIL @@ -0,0 +1,43 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +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. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_DNS_FAIL b/config/proxy/errors.ipfire/English/ERR_DNS_FAIL new file mode 100644 index 0000000000..a0986e8b21 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_DNS_FAIL @@ -0,0 +1,47 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

+Unable to determine IP address from host name for +%H +
+ +

+The dnsserver 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. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_FORWARDING_DENIED b/config/proxy/errors.ipfire/English/ERR_FORWARDING_DENIED new file mode 100644 index 0000000000..66f0491bd1 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_FORWARDING_DENIED @@ -0,0 +1,41 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +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. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_FTP_DISABLED b/config/proxy/errors.ipfire/English/ERR_FTP_DISABLED new file mode 100644 index 0000000000..9ec4cdae9a --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_FTP_DISABLED @@ -0,0 +1,39 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +FTP is Disabled + +
+ +

+This cache does not support FTP. +

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_FTP_FAILURE b/config/proxy/errors.ipfire/English/ERR_FTP_FAILURE new file mode 100644 index 0000000000..66fbee7fb4 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_FTP_FAILURE @@ -0,0 +1,35 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

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

+Squid sent the following FTP command: +

%f
+and then received this reply +
%F
+
%g
+

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_FTP_FORBIDDEN b/config/proxy/errors.ipfire/English/ERR_FTP_FORBIDDEN new file mode 100644 index 0000000000..b4d4686f2a --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_FTP_FORBIDDEN @@ -0,0 +1,35 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

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

+Squid sent the following FTP command: +

%f
+and then received this reply +
%F
+
%g
+

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_FTP_NOT_FOUND b/config/proxy/errors.ipfire/English/ERR_FTP_NOT_FOUND new file mode 100644 index 0000000000..1ac36c564e --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_FTP_NOT_FOUND @@ -0,0 +1,38 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+The following URL could not be retrieved: +%U +

+Squid sent the following FTP command: +

%f
+and then received this reply +
%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. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_FTP_PUT_CREATED b/config/proxy/errors.ipfire/English/ERR_FTP_PUT_CREATED new file mode 100644 index 0000000000..1142369299 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_FTP_PUT_CREATED @@ -0,0 +1,19 @@ + + +FTP PUT Successful: File Created + + +
+

File created

+
+ + +
IPFire + +
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_FTP_PUT_ERROR b/config/proxy/errors.ipfire/English/ERR_FTP_PUT_ERROR new file mode 100644 index 0000000000..4f09b213dd --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_FTP_PUT_ERROR @@ -0,0 +1,42 @@ + + +ERROR: FTP upload failed + + +
+

Sorry ... FTP PUT/upload failed

+
+ + +
IPFire + +
+

+
+While trying to PUT the following URL: +%U +

+Squid sent the following FTP command: +


+        %f
+
+and then received this reply +

+        %F
+
+

+This means that: +

+Check path, permissions, diskspace and try again.
+
+

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_FTP_PUT_MODIFIED b/config/proxy/errors.ipfire/English/ERR_FTP_PUT_MODIFIED new file mode 100644 index 0000000000..5467f34d33 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_FTP_PUT_MODIFIED @@ -0,0 +1,19 @@ + + +FTP PUT Successful: File updated + + +
+

File updated

+
+ + +
IPFire + +
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_FTP_UNAVAILABLE b/config/proxy/errors.ipfire/English/ERR_FTP_UNAVAILABLE new file mode 100644 index 0000000000..752aeba6a8 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_FTP_UNAVAILABLE @@ -0,0 +1,31 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+Squid sent the following FTP command: +

%f
+and then received this reply +
%F
+
%g
+

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_INVALID_REQ b/config/proxy/errors.ipfire/English/ERR_INVALID_REQ new file mode 100644 index 0000000000..63c13f8192 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_INVALID_REQ @@ -0,0 +1,49 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to process the request: +

+%R
+
+

+The following error was encountered: +

    +
  • + +Invalid Request + +
+ +

+Some aspect of the HTTP Request is invalid. Possible problems: +

    +
  • Missing or unknown request method +
  • Missing URL +
  • Missing HTTP Identifier (HTTP/1.0) +
  • Request is too large +
  • Content-Length missing for POST or PUT requests +
  • Illegal character in hostname; underscores are not allowed +
+

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_INVALID_RESP b/config/proxy/errors.ipfire/English/ERR_INVALID_RESP new file mode 100644 index 0000000000..b41737d502 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_INVALID_RESP @@ -0,0 +1,45 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to process the request: +

+%R
+
+

+The following error was encountered: +

    +
  • + +Invalid Response + +
+ +

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

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_INVALID_URL b/config/proxy/errors.ipfire/English/ERR_INVALID_URL new file mode 100644 index 0000000000..df3272823f --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_INVALID_URL @@ -0,0 +1,45 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +Invalid URL + +
+ +

+Some aspect of the requested URL is incorrect. Possible problems: +

    +
  • Missing or incorrect access protocol (should be `http://'' or similar) +
  • Missing hostname +
  • Illegal double-escape in the URL-Path +
  • Illegal character in hostname; underscores are not allowed +
+

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_LIFETIME_EXP b/config/proxy/errors.ipfire/English/ERR_LIFETIME_EXP new file mode 100644 index 0000000000..3f1e79a273 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_LIFETIME_EXP @@ -0,0 +1,40 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +Connection Lifetime Expired + +
+ +

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

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_NO_RELAY b/config/proxy/errors.ipfire/English/ERR_NO_RELAY new file mode 100644 index 0000000000..7f6768ba92 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_NO_RELAY @@ -0,0 +1,39 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +No Wais Relay + +
+ +

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

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_ONLY_IF_CACHED_MISS b/config/proxy/errors.ipfire/English/ERR_ONLY_IF_CACHED_MISS new file mode 100644 index 0000000000..b60438b6d9 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_ONLY_IF_CACHED_MISS @@ -0,0 +1,44 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +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 only-if-cached directive. + +

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_READ_ERROR b/config/proxy/errors.ipfire/English/ERR_READ_ERROR new file mode 100644 index 0000000000..0f1d34518b --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_READ_ERROR @@ -0,0 +1,44 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +Read Error + +
+ +

+The system returned: +

    %E
+ +

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

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_READ_TIMEOUT b/config/proxy/errors.ipfire/English/ERR_READ_TIMEOUT new file mode 100644 index 0000000000..f2e26a8e06 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_READ_TIMEOUT @@ -0,0 +1,44 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +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. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_SHUTTING_DOWN b/config/proxy/errors.ipfire/English/ERR_SHUTTING_DOWN new file mode 100644 index 0000000000..3edad3f494 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_SHUTTING_DOWN @@ -0,0 +1,34 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

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

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_SOCKET_FAILURE b/config/proxy/errors.ipfire/English/ERR_SOCKET_FAILURE new file mode 100644 index 0000000000..1dc72a9123 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_SOCKET_FAILURE @@ -0,0 +1,44 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +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. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_TOO_BIG b/config/proxy/errors.ipfire/English/ERR_TOO_BIG new file mode 100644 index 0000000000..65c61f659d --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_TOO_BIG @@ -0,0 +1,44 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +The request or reply is too large. + +

    +If you are making a POST or PUT request, then your request body +(the thing you are trying to upload) is too large. If you are +making a GET request, then the reply body (what 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. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_UNSUP_REQ b/config/proxy/errors.ipfire/English/ERR_UNSUP_REQ new file mode 100644 index 0000000000..6b8a7dba2d --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_UNSUP_REQ @@ -0,0 +1,40 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +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. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_URN_RESOLVE b/config/proxy/errors.ipfire/English/ERR_URN_RESOLVE new file mode 100644 index 0000000000..f7c1421435 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_URN_RESOLVE @@ -0,0 +1,39 @@ + + +ERROR: The requested URN not be retrieved + + +
+

Sorry ... A URL for the requested URN could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URN: +%U +

+The following error was encountered: +

    +
  • + +Cannot Resolve URN + +
+ +

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

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_WRITE_ERROR b/config/proxy/errors.ipfire/English/ERR_WRITE_ERROR new file mode 100644 index 0000000000..b633839a8f --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_WRITE_ERROR @@ -0,0 +1,44 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +Write Error + +
+ +

+The system returned: +

    %E
+ +

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

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/English/ERR_ZERO_SIZE_OBJECT b/config/proxy/errors.ipfire/English/ERR_ZERO_SIZE_OBJECT new file mode 100644 index 0000000000..9e46c343f0 --- /dev/null +++ b/config/proxy/errors.ipfire/English/ERR_ZERO_SIZE_OBJECT @@ -0,0 +1,39 @@ + + +ERROR: The requested URL could not be retrieved + + +
+

Sorry ... The requested URL could not be retrieved

+
+ + +
IPFire + +
+

+
+While trying to retrieve the URL: +%U +

+The following error was encountered: +

    +
  • + +Zero Sized Reply + +
+ +

+Squid did not receive any data for this request. +

Your cache administrator is %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_ACCESS_DENIED b/config/proxy/errors.ipfire/German/ERR_ACCESS_DENIED new file mode 100644 index 0000000000..56843004bc --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_ACCESS_DENIED @@ -0,0 +1,42 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Zugriff verweigert +
+ +

+Aufgrund von Zugriffsbeschränkungen ist Ihre Anfrage zur Zeit +nicht erlaubt.
+Bitte kontaktieren Sie Ihren Service Provider, wenn Sie der Meinung +sind, daß dies nicht korrekt ist. +

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_CACHE_ACCESS_DENIED b/config/proxy/errors.ipfire/German/ERR_CACHE_ACCESS_DENIED new file mode 100644 index 0000000000..d6d0c91a43 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_CACHE_ACCESS_DENIED @@ -0,0 +1,46 @@ + + +FEHLER: Cache-Zugriff Verweigert + + +
+

Sorry ... Cache-Zugriff Verweigert

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Cache-Zugriff verweigert +

    +
+ +

Leider sind Sie zur Zeit nicht berechtigt +

    %U
+von diesem Cache zu beziehen, bis Sie sich authentifiziert haben. +

+ +

+Sie benötigen hierzu Netscape Version 2.0 (oder höher), Microsoft Internet +Explorer 3.0 oder einen anderen HTTP/1.1 Browser. Bitte kontaktieren Sie +den Cache-Administrator, wenn Sie Probleme haben, +sich zu authentifizieren, oder +ändern Sie Ihr Passwort. +

+
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_CACHE_MGR_ACCESS_DENIED b/config/proxy/errors.ipfire/German/ERR_CACHE_MGR_ACCESS_DENIED new file mode 100644 index 0000000000..c817019adf --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_CACHE_MGR_ACCESS_DENIED @@ -0,0 +1,48 @@ + + +FEHLER: Cache-Manager-Zugriff Verweigert + + +
+

Sorry ... Cache-Manager-Zugriff verweigert

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Cache-Manager-Zugriff verweigert +
+

+ +

Leider sind Sie zur Zeit nicht berechtigt +

    %U
+von diesem Cache zu beziehen, bis Sie sich authentifiziert haben. +

+ +

+Sie benötigen hierzu Netscape Version 2.0 (oder höher), Microsoft Internet +Explorer 3.0 oder einen anderen HTTP/1.1 Browser. +Bitte kontaktieren Sie den Cache-Administrator, wenn Sie Probleme haben, +sich zu authentifizieren, oder wenn Sie der Administrator sind, +lesen Sie die Squid-Dokumentation über das Cache-Manager +Interface und überprüfen Sie das Cache-Log für detailiertere +Fehlermeldungen. +

+
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_CANNOT_FORWARD b/config/proxy/errors.ipfire/German/ERR_CANNOT_FORWARD new file mode 100644 index 0000000000..c76ae3dedc --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_CANNOT_FORWARD @@ -0,0 +1,44 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Die Anfrage kann zur Zeit nicht weitergeleitet werden +
+ +

+Diese Anfrage konnte nicht zum WWW-Server oder einem +Parent-Cache weitergeleitet werden. Der wahrscheinlichste Grund für +diesen Fehler ist: +

    +
  • Der Cache-Administrator erlaubt nicht, daß dieser Server + direkte Verbindungen zu WWW-Servern aufbaut, und +
  • alle konfigurierten Parent-Caches sind zur Zeit nicht erreichbar. +
+

+

+Ihr Cache Administrator ist %w.
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_CONNECT_FAIL b/config/proxy/errors.ipfire/German/ERR_CONNECT_FAIL new file mode 100644 index 0000000000..3cf847ba0c --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_CONNECT_FAIL @@ -0,0 +1,42 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Verbindung schlug fehl +
+ +

+Das System gab: +

    %E
+zurück. +

+Der Zielrechner oder das Zielnetzwerk könnten deaktiviert sein. +Bitte versuchen Sie die Anfrage noch einmal. +

+

+Ihr Cache Administrator ist %w.
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_DNS_FAIL b/config/proxy/errors.ipfire/German/ERR_DNS_FAIL new file mode 100644 index 0000000000..9701313273 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_DNS_FAIL @@ -0,0 +1,48 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Es war unmöglich, eine IP-Adresse für %H +zu bestimmen. + +
+ +

+Der DNS-Server gab: +

+%z +
+zurück. +

+ Der Cache war nicht in der Lage, den in der URL enthaltenen Hostnamen + aufzulösen. + Überprüfen Sie, ob die Adresse korrekt ist. +

+

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_FORWARDING_DENIED b/config/proxy/errors.ipfire/German/ERR_FORWARDING_DENIED new file mode 100644 index 0000000000..bc9536145e --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_FORWARDING_DENIED @@ -0,0 +1,41 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Weiterleiten verweigert +
+ +

+Dieser Cache wird Ihre Anfrage nicht weiterleiten, da er versucht, eine +Sibling-Beziehung zu erzwingen. +Wahrscheinlich ist der Client bei %i ein Cache, der falsch +konfiguriert wurde. Informieren Sie dessen Administrator und/oder überprüfen +Sie Ihre Proxy-Einstellungen. +

+

+Ihr Cache Administrator ist %w.
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_FTP_DISABLED b/config/proxy/errors.ipfire/German/ERR_FTP_DISABLED new file mode 100644 index 0000000000..6dd0331ad9 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_FTP_DISABLED @@ -0,0 +1,37 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +FTP ist deaktiviert +
+ +

+Dieser Cache unterstützt kein FTP. +

+

+Ihr Cache Administrator ist %w.
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_FTP_FAILURE b/config/proxy/errors.ipfire/German/ERR_FTP_FAILURE new file mode 100644 index 0000000000..b71b1f2b92 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_FTP_FAILURE @@ -0,0 +1,43 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Ein FTP-Protokollfehler ist aufgetreten +während des Versuches, den URL: +%U
+zu laden. + +

+Squid sendete den folgenden FTP-Befehl: +

	%f
+und erhielt die Antwort: +
	%F
+

+Dies könnte durch einen FTP-URL verursacht worden sein, der ein +absoluter Pfad ist (was nicht der RFC 1738 entspricht). +Wenn dies der Fall sein sollte, kann die Datei unter %B gefunden werden. +

+

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_FTP_FORBIDDEN b/config/proxy/errors.ipfire/German/ERR_FTP_FORBIDDEN new file mode 100644 index 0000000000..0aa1d5b252 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_FTP_FORBIDDEN @@ -0,0 +1,37 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Ein FTP-Berechtigungsfehlschlag ist aufgetreten während des Versuches, den URL: %U
+zu laden. +

+Squid sendete den folgenden FTP-Befehl: +

%f
+und erhielt die Antwort: +
%F
+
%g
+

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_FTP_NOT_FOUND b/config/proxy/errors.ipfire/German/ERR_FTP_NOT_FOUND new file mode 100644 index 0000000000..d282e0c460 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_FTP_NOT_FOUND @@ -0,0 +1,42 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat ein Problem auf: +

+Squid sendete den folgenden FTP-Befehl: +

%f
+und erhielt die Antwort: +
%F
+
%g
+

+Dies könnte durch einen FTP-URL verursacht worden sein, der ein +absoluter Pfad ist (was nicht der RFC 1738 entspricht). +Wenn dies der Fall sein sollte, kann die Datei unter %B gefunden werden. +

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_FTP_PUT_CREATED b/config/proxy/errors.ipfire/German/ERR_FTP_PUT_CREATED new file mode 100644 index 0000000000..561da64c65 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_FTP_PUT_CREATED @@ -0,0 +1,19 @@ + + +FTP PUT Erfolgreich: Datei angelegt + + +
+

Datei angelegt

+
+ + +
IPFire + +
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_FTP_PUT_ERROR b/config/proxy/errors.ipfire/German/ERR_FTP_PUT_ERROR new file mode 100644 index 0000000000..f3d17afdd2 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_FTP_PUT_ERROR @@ -0,0 +1,38 @@ + + +FEHLER: FTP Upload fehlgeschlagen + + +
+

Sorry ... FTP PUT/Upload fehlgeschlagen

+
+ + +
IPFire + +
+

+
+Während dem PUT/Upload-Versuch zum URL: +%U
+

+Squid sendete den folgenden FTP-Befehl: +

        %f
+und erhielt die Antwort: +
        %F
+

+Überprüfen Sie den Pfad, die Zugriffsrechte und den +Plattenplatz. Versuchen Sie es dann erneut. +

+

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_FTP_PUT_MODIFIED b/config/proxy/errors.ipfire/German/ERR_FTP_PUT_MODIFIED new file mode 100644 index 0000000000..db3bfbe62a --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_FTP_PUT_MODIFIED @@ -0,0 +1,19 @@ + + +FTP PUT erfolgreich: Datei aktualisiert + + +
+

Datei aktualisiert

+
+ + +
IPFire + +
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_FTP_UNAVAILABLE b/config/proxy/errors.ipfire/German/ERR_FTP_UNAVAILABLE new file mode 100644 index 0000000000..01046a1ead --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_FTP_UNAVAILABLE @@ -0,0 +1,38 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Der FTP Server war zu beschäftigt während des Versuches, den URL
+%U
+zu laden. +

+Squid sendete den folgenden FTP-Befehl: +

%f
+und erhielt die Antwort: +
%F
+
%g
+

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_INVALID_REQ b/config/proxy/errors.ipfire/German/ERR_INVALID_REQ new file mode 100644 index 0000000000..01bf60315f --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_INVALID_REQ @@ -0,0 +1,50 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, die Anfrage +

+%R
+
+zu verarbeiten, trat der folgende Fehler auf: +
    +
  • +Ungültige Anfrage +
+ +

+Ein Teil der HTTP-Anfrage ist ungültig. Mögliche Gründe: +

    +
  • Fehlende oder unbekannte Anfrage-Methode (GET, POST) +
  • Fehlender URL +
  • Fehlender HTTP Identifier (HTTP/1.0) +
  • Anfrage ist zu groß +
  • Content-Length fehlt für POST- oder PUT-Anfragen +
  • Ungültige Zeichen im Hostnamen - z.B. Unterstriche ('_'), + Umlaute und Kommata sind nicht erlaubt. +
+

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_INVALID_RESP b/config/proxy/errors.ipfire/German/ERR_INVALID_RESP new file mode 100644 index 0000000000..0262c92c32 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_INVALID_RESP @@ -0,0 +1,45 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, die Anfrage +

+%R
+
+

+zu verarbeiten, trat der folgende Fehler auf: +

    +
  • + +Ungültige Antwort + +
+ +

+Die HTTP Antwortmeldung des kontaktierten Servers konnte nicht verstanden werden +oder war auf andere Weise missgebildet. Bitte kontaktieren Sie den Betreiber der +betreffenden Webseite. Wenn nötig kann Ihr Cache Administrator in der Lage sein, +Sie mit mehr Details über die genaue Ursache des Problems zu versorgen. + +

Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_INVALID_URL b/config/proxy/errors.ipfire/German/ERR_INVALID_URL new file mode 100644 index 0000000000..c33064be93 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_INVALID_URL @@ -0,0 +1,46 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Ungültiger URL +
+ +

+Ein Teil des angefragten URL ist ungültig. Mögliche Gründe: +

    +
  • Fehlendes oder unkorrektes Zugriffsprotokoll (sollte 'http://' oder ähnlich sein) +
  • Fehlender Hostname +
  • Ungültiges 'double-escape' im URL-Pfad +
  • Ungültige Zeichen im Hostnamen - z.B. Unterstriche ('_'), + Umlaute und Kommata sind nicht erlaubt. +
+

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_LIFETIME_EXP b/config/proxy/errors.ipfire/German/ERR_LIFETIME_EXP new file mode 100644 index 0000000000..719b72826f --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_LIFETIME_EXP @@ -0,0 +1,40 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Verbindungs-Lebensdauer ist abgelaufen +
+ +

+Squid hat die Anfrage abgebrochen, weil sie die maximale +Verbindungs-Lebensdauer überschritten hat. +

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_NO_RELAY b/config/proxy/errors.ipfire/German/ERR_NO_RELAY new file mode 100644 index 0000000000..93a244c675 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_NO_RELAY @@ -0,0 +1,37 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Kein WAIS-Relay +
+ +

+Es sind keine WAIS-Relay-Rechner für diesen Cache definiert. +Teilen Sie dies Ihrem Cache Administrator mit. +

+
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_ONLY_IF_CACHED_MISS b/config/proxy/errors.ipfire/German/ERR_ONLY_IF_CACHED_MISS new file mode 100644 index 0000000000..f977f98387 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_ONLY_IF_CACHED_MISS @@ -0,0 +1,43 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Ein gültiges Dokument wurde nicht im Cache gefunden, und die 'only-if-cached directive' war angegeben. + +
+ +

+Sie haben eine Anfrage mit einer only-if-cached +Cache-Control-Direktive abgeschickt. Das Dokument wurde nicht im Cache gefunden, +oder es hätte eine Überprüfung benötigt, +die durch die only-if-cached dicective verboten wurde. +

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_READ_ERROR b/config/proxy/errors.ipfire/German/ERR_READ_ERROR new file mode 100644 index 0000000000..a230d3331a --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_READ_ERROR @@ -0,0 +1,44 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Lesefehler +
+ +

+Das System gab: +

    %E
+zurück. +

+Bei dem Versuch, Daten vom Netzwerk zu lesen, trat ein Fehler +auf. Bitte versuchen Sie Ihre Anfrage erneut. +

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_READ_TIMEOUT b/config/proxy/errors.ipfire/German/ERR_READ_TIMEOUT new file mode 100644 index 0000000000..5d8b42db6e --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_READ_TIMEOUT @@ -0,0 +1,46 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Read Timeout +
+ +

+Das System gab: +

    %E
+zurück. +

+Bei dem Versuch Daten vom Netzwerk zu lesen, mußte zu lange +gewartet werden (timeout). +Das Netzwerk oder der Server könnten deaktiviert oder +überlastet sein. Bitte versuchen Sie Ihre Anfrage erneut. +

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_SHUTTING_DOWN b/config/proxy/errors.ipfire/German/ERR_SHUTTING_DOWN new file mode 100644 index 0000000000..163340aab2 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_SHUTTING_DOWN @@ -0,0 +1,36 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat folgendes Problem auf: + +

    +
  • Dieser Cache ist im Begriff herunterzufahren und kann Ihre Anfrage +zur Zeit nicht bearbeiten. Bitte wiederholen Sie Ihre Anfrage etwas später. +
+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_SOCKET_FAILURE b/config/proxy/errors.ipfire/German/ERR_SOCKET_FAILURE new file mode 100644 index 0000000000..7dcfc34da1 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_SOCKET_FAILURE @@ -0,0 +1,45 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Socket Failure +
+ +

+Das System gab: +

    %E
+zurück. +

+Squid ist nicht in der Lage, einen TCP-Socket zu öffnen, +wahrscheinlich wegen extremer Überlastung. +Bitte versuchen Sie Ihre Anfrage erneut. +

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_TOO_BIG b/config/proxy/errors.ipfire/German/ERR_TOO_BIG new file mode 100644 index 0000000000..5a971a07c2 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_TOO_BIG @@ -0,0 +1,46 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat folgendes Problem auf: +

    +
  • + +Die Anfrage oder die Antwort ist zu groß. + +
+ +

+Wenn Sie eine POST oder PUT Anfrage gemacht haben, dann ist der 'request body' +(das was Sie versucht haben hochzuladen) zu groß. Wenn Sie eine GET +Anfrage gemacht haben, dann ist der 'reply body' (das was Sie versuchen +herunterzuladen) zu groß. Diese Beschränkungen wurden von Ihrem +Internet Service Provider, der diesen Cache Server unterhält, festgelegt. +Bitte setzen Sie sich direkt mit ihm in Kontakt wenn Sie meinen, daß +dies ein Fehler ist. + +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_UNSUP_REQ b/config/proxy/errors.ipfire/German/ERR_UNSUP_REQ new file mode 100644 index 0000000000..ee648633e1 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_UNSUP_REQ @@ -0,0 +1,41 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Nicht unterstützte Zugriffsmethode oder nicht unterstütztes Protokoll +
+ +

+Squid unterstützt nicht alle Anfragemethoden für alle +Zugriffsprotokolle. +Beispielsweise können Sie keine Gopher-Anfrage POST'en. +

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_URN_RESOLVE b/config/proxy/errors.ipfire/German/ERR_URN_RESOLVE new file mode 100644 index 0000000000..9ca483ee1d --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_URN_RESOLVE @@ -0,0 +1,39 @@ + + +FEHLER: Die angeforderete URN konnte nicht geholt werden + + +
+

Sorry ... Ein URL für den angeforderten URN konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URN +%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Die URN konnte nicht aufgelöst werden +
+ +

+Erwarten Sie nicht zu viel von URNs auf %T +

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_WRITE_ERROR b/config/proxy/errors.ipfire/German/ERR_WRITE_ERROR new file mode 100644 index 0000000000..0dc6a1cdbc --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_WRITE_ERROR @@ -0,0 +1,44 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Schreibfehler +
+ +

+Das System gab: +

    %E
+zurück. +

+Ein Fehler trat während des Schreibens zum Netzwerk auf. +Bitte wiederholen Sie Ihre Anfrage. +

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/config/proxy/errors.ipfire/German/ERR_ZERO_SIZE_OBJECT b/config/proxy/errors.ipfire/German/ERR_ZERO_SIZE_OBJECT new file mode 100644 index 0000000000..dc7742b1e8 --- /dev/null +++ b/config/proxy/errors.ipfire/German/ERR_ZERO_SIZE_OBJECT @@ -0,0 +1,39 @@ + + +FEHLER: Die angeforderte URL konnte nicht geholt werden + + +
+

Sorry ... Die angeforderte URL konnte nicht geholt werden

+
+ + +
IPFire + +
+

+
+Während des Versuches, den URL
+%U
+zu laden, trat der folgende Fehler auf: +

    +
  • +Leeres Dokument +
+ +

+Squid hat keinerlei Daten auf diese Anfrage empfangen. +

+ +

+Ihr Cache Administrator ist %w. +
+

+
+
+
+
+Generated %T by %h (%s) +
+
+ diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi index 05a75c3bb8..4e55ab7d14 100644 --- a/html/cgi-bin/proxy.cgi +++ b/html/cgi-bin/proxy.cgi @@ -166,8 +166,8 @@ $proxysettings{'TRANSPARENT_BLUE'} = 'off'; $proxysettings{'PROXY_PORT'} = '800'; $proxysettings{'VISIBLE_HOSTNAME'} = ''; $proxysettings{'ADMIN_MAIL_ADDRESS'} = ''; -$proxysettings{'ERR_LANGUAGE'} = 'English'; -$proxysettings{'ERR_DESIGN'} = 'IPCop'; +$proxysettings{'ERR_LANGUAGE'} = 'German'; +$proxysettings{'ERR_DESIGN'} = 'ipfire'; $proxysettings{'SUPPRESS_VERSION'} = 'off'; $proxysettings{'FORWARD_VIA'} = 'off'; $proxysettings{'FORWARD_IPADDRESS'} = 'off'; @@ -882,6 +882,7 @@ if ($netsettings{'BLUE_DEV'}) { print <$Lang::tr{'advproxy error language'}: + $errordir.ipfire/$proxysettings{'ERR_LANGUAGE'} $Lang::tr{'advproxy error design'}: @@ -2863,9 +2864,9 @@ cache_dir aufs /var/log/cache $proxysettings{'CACHE_SIZE'} $proxysettings{'L1_DI END ; - if (($proxysettings{'ERR_DESIGN'} eq 'ipcop') && ($proxysettings{'VISIBLE_HOSTNAME'} eq '')) + if (($proxysettings{'ERR_DESIGN'} eq 'ipfire' )) { - print FILE "error_directory $errordir.ipcop/$proxysettings{'ERR_LANGUAGE'}\n\n"; + print FILE "error_directory $errordir.ipfire/$proxysettings{'ERR_LANGUAGE'}\n\n"; } else { print FILE "error_directory $errordir/$proxysettings{'ERR_LANGUAGE'}\n\n"; } @@ -3150,7 +3151,7 @@ acl IPCop_no_access_mac arp "$acl_src_noaccess_mac" END ; print FILE "deny_info "; - if ((($proxysettings{'ERR_DESIGN'} eq 'ipcop') && (-e "$errordir.ipcop/$proxysettings{'ERR_LANGUAGE'}/ERR_ACCESS_DISABLED")) || + if ((($proxysettings{'ERR_DESIGN'} eq 'ipfire') && (-e "$errordir.ipfire/$proxysettings{'ERR_LANGUAGE'}/ERR_ACCESS_DISABLED")) || (($proxysettings{'ERR_DESIGN'} eq 'squid') && (-e "$errordir/$proxysettings{'ERR_LANGUAGE'}/ERR_ACCESS_DISABLED"))) { print FILE "ERR_ACCESS_DISABLED"; @@ -3159,7 +3160,7 @@ END } print FILE " IPCop_no_access_ips\n"; print FILE "deny_info "; - if ((($proxysettings{'ERR_DESIGN'} eq 'ipcop') && (-e "$errordir.ipcop/$proxysettings{'ERR_LANGUAGE'}/ERR_ACCESS_DISABLED")) || + if ((($proxysettings{'ERR_DESIGN'} eq 'ipfire') && (-e "$errordir.ipfire/$proxysettings{'ERR_LANGUAGE'}/ERR_ACCESS_DISABLED")) || (($proxysettings{'ERR_DESIGN'} eq 'squid') && (-e "$errordir/$proxysettings{'ERR_LANGUAGE'}/ERR_ACCESS_DISABLED"))) { print FILE "ERR_ACCESS_DISABLED"; diff --git a/lfs/squid b/lfs/squid index e8c631e7cf..8411b38edf 100644 --- a/lfs/squid +++ b/lfs/squid @@ -105,6 +105,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -f $(DIR_SRC)/config/updxlrator/updxlrator /usr/sbin/updxlrator cp -f $(DIR_SRC)/config/updxlrator/checkup /var/ipfire/updatexlrator/bin/checkup cp -f $(DIR_SRC)/config/updxlrator/download /var/ipfire/updatexlrator/bin/download + mkdir -p /usr/lib/squid/errors.ipfire + cp -f $(DIR_SRC)/config/proxy/errors.ipfire/ /usr/lib/squid/errors.ipfire/ chmod 755 /usr/sbin/updxlrator /var/ipfire/updatexlrator/bin/checkup \ /var/ipfire/updatexlrator/bin/download -- 2.39.2