]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Various Translators
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Jun 2009 05:23:20 +0000 (17:23 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Jun 2009 05:23:20 +0000 (17:23 +1200)
Language: Slovak

This concludes the deprecated language conversions.
Makefile adjusted to remove obsolete operations.

38 files changed:
errors/Makefile.am
errors/Slovak/ERR_ACCESS_DENIED [deleted file]
errors/Slovak/ERR_CACHE_ACCESS_DENIED [deleted file]
errors/Slovak/ERR_CACHE_MGR_ACCESS_DENIED [deleted file]
errors/Slovak/ERR_CANNOT_FORWARD [deleted file]
errors/Slovak/ERR_CONNECT_FAIL [deleted file]
errors/Slovak/ERR_DNS_FAIL [deleted file]
errors/Slovak/ERR_ESI [deleted file]
errors/Slovak/ERR_FORWARDING_DENIED [deleted file]
errors/Slovak/ERR_FTP_DISABLED [deleted file]
errors/Slovak/ERR_FTP_FAILURE [deleted file]
errors/Slovak/ERR_FTP_FORBIDDEN [deleted file]
errors/Slovak/ERR_FTP_NOT_FOUND [deleted file]
errors/Slovak/ERR_FTP_PUT_CREATED [deleted file]
errors/Slovak/ERR_FTP_PUT_ERROR [deleted file]
errors/Slovak/ERR_FTP_PUT_MODIFIED [deleted file]
errors/Slovak/ERR_FTP_UNAVAILABLE [deleted file]
errors/Slovak/ERR_ICAP_FAILURE [deleted file]
errors/Slovak/ERR_INVALID_REQ [deleted file]
errors/Slovak/ERR_INVALID_RESP [deleted file]
errors/Slovak/ERR_INVALID_URL [deleted file]
errors/Slovak/ERR_LIFETIME_EXP [deleted file]
errors/Slovak/ERR_NO_RELAY [deleted file]
errors/Slovak/ERR_ONLY_IF_CACHED_MISS [deleted file]
errors/Slovak/ERR_READ_ERROR [deleted file]
errors/Slovak/ERR_READ_TIMEOUT [deleted file]
errors/Slovak/ERR_SECURE_CONNECT_FAIL [deleted file]
errors/Slovak/ERR_SHUTTING_DOWN [deleted file]
errors/Slovak/ERR_SOCKET_FAILURE [deleted file]
errors/Slovak/ERR_TOO_BIG [deleted file]
errors/Slovak/ERR_UNSUP_HTTPVERSION [deleted file]
errors/Slovak/ERR_UNSUP_REQ [deleted file]
errors/Slovak/ERR_URN_RESOLVE [deleted file]
errors/Slovak/ERR_WRITE_ERROR [deleted file]
errors/Slovak/ERR_ZERO_SIZE_OBJECT [deleted file]
errors/Slovak/README [deleted file]
errors/Slovak/generic [deleted file]
errors/sk.po [new file with mode: 0644]

index 2de2795b807cea3e680ac4090ea1d5460cf6bd37..b4129f854b1d92f156935eb923631b857c7c981e 100644 (file)
@@ -43,6 +43,7 @@ TRANSLATIONS = \
        pt pt-br \
        ro \
        ru \
+       sk \
        sr \
        sv \
        th \
@@ -51,19 +52,7 @@ TRANSLATIONS = \
        uz \
        zh-cn zh-tw
 
-# Legacy language contributions...
-#
-LANGUAGES      = \
-               Slovak
-
 install-data-local: 
-       @for l in $(LANGUAGES); do \
-               $(mkinstalldirs) $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l && \
-               for f in $(srcdir)/$$l/ERR_*; do \
-                       echo "$(INSTALL_DATA) $$f $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l"; \
-                       $(INSTALL_DATA) $$f $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l; \
-               done; \
-       done; \
        for l in $(TRANSLATIONS) templates; do \
          if test -d $(srcdir)/$$l; then \
                $(mkinstalldirs) $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l && \
@@ -83,11 +72,6 @@ install-data-local:
 
 
 uninstall-local:
-       @ for l in $(LANGUAGES) templates; do \
-               for f in $(top_srcdir)/errors/$$l/ERR_*; do \
-                       $(RM) $(DESTDIR)$(DEFAULT_ERROR_DIR)/$$l/`basename $$f`; \
-               done; \
-       done; \
        for l in $(TRANSLATIONS); do \
          if test -d $(srcdir)/errors/$$l; then \
                for f in $(srcdir)/errors/$$l/ERR_*; do \
@@ -126,15 +110,6 @@ addlang: all
        fi
 
 dist-hook: translate
-       for lang in $(LANGUAGES) templates; do \
-         if test -d $(srcdir)/$$lang ; then \
-               test -d $(distdir)/$$lang \
-                 || mkdir $(distdir)/$$lang \
-                 || exit 1; \
-               cp -p $(srcdir)/$$lang/ERR_*  $(distdir)/$$lang \
-                 || exit 1; \
-         fi; \
-       done; \
        for lang in $(TRANSLATIONS); do \
          if test -d $$lang ; then \
                test -d $(distdir)/$$lang \
diff --git a/errors/Slovak/ERR_ACCESS_DENIED b/errors/Slovak/ERR_ACCESS_DENIED
deleted file mode 100644 (file)
index b274f45..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Access Denied.
-</STRONG>
-<P>
-Pístup k dokumentu Vám teraz nebol umožnený v dôsledku nedostatočných
-prístupových práv. Ak si myslíte, že je to chyba, kontaktujte prosím správcu
-daného systému.
-</UL>
-</P>
-
diff --git a/errors/Slovak/ERR_CACHE_ACCESS_DENIED b/errors/Slovak/ERR_CACHE_ACCESS_DENIED
deleted file mode 100644 (file)
index 30eab95..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Cache Access Denied</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD>
-<BODY>
-<H1>CHYBA</H1>
-<H2>Cache Access Denied</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Cache Access Denied.
-</STRONG>
-</UL>
-</P>
-
-<P>Prepáčte, ale prístup k:
-<PRE>    %U</PRE>
-je povolený až po autentifikácii.
-</P>
-
-<P>
-Na to, aby ste boli schopný sa autentifikovať potrebujete prehliadač
-Netscape verzia 2.0 alebo vyššiu, Microsoft Internet Explorer 3.0 alebo
-prehliadač podporujúci protokol HTTP/1.1. Ak máte problém pri
-autentifikácii, kontaktujte prosím <A HREF="mailto:%w%W">cache
-administrátora</A> alebo si
-<A HREF="http://%h/cgi-bin/chpasswd.cgi">zmeňte</A> Vaše implicitné heslo.
-</P>
diff --git a/errors/Slovak/ERR_CACHE_MGR_ACCESS_DENIED b/errors/Slovak/ERR_CACHE_MGR_ACCESS_DENIED
deleted file mode 100644 (file)
index d73a892..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Cache Manager Access Denied</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD>
-<BODY>
-<H1>CHYBA</H1>
-<H2>Cache Manager Access Denied</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Cache Manager Access Denied.
-</STRONG>
-</UL>
-</P>
-
-<P>Prístup k dokumentu:
-<PRE>    %U</PRE>
-Vám bude povolený až po Vašej autentifikácii.
-</P>
-
-<P>Na to, aby ste boli schopný sa autentifikovať potrebujete prehliadač
-Netscape verzia 2.0 alebo vyššiu, Microsoft Internet Explorer 3.0 alebo
-prehliadač podporujúci protokol HTTP/1.1. Ak máte problém pri
-autentifikácii, kontaktujte prosím <A HREF="mailto:%w%W">cache administrátora</A>.
-Ak Vy sám <em>ste</em> administrátor, prečítajte si prosím dokumentáciu k
-rozhraniu cache manažéra a prezrite si detailnejšie chybové hlásenie v cache
-logu.</P>
-
diff --git a/errors/Slovak/ERR_CANNOT_FORWARD b/errors/Slovak/ERR_CANNOT_FORWARD
deleted file mode 100644 (file)
index ca7661f..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Požiadavku teraz nie je možné presmerovať.
-</STRONG>
-</UL>
-
-<P>
-Požiadavka nemôže byť presmerovaná k pôvodnému serveru alebo nadradeným
-cache serverom. Príčinou môže byť:
-<UL>
-<LI>Cache server administrátor nedovolil tomuto cache serveru priamy prístup k
-    pôvodnym serverom a
-<LI>všetky nadradené cache servery su práve nedostupné
-</UL>
-</P>
diff --git a/errors/Slovak/ERR_CONNECT_FAIL b/errors/Slovak/ERR_CONNECT_FAIL
deleted file mode 100644 (file)
index 240e79d..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Connection Failed
-</STRONG>
-</UL>
-
-<P>
-Systém odpovedal:
-<PRE><I>    %E</I></PRE>
-
-<P>
-Vzdialený server alebo sieť sú nedostupné. Opakujte prosím Vašu požiadavku.
-</P>
diff --git a/errors/Slovak/ERR_DNS_FAIL b/errors/Slovak/ERR_DNS_FAIL
deleted file mode 100644 (file)
index 88e4b09..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<BLOCKQUOTE>
-Nie je možné previesť názov počítača na IP adresu
-<I>%H</I>
-</BLOCKQUOTE>
-</UL>
-
-<P>
-DNS server odpovedal:
-<BLOCKQUOTE>
-%z
-</BLOCKQUOTE>
-
-<P>
-To znamená, že:
-<PRE>
- Cache server nebol schopný získať adresu uvedenú v URL.
- Skontrolujte prosím adresu.
-</PRE>
-</P>
-
diff --git a/errors/Slovak/ERR_ESI b/errors/Slovak/ERR_ESI
deleted file mode 100644 (file)
index b78db43..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff; font-family:verdana,sans-serif}--></STYLE>
-</HEAD><BODY>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<BLOCKQUOTE>
-ESI Processing failed.
-</BLOCKQUOTE>
-
-<P>
-The ESI processor returned:
-<BLOCKQUOTE>
-%Z
-</BLOCKQUOTE>
-
-<P>
-This means that:
-<PRE>
- The surrogate was not able to process the ESI template. Please report this error to the webmaster. 
-</PRE>
-<P>Your webmaster is <A HREF="mailto:%w">%w</A>.</P>
-<P>This page is in english because a translation has not been made. If you are able to, please create a translation and contact the squid project to get it included.</P>
diff --git a/errors/Slovak/ERR_FORWARDING_DENIED b/errors/Slovak/ERR_FORWARDING_DENIED
deleted file mode 100644 (file)
index 9f55043..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Forwarding Denied.
-</STRONG>
-</UL>
-
-<P>
-Tento server nepresmeruje Vašu požiadavku pretože mu to nedovoľujú vzťahy v
-hierarchii cache serverov. Cache server %i je možno zle nakonfigurovaný.
-</P>
diff --git a/errors/Slovak/ERR_FTP_DISABLED b/errors/Slovak/ERR_FTP_DISABLED
deleted file mode 100644 (file)
index 26dc5e6..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-FTP is Disabled
-</STRONG>
-</UL>
-
-<P>
-Tento cache server nepodporuje protokol FTP.
-</P>
diff --git a/errors/Slovak/ERR_FTP_FAILURE b/errors/Slovak/ERR_FTP_FAILURE
deleted file mode 100644 (file)
index a53094e..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k"
-<A HREF="%U">%U</A>
-sa vyskytla chyba FTP.
-<P>
-Squid odoslal nasledujúci FTP príkaz:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-a obdržal túto odpoveď:
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-<P>
-To môže byť spôsobené uvedením absolútnej cesty v FTP URL (čo odporuje RFC
-1738). V tomto prípade by ste dokument mohli nájsť na <A HREF="%B">%B</A>.
-</P>
-
diff --git a/errors/Slovak/ERR_FTP_FORBIDDEN b/errors/Slovak/ERR_FTP_FORBIDDEN
deleted file mode 100644 (file)
index 437fc11..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse získať URL sa vyskytla chyba autentifikácie:
-<A HREF="%U">%U</A>
-<P>
-Squid zaslal nasledujúci FTP príkaz:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-a obdržal nasledovnú opoveď:
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-</P>
-
diff --git a/errors/Slovak/ERR_FTP_NOT_FOUND b/errors/Slovak/ERR_FTP_NOT_FOUND
deleted file mode 100644 (file)
index ed48f91..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovane URL je nedostupne</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadované URL je nedostupné</H2>
-<HR noshade size="1px">
-<P>
-Nasledovné URL je nedostupné:
-<A HREF="%U">%U</A>
-<P>
-Squid zaslal nasledujúci FTP príkaz:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-a obdržal nasledovnú opoveď:
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-<P>
-To môže byť spôsobené uvedením absolútnej cesty v FTP URL (čo odporuje RFC
-1738). V tomto prípade by ste dokument mohli nájsť na <A HREF="%B">%B</A>.
-</P>
-
diff --git a/errors/Slovak/ERR_FTP_PUT_CREATED b/errors/Slovak/ERR_FTP_PUT_CREATED
deleted file mode 100644 (file)
index 2d4911d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>operacia FTP PUT uspesna: subor vytvoreny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>operácia úspešná</H1>
-<H2>súbor vytvorený</H2>
-<HR noshade size="1px">
-<P>
-</P>
-
diff --git a/errors/Slovak/ERR_FTP_PUT_ERROR b/errors/Slovak/ERR_FTP_PUT_ERROR
deleted file mode 100644 (file)
index 404bd47..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: neuspesny FTP upload</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>neúspešná FTP operácia PUT/upload</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o operáciu PUT na nasledovné URL:
-<A HREF="%U">%U</A>
-<P>
-Squid odoslal nasledujúci FTP príkaz:
-<PRE><STRONG>
-        %f
-</STRONG></PRE>
-a obdržal túto odpoveď:
-<PRE><STRONG>
-        %F
-</STRONG></PRE>
-<P>
-Skúste:
-<PRE>
-Skontrolovať cestu, prístupové práva, voľné miesto na disku a pod. a skúste
-to znovu.
-</PRE>
-</P>
-
diff --git a/errors/Slovak/ERR_FTP_PUT_MODIFIED b/errors/Slovak/ERR_FTP_PUT_MODIFIED
deleted file mode 100644 (file)
index 7cf3d92..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>operacia FTP PUT uspesna: subor aktualizovany</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>operácia úspešná</H1>
-<H2>súbor aktualizovaný</H2>
-<HR noshade size="1px">
-<P>
-</P>
-
diff --git a/errors/Slovak/ERR_FTP_UNAVAILABLE b/errors/Slovak/ERR_FTP_UNAVAILABLE
deleted file mode 100644 (file)
index da089da..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovane URL je nedostupne</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadované URL je nedostupné</H2>
-<HR noshade size="1px">
-<P>
-FTP server bol príliš zaneprázdnený pri pokuse získat nasledovné URL:
-<A HREF="%U">%U</A>
-<P>
-Squid zaslal nasledujúci FTP príkaz:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-a obdržal nasledovnú opoveď:
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-</P>
-
diff --git a/errors/Slovak/ERR_ICAP_FAILURE b/errors/Slovak/ERR_ICAP_FAILURE
deleted file mode 100644 (file)
index 86334e6..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff; font-family:verdana,sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<UL>
-<LI>
-<STRONG>
-ICAP protocol error.
-</STRONG>
-</UL>
-
-<P>
-The system returned:
-<PRE><I>    %E</I></PRE>
-
-<P>
-This means that:
-Some aspect of the ICAP communication failed. Possible problems:
-<UL>
-<LI>ICAP server is not reachable.
-<LI>Illegal response from ICAP server.
-</UL>
-</P>
-
diff --git a/errors/Slovak/ERR_INVALID_REQ b/errors/Slovak/ERR_INVALID_REQ
deleted file mode 100644 (file)
index 09934bc..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-While trying to process the request:
-<PRE>
-%R
-</PRE>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Invalid Request
-</STRONG>
-</UL>
-
-<P>
-Časť HTTP požiadavky nie je chybná. Možné problémy"
-<UL>
-<LI>Chýbajúca alebo neznáma metóda (POST, GET)
-<LI>Chýbajúce URL
-<LI>Chýbajúci identifikátor HTTP (HTTP/1.0)
-<LI>Požiadavka je príliš dlhá
-<LI>Chýbajúca položka Content-Length pre požiadavky POST or PUT
-<LI>Zakázaný znak v názve serveru; podtrhovník nie je povolený
-</UL>
-</P>
diff --git a/errors/Slovak/ERR_INVALID_RESP b/errors/Slovak/ERR_INVALID_RESP
deleted file mode 100644 (file)
index 6afd2b7..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<PRE>
-%R
-</PRE>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Invalid Response
-</STRONG>
-</UL>
-
-<P>
-HTTP odpovedi obdržanej z kontaktovaného servera nebolo možné porozumieť
-alebo bola nejako poškodená. Kontaktujte prosím správcu servera. V prípade
-potreby Vám Váš cache administrátor môže poskytnúť detaily o presnej povahe
-problému.
-</P>
-
-<P>Vaším cache administrátorom je <A HREF="mailto:%w">%w</A>.</P>
diff --git a/errors/Slovak/ERR_INVALID_URL b/errors/Slovak/ERR_INVALID_URL
deleted file mode 100644 (file)
index d6a8f27..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Invalid URL
-</STRONG>
-</UL>
-
-<P>
-Niektorá časť Vami požadovaného URL je chybná. Možné problémy:
-<UL>
-<LI>Chybný alebo chýbajúci protokol (mal by byť `http://' alebo niečo podobné)
-<LI>Chýbajúci názov serveru
-<LI>Chybný double-escape v URL ceste
-<LI>Chybný znak v názve serveru; podtrhovník nie je povolený
-</UL>
-</P>
diff --git a/errors/Slovak/ERR_LIFETIME_EXP b/errors/Slovak/ERR_LIFETIME_EXP
deleted file mode 100644 (file)
index 0c2c61f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Connection Lifetime Expired
-</STRONG>
-</UL>
-
-<P>
-Squid yrušil požiadavku pretože bola prekročená maximálna dĺžka trvania
-spojenia.
-</P>
diff --git a/errors/Slovak/ERR_NO_RELAY b/errors/Slovak/ERR_NO_RELAY
deleted file mode 100644 (file)
index 6730c93..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-No Wais Relay
-</STRONG>
-</UL>
-
-<P>
-Tento cache server nemá nastavenú žiadnu WAIS Relay! Kričte na svojho
-administrátora.
-</P>
diff --git a/errors/Slovak/ERR_ONLY_IF_CACHED_MISS b/errors/Slovak/ERR_ONLY_IF_CACHED_MISS
deleted file mode 100644 (file)
index a1ea820..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Vami požadovaný dokument sa nenachádza v cachi pričom bola špecifikovaná
-direktíva <code>only-if-cached</code>.
-</STRONG>
-</UL>
-
-<P>
-
-Vyslali ste požiadavku s direktívou <code>only-if-cached</code> na riadenie
-činnosti cache. Požadovaný dokument nebol nájdený v cachi <em>alebo</em>
-tento dokument vyžaduje aktualizáciu pričom toto je direktívou
-<code>only-if-cached</code> obmedzené.
-
-</P>
diff --git a/errors/Slovak/ERR_READ_ERROR b/errors/Slovak/ERR_READ_ERROR
deleted file mode 100644 (file)
index 21909a8..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Read Error
-</STRONG>
-</UL>
-
-<P>
-Systém odpovedal:
-<PRE><I>    %E</I></PRE>
-
-<P>
-Vyskytla sa chyba pri prenose údajov cez sieť. Opakujte prosím svoju
-požiadavku.
-</P>
diff --git a/errors/Slovak/ERR_READ_TIMEOUT b/errors/Slovak/ERR_READ_TIMEOUT
deleted file mode 100644 (file)
index 67db592..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Read Timeout
-</STRONG>
-</UL>
-
-<P>
-Systém odpovedal:
-<PRE><I>    %E</I></PRE>
-
-<P>
-Vyskytol sa timeout pri čítaní zo siete. Sieť alebo server môžu byť mimo
-prevádzky alebo preťažené. Opakujte prosím svoju požiadavku.
-</P>
diff --git a/errors/Slovak/ERR_SECURE_CONNECT_FAIL b/errors/Slovak/ERR_SECURE_CONNECT_FAIL
deleted file mode 100644 (file)
index 0cbbe67..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<UL>
-<LI>
-<STRONG>
-Failed to establish a secure connection to %I
-</STRONG>
-</UL>
-
-<P>
-The system returned:
-<PRE><I>    %E</I></PRE>
-
-<P>
-This proxy and the remote host failed to negotiate a mutually acceptable
-security settings for handling your request. It is possible that the remote
-host does not support secure connections, or the proxy is not satisfied with
-the host security credentials.
-
-<P>Your cache administrator is <A HREF="mailto:%w%W">%w</A>. 
diff --git a/errors/Slovak/ERR_SHUTTING_DOWN b/errors/Slovak/ERR_SHUTTING_DOWN
deleted file mode 100644 (file)
index f82bb9c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<P>
-Táto cache sa práve vypína a nemôže spracovať Vašu požiadavku. Opakujte
-prosím svoju požiadavku za nejaký čas.
-</P>
diff --git a/errors/Slovak/ERR_SOCKET_FAILURE b/errors/Slovak/ERR_SOCKET_FAILURE
deleted file mode 100644 (file)
index eccbcd2..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Socket Failure
-</STRONG>
-</UL>
-
-<P>
-The system returned:
-<PRE><I>    %E</I></PRE>
-
-<P>
-Squid nie je schopný vytvoriž TCP socket pravdepodobne v dôsledku
-preťaženia. Opakujte prosím svoju požiadavku.
-</P>
diff --git a/errors/Slovak/ERR_TOO_BIG b/errors/Slovak/ERR_TOO_BIG
deleted file mode 100644 (file)
index 355a08c..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
-<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ERROR</H1>
-<H2>The requested URL could not be retrieved</H2>
-<HR noshade size="1px">
-<P>
-While trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-The following error was encountered:
-<UL>
-<LI>
-<STRONG>
-The request or reply is too large.
-</STRONG>
-<P>
-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.
-</UL>
-<P>
-Your cache administrator is <A HREF="mailto:%w%W">%w</A>.
diff --git a/errors/Slovak/ERR_UNSUP_HTTPVERSION b/errors/Slovak/ERR_UNSUP_HTTPVERSION
deleted file mode 100644 (file)
index 6e45d23..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
-</head><body>
-<div id="titles">
-<h1>ERROR</h1>
-<h2>Unsupported HTTP version</h2>
-</div>
-<hr>
-
-<div id="content">
-<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
-
-<blockquote id="error">
-<p><b>Unsupported HTTP version</b></p>
-</blockquote>
-
-<p>This Squid does not accept the HTTP version you are attempting to use.</p>
-
-<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
-<br>
-</div>
-
-<hr>
-<div id="footer">
-<p>Generated %T by %h (%s)</p>
-<!-- %c -->
-</div>
-</body></html>
diff --git a/errors/Slovak/ERR_UNSUP_REQ b/errors/Slovak/ERR_UNSUP_REQ
deleted file mode 100644 (file)
index 019918c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Unsupported Request Method and Protocol
-</STRONG>
-</UL>
-
-<P>
-Squid nepodporuje všetky typy metód pri všetkých protokoloch. Napríklad: nie
-je možné použiť metódu POST pri službe Gopher.
-</P>
-
diff --git a/errors/Slovak/ERR_URN_RESOLVE b/errors/Slovak/ERR_URN_RESOLVE
deleted file mode 100644 (file)
index 386ae96..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovane URN je nedostupne</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>URL pre požadované URN je nedostupné</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k URN:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Cannot Resolve URN
-</STRONG>
-</UL>
-
-<P>
-Hej, neočakávaj priveľa od URN na %T :)
-</P>
diff --git a/errors/Slovak/ERR_WRITE_ERROR b/errors/Slovak/ERR_WRITE_ERROR
deleted file mode 100644 (file)
index b192d68..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Write Error
-</STRONG>
-</UL>
-
-<P>
-Systém opovedal:
-<PRE><I>    %E</I></PRE>
-
-<P>
-Vyskytla sa chyba pri zápise do siete. Opakujte prosím Vašu požiadavku.
-</P>
diff --git a/errors/Slovak/ERR_ZERO_SIZE_OBJECT b/errors/Slovak/ERR_ZERO_SIZE_OBJECT
deleted file mode 100644 (file)
index 9b28066..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-Zero Sized Reply
-</STRONG>
-</UL>
-
-<P>
-Squid nedostal v odpovedi na Vašu požiadavku žiadne údaje.
-</P>
diff --git a/errors/Slovak/README b/errors/Slovak/README
deleted file mode 100644 (file)
index a6971f4..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Thank you to Peter Hanecak <hany@megaloman.sk> for
-creating these error pages in Slovak!
diff --git a/errors/Slovak/generic b/errors/Slovak/generic
deleted file mode 100644 (file)
index 6d18863..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<TITLE>CHYBA: Pozadovany dokument je nedostupny</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff; font-family:verdana,sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>CHYBA</H1>
-<H2>Požadovaný dokument je nedostupný</H2>
-<HR noshade size="1px">
-<P>
-Pri pokuse o prístup k:
-<A HREF="%U">%U</A>
-<P>
-došlo k nasledovnej chybe:
-<UL>
-<LI>
-<STRONG>
-@SHORT_DESCRIPTION@
-</STRONG>
-</UL>
-
-<P>
-Systém odpovedal:
-<PRE><I>    %E</I></PRE>
-
-<P>
-čo znamená, že:
-<PRE>
-    @LONG_DESCRIPTION@
-</PRE>
-</P>
-
diff --git a/errors/sk.po b/errors/sk.po
new file mode 100644 (file)
index 0000000..8e4d5d1
--- /dev/null
@@ -0,0 +1,668 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: Squid-3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-02-18 18:05+1300\n"
+"PO-Revision-Date: 2009-06-14 17:18+1300\n"
+"Last-Translator: Peter Hanecak <hany@megaloman.sk>\n"
+"Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
+"Language: sk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Pootle 1.2.1\n"
+
+#: templates/ERR_FTP_LISTING:6
+msgid "<a href=\"../\">Parent Directory</a> (<a href=\"/\">Root Directory</a>)"
+msgstr ""
+
+#: templates/ERR_INVALID_REQ:4
+msgid ""
+"<b>Invalid Request</b> error was encountered while trying to process the "
+"request:"
+msgstr ""
+
+#: templates/ERR_INVALID_RESP:4
+msgid ""
+"<b>Invalid Response</b> error was encountered while trying to process the "
+"request:"
+msgstr ""
+
+#: templates/ERR_READ_TIMEOUT:7
+msgid ""
+"A Timeout occurred while waiting to read data from the network.  The network "
+"or server may be down or congested.  Please retry your request."
+msgstr ""
+"Vyskytol sa timeout pri čítaní zo siete. Sieť alebo server môžu byť mimo "
+"prevádzky alebo preťažené. Opakujte prosím svoju požiadavku. "
+
+#: templates/ERR_URN_RESOLVE:3
+msgid "A URL for the requested URN could not be retrieved"
+msgstr "URL pre požadované URN je nedostupné"
+
+#: templates/ERR_ACCESS_DENIED:5
+msgid "Access Denied."
+msgstr ""
+
+#: templates/ERR_ACCESS_DENIED:6
+msgid ""
+"Access control configuration prevents your request from being allowed at "
+"this time.  Please contact your service provider if you feel this is "
+"incorrect."
+msgstr ""
+"Pístup k dokumentu Vám teraz nebol umožnený v dôsledku nedostatočných "
+"prístupových práv. Ak si myslíte, že je to chyba, kontaktujte prosím správcu "
+"daného systému."
+
+#: templates/ERR_FTP_FORBIDDEN:4
+msgid ""
+"An FTP authentication failure occurred while trying to retrieve the URL: <a "
+"href=\"%U\">%U</a>"
+msgstr ""
+"Pri pokuse získať URL sa vyskytla chyba autentifikácie: <a href=\"%U\">%U</a>"
+
+#: templates/ERR_FTP_FAILURE:4
+#, fuzzy
+msgid ""
+"An FTP protocol error occurred while trying to retrieve the URL: <a href=\"%U"
+"\">%U</a>"
+msgstr "Pri pokuse o prístup k\" <a href=\"%U\">%U</a> sa vyskytla chyba FTP."
+
+#: templates/ERR_ICAP_FAILURE:10
+msgid "An Illegal response was received from the ICAP server."
+msgstr ""
+
+#: templates/ERR_READ_ERROR:7
+msgid ""
+"An error condition occurred while reading data from the network.  Please "
+"retry your request."
+msgstr ""
+"Vyskytla sa chyba pri prenose údajov cez sieť. Opakujte prosím svoju "
+"požiadavku."
+
+#: templates/ERR_WRITE_ERROR:7
+msgid ""
+"An error condition occurred while writing to the network.  Please retry your "
+"request."
+msgstr "Vyskytla sa chyba pri zápise do siete. Opakujte prosím Vašu požiadavku."
+
+#: templates/ERR_CACHE_ACCESS_DENIED:3 templates/ERR_CACHE_ACCESS_DENIED:5
+msgid "Cache Access Denied."
+msgstr ""
+
+#: templates/ERR_CACHE_MGR_ACCESS_DENIED:3
+#: templates/ERR_CACHE_MGR_ACCESS_DENIED:5
+msgid "Cache Manager Access Denied."
+msgstr ""
+
+#: templates/ERR_URN_RESOLVE:5
+msgid "Cannot Resolve URN"
+msgstr ""
+
+#: templates/ERR_LIFETIME_EXP:5
+msgid "Connection Lifetime Expired"
+msgstr ""
+
+#: templates/ERR_CONNECT_FAIL:5
+msgid "Connection to %I failed."
+msgstr ""
+
+#: templates/ERR_INVALID_REQ:10
+msgid "Content-Length missing for POST or PUT requests."
+msgstr "Chýbajúca položka Content-Length pre požiadavky POST or PUT"
+
+#: templates/ERR_FTP_LISTING:3
+msgid "Directory Content:"
+msgstr ""
+
+#: templates/ERR_ACCESS_DENIED:2 templates/ERR_CACHE_ACCESS_DENIED:2
+#: templates/ERR_CACHE_MGR_ACCESS_DENIED:2 templates/ERR_CANNOT_FORWARD:2
+#: templates/ERR_CONNECT_FAIL:2 templates/ERR_DNS_FAIL:2 templates/ERR_ESI:2
+#: templates/ERR_FORWARDING_DENIED:2 templates/ERR_FTP_DISABLED:2
+#: templates/ERR_FTP_FAILURE:2 templates/ERR_FTP_FORBIDDEN:2
+#: templates/ERR_FTP_NOT_FOUND:2 templates/ERR_FTP_PUT_ERROR:2
+#: templates/ERR_FTP_UNAVAILABLE:2 templates/ERR_ICAP_FAILURE:2
+#: templates/ERR_INVALID_REQ:2 templates/ERR_INVALID_RESP:2
+#: templates/ERR_INVALID_URL:2 templates/ERR_LIFETIME_EXP:2
+#: templates/ERR_NO_RELAY:2 templates/ERR_ONLY_IF_CACHED_MISS:2
+#: templates/ERR_READ_ERROR:2 templates/ERR_READ_TIMEOUT:2
+#: templates/ERR_SECURE_CONNECT_FAIL:2 templates/ERR_SHUTTING_DOWN:2
+#: templates/ERR_SOCKET_FAILURE:2 templates/ERR_TOO_BIG:2
+#: templates/ERR_UNSUP_HTTPVERSION:2 templates/ERR_UNSUP_REQ:2
+#: templates/ERR_URN_RESOLVE:2 templates/ERR_WRITE_ERROR:2
+#: templates/ERR_ZERO_SIZE_OBJECT:2
+msgid "ERROR"
+msgstr "CHYBA"
+
+#: templates/ERR_CACHE_ACCESS_DENIED:1
+msgid "ERROR: Cache Access Denied"
+msgstr ""
+
+#: templates/ERR_CACHE_MGR_ACCESS_DENIED:1
+msgid "ERROR: Cache Manager Access Denied"
+msgstr ""
+
+#: templates/ERR_FTP_PUT_ERROR:1
+#, fuzzy
+msgid "ERROR: FTP upload failed"
+msgstr "CHYBA: neuspesny FTP upload"
+
+#: templates/ERR_ACCESS_DENIED:1 templates/ERR_CANNOT_FORWARD:1
+#: templates/ERR_CONNECT_FAIL:1 templates/ERR_DNS_FAIL:1 templates/ERR_ESI:1
+#: templates/ERR_FORWARDING_DENIED:1 templates/ERR_FTP_DISABLED:1
+#: templates/ERR_FTP_FAILURE:1 templates/ERR_FTP_FORBIDDEN:1
+#: templates/ERR_FTP_NOT_FOUND:1 templates/ERR_FTP_UNAVAILABLE:1
+#: templates/ERR_ICAP_FAILURE:1 templates/ERR_INVALID_REQ:1
+#: templates/ERR_INVALID_RESP:1 templates/ERR_INVALID_URL:1
+#: templates/ERR_LIFETIME_EXP:1 templates/ERR_NO_RELAY:1
+#: templates/ERR_ONLY_IF_CACHED_MISS:1 templates/ERR_READ_ERROR:1
+#: templates/ERR_READ_TIMEOUT:1 templates/ERR_SECURE_CONNECT_FAIL:1
+#: templates/ERR_SHUTTING_DOWN:1 templates/ERR_SOCKET_FAILURE:1
+#: templates/ERR_TOO_BIG:1 templates/ERR_UNSUP_HTTPVERSION:1
+#: templates/ERR_UNSUP_REQ:1 templates/ERR_WRITE_ERROR:1
+#: templates/ERR_ZERO_SIZE_OBJECT:1
+msgid "ERROR: The requested URL could not be retrieved"
+msgstr "CHYBA: Požadovaný dokument je nedostupný"
+
+#: templates/ERR_URN_RESOLVE:1
+msgid "ERROR: The requested URN not be retrieved"
+msgstr "CHYBA: URL pre požadované URN je nedostupné"
+
+#: templates/ERR_ESI:5
+msgid "ESI Processing failed."
+msgstr ""
+
+#: templates/ERR_FTP_LISTING:4
+msgid "FTP Directory Listing"
+msgstr ""
+
+#: templates/ERR_FTP_LISTING:1
+msgid "FTP Directory: %U"
+msgstr ""
+
+#: templates/ERR_FTP_LISTING:2
+msgid "FTP Directory: <a href=\"/\">%U</a>/"
+msgstr ""
+
+#: templates/ERR_FTP_PUT_CREATED:1
+msgid "FTP PUT Successful: File Created"
+msgstr "operácia FTP PUT úspešná: súbor vytvorený"
+
+#: templates/ERR_FTP_PUT_MODIFIED:1
+msgid "FTP PUT Successful: File Updated"
+msgstr "operácia FTP PUT úspešná: súbor aktualizovaný"
+
+#: templates/ERR_FTP_PUT_ERROR:3
+#, fuzzy
+msgid "FTP PUT/upload failed"
+msgstr "neúspešná FTP operácia PUT/upload"
+
+#: templates/ERR_FTP_DISABLED:5
+msgid "FTP is Disabled"
+msgstr ""
+
+#: templates/ERR_SECURE_CONNECT_FAIL:5
+msgid "Failed to establish a secure connection to %I"
+msgstr ""
+
+#: templates/ERR_FTP_PUT_CREATED:3
+msgid "File created"
+msgstr "súbor vytvorený"
+
+#: templates/ERR_FTP_PUT_MODIFIED:3
+msgid "File updated"
+msgstr "súbor aktualizovaný"
+
+#: templates/ERR_FORWARDING_DENIED:5
+msgid "Forwarding Denied."
+msgstr ""
+
+#: templates/ERR_ACCESS_DENIED:8 templates/ERR_CACHE_ACCESS_DENIED:8
+#: templates/ERR_CACHE_MGR_ACCESS_DENIED:8 templates/ERR_CANNOT_FORWARD:8
+#: templates/ERR_CONNECT_FAIL:9 templates/ERR_DNS_FAIL:9 templates/ERR_ESI:9
+#: templates/ERR_FORWARDING_DENIED:8 templates/ERR_FTP_DISABLED:8
+#: templates/ERR_FTP_FAILURE:8 templates/ERR_FTP_FORBIDDEN:8
+#: templates/ERR_FTP_LISTING:7 templates/ERR_FTP_NOT_FOUND:9
+#: templates/ERR_FTP_PUT_CREATED:4 templates/ERR_FTP_PUT_ERROR:9
+#: templates/ERR_FTP_PUT_MODIFIED:4 templates/ERR_FTP_UNAVAILABLE:8
+#: templates/ERR_ICAP_FAILURE:11 templates/ERR_INVALID_REQ:13
+#: templates/ERR_INVALID_RESP:8 templates/ERR_INVALID_URL:13
+#: templates/ERR_LIFETIME_EXP:8 templates/ERR_NO_RELAY:8
+#: templates/ERR_ONLY_IF_CACHED_MISS:8 templates/ERR_READ_ERROR:9
+#: templates/ERR_READ_TIMEOUT:9 templates/ERR_SECURE_CONNECT_FAIL:9
+#: templates/ERR_SHUTTING_DOWN:7 templates/ERR_SOCKET_FAILURE:9
+#: templates/ERR_TOO_BIG:10 templates/ERR_UNSUP_HTTPVERSION:8
+#: templates/ERR_UNSUP_REQ:8 templates/ERR_URN_RESOLVE:8
+#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT:8
+msgid "Generated %T by %h (%s)"
+msgstr ""
+
+#: templates/ERR_URN_RESOLVE:6
+msgid "Hey, don't expect too much from URNs on %T :)"
+msgstr "Hej, neočakávaj priveľa od URN na %T :)"
+
+#: templates/ERR_ICAP_FAILURE:5
+msgid "ICAP protocol error."
+msgstr ""
+
+#: templates/ERR_TOO_BIG:7
+msgid ""
+"If you are making a GET request, then the item you are trying to download is "
+"too large."
+msgstr ""
+
+#: templates/ERR_TOO_BIG:6
+msgid ""
+"If you are making a POST or PUT request, then the item you are trying to "
+"upload is too large."
+msgstr ""
+
+#: templates/ERR_INVALID_REQ:11 templates/ERR_INVALID_URL:11
+msgid "Illegal character in hostname; underscores are not allowed."
+msgstr "Chybný znak v názve serveru; podtrhovník nie je povolený."
+
+#: templates/ERR_INVALID_URL:10
+msgid "Illegal double-escape in the URL-Path"
+msgstr "Chybný double-escape v URL ceste"
+
+#: templates/ERR_INVALID_URL:5
+msgid "Invalid URL"
+msgstr ""
+
+#: templates/ERR_INVALID_REQ:8
+msgid "Missing HTTP Identifier (HTTP/1.0)."
+msgstr "Chýbajúci identifikátor HTTP (HTTP/1.0)"
+
+#: templates/ERR_INVALID_REQ:7
+msgid "Missing URL."
+msgstr "Chýbajúce URL"
+
+#: templates/ERR_INVALID_URL:9
+msgid "Missing hostname"
+msgstr "Chýbajúci názov serveru"
+
+#: templates/ERR_INVALID_URL:8
+msgid ""
+"Missing or incorrect access protocol (should be <q>http://</q> or similar)"
+msgstr ""
+"Chybný alebo chýbajúci protokol (mal by byť <q>http://</q> alebo niečo "
+"podobné)"
+
+#: templates/ERR_INVALID_REQ:6
+msgid "Missing or unknown request method."
+msgstr "Chýbajúca alebo neznáma metóda (POST, GET)"
+
+#: templates/ERR_NO_RELAY:5
+msgid "No Wais Relay"
+msgstr ""
+
+#: templates/ERR_FTP_PUT_CREATED:2 templates/ERR_FTP_PUT_MODIFIED:2
+msgid "Operation successful"
+msgstr "operácia úspešná"
+
+#: templates/ERR_FTP_LISTING:5
+msgid "Parent Directory"
+msgstr ""
+
+#: templates/ERR_CACHE_ACCESS_DENIED:7
+msgid ""
+"Please contact the <a href=\"mailto:%w%W\">cache administrator</a> if you "
+"have difficulties authenticating yourself or <a href=\"http://%h/cgi-bin/"
+"chpasswd.cgi\">change</a> your default password."
+msgstr ""
+"Ak máte problém pri autentifikácii, kontaktujte prosím <a href=\"mailto:%w%"
+"W\">cache administrátora</a> alebo si <a href=\"http://%h/cgi-"
+"bin/chpasswd.cgi\">zmeňte</a> Vaše implicitné heslo."
+
+#: templates/ERR_CACHE_MGR_ACCESS_DENIED:7
+msgid ""
+"Please contact the <a href=\"mailto:%w%W\">cache administrator</a> if you "
+"have difficulties authenticating yourself or, if you <em>are</em> the "
+"administrator, read Squid documentation on cache manager interface and check "
+"cache log for more detailed error messages."
+msgstr ""
+"Ak máte problém pri autentifikácii, kontaktujte prosím <a href=\"mailto:%w%"
+"W\">cache administrátora</a>. Ak Vy sám <em>ste</em> administrátor, "
+"prečítajte si prosím dokumentáciu k rozhraniu cache manažéra a prezrite si "
+"detailnejšie chybové hlásenie v cache logu."
+
+#: templates/ERR_READ_ERROR:5
+msgid "Read Error"
+msgstr ""
+
+#: templates/ERR_READ_TIMEOUT:5
+msgid "Read Timeout"
+msgstr ""
+
+#: templates/ERR_INVALID_REQ:9
+msgid "Request is too large."
+msgstr "Požiadavka je príliš dlhá"
+
+#: templates/ERR_SOCKET_FAILURE:5
+msgid "Socket Failure"
+msgstr ""
+
+#: templates/ERR_INVALID_URL:6
+#, fuzzy
+msgid "Some aspect of the requested URL is incorrect."
+msgstr "Niektorá časť Vami požadovaného URL je chybná."
+
+#: templates/ERR_ICAP_FAILURE:8 templates/ERR_INVALID_REQ:5
+#: templates/ERR_INVALID_URL:7
+#, fuzzy
+msgid "Some possible problems are:"
+msgstr "Možné problémy:"
+
+#: templates/ERR_CACHE_MGR_ACCESS_DENIED:6
+#, fuzzy
+msgid ""
+"Sorry, you are not currently allowed to request %U from this cache manager "
+"until you have authenticated yourself."
+msgstr "Prístup k dokumentu %U Vám bude povolený až po Vašej autentifikácii."
+
+#: templates/ERR_CACHE_ACCESS_DENIED:6
+#, fuzzy
+msgid ""
+"Sorry, you are not currently allowed to request %U from this cache until you "
+"have authenticated yourself."
+msgstr "Prepáčte, ale prístup k %U je povolený až po autentifikácii."
+
+#: templates/ERR_ZERO_SIZE_OBJECT:6
+msgid "Squid did not receive any data for this request."
+msgstr "Squid nedostal v odpovedi na Vašu požiadavku žiadne údaje."
+
+#: templates/ERR_UNSUP_REQ:6
+msgid ""
+"Squid does not support all request methods for all access protocols. For "
+"example, you can not POST a Gopher request."
+msgstr ""
+"Squid nepodporuje všetky typy metód pri všetkých protokoloch. Napríklad: nie "
+"je možné použiť metódu POST pri službe Gopher."
+
+#: templates/ERR_LIFETIME_EXP:6
+msgid ""
+"Squid has terminated the request because it has exceeded the maximum "
+"connection lifetime."
+msgstr ""
+"Squid yrušil požiadavku pretože bola prekročená maximálna dĺžka trvania "
+"spojenia."
+
+#: templates/ERR_SOCKET_FAILURE:7
+msgid ""
+"Squid is unable to create a TCP socket, presumably due to excessive load. "
+"Please retry your request."
+msgstr ""
+"Squid nie je schopný vytvoriž TCP socket pravdepodobne v dôsledku "
+"preťaženia. Opakujte prosím svoju požiadavku."
+
+#: templates/ERR_FTP_FAILURE:5 templates/ERR_FTP_FORBIDDEN:5
+#: templates/ERR_FTP_NOT_FOUND:5 templates/ERR_FTP_PUT_ERROR:5
+#: templates/ERR_FTP_UNAVAILABLE:5
+msgid "Squid sent the following FTP command:"
+msgstr "Squid odoslal nasledujúci FTP príkaz:"
+
+#: templates/ERR_DNS_FAIL:6
+msgid "The DNS server returned:"
+msgstr "DNS server odpovedal:"
+
+#: templates/ERR_ESI:6
+msgid "The ESI processor returned:"
+msgstr ""
+
+#: templates/ERR_FTP_UNAVAILABLE:4
+msgid "The FTP server was too busy to retrieve the URL: <a href=\"%U\">%U</a>"
+msgstr ""
+"FTP server bol príliš zaneprázdnený pri pokuse získat nasledovné URL: <a "
+"href=\"%U\">%U</a>"
+
+#: templates/ERR_INVALID_RESP:5
+#, fuzzy
+msgid ""
+"The HTTP Response message received from the contacted server could not be "
+"understood or was otherwise malformed. Please contact the site operator."
+msgstr ""
+"HTTP odpovedi obdržanej z kontaktovaného servera nebolo možné porozumieť "
+"alebo bola nejako poškodená. Kontaktujte prosím správcu servera."
+
+#: templates/ERR_ICAP_FAILURE:9
+msgid "The ICAP server is not reachable."
+msgstr ""
+
+#: templates/ERR_FTP_NOT_FOUND:4
+msgid "The following URL could not be retrieved: <a href=\"%U\">%U</a>"
+msgstr "Nasledovné URL je nedostupné: <a href=\"%U\">%U</a>"
+
+#: templates/ERR_ACCESS_DENIED:4 templates/ERR_CACHE_ACCESS_DENIED:4
+#: templates/ERR_CACHE_MGR_ACCESS_DENIED:4 templates/ERR_CANNOT_FORWARD:4
+#: templates/ERR_CONNECT_FAIL:4 templates/ERR_DNS_FAIL:4 templates/ERR_ESI:4
+#: templates/ERR_FORWARDING_DENIED:4 templates/ERR_FTP_DISABLED:4
+#: templates/ERR_ICAP_FAILURE:4 templates/ERR_INVALID_URL:4
+#: templates/ERR_LIFETIME_EXP:4 templates/ERR_NO_RELAY:4
+#: templates/ERR_ONLY_IF_CACHED_MISS:4 templates/ERR_READ_ERROR:4
+#: templates/ERR_READ_TIMEOUT:4 templates/ERR_SECURE_CONNECT_FAIL:4
+#: templates/ERR_SHUTTING_DOWN:4 templates/ERR_SOCKET_FAILURE:4
+#: templates/ERR_TOO_BIG:4 templates/ERR_UNSUP_HTTPVERSION:4
+#: templates/ERR_UNSUP_REQ:4 templates/ERR_WRITE_ERROR:4
+#: templates/ERR_ZERO_SIZE_OBJECT:4
+msgid ""
+"The following error was encountered while trying to retrieve the URL: <a "
+"href=\"%U\">%U</a>"
+msgstr ""
+
+#: templates/ERR_URN_RESOLVE:4
+msgid ""
+"The following error was encountered while trying to retrieve the URN: <a "
+"href=\"%U\">%U</a>"
+msgstr ""
+
+#: templates/ERR_CONNECT_FAIL:7
+msgid "The remote host or network may be down.  Please try the request again."
+msgstr ""
+"Vzdialený server alebo sieť sú nedostupné. Opakujte prosím Vašu požiadavku."
+
+#: templates/ERR_TOO_BIG:5
+msgid "The request or reply is too large."
+msgstr ""
+
+#: templates/ERR_ACCESS_DENIED:3 templates/ERR_CANNOT_FORWARD:3
+#: templates/ERR_CONNECT_FAIL:3 templates/ERR_DNS_FAIL:3 templates/ERR_ESI:3
+#: templates/ERR_FORWARDING_DENIED:3 templates/ERR_FTP_DISABLED:3
+#: templates/ERR_FTP_FAILURE:3 templates/ERR_FTP_FORBIDDEN:3
+#: templates/ERR_FTP_NOT_FOUND:3 templates/ERR_FTP_UNAVAILABLE:3
+#: templates/ERR_ICAP_FAILURE:3 templates/ERR_INVALID_REQ:3
+#: templates/ERR_INVALID_RESP:3 templates/ERR_INVALID_URL:3
+#: templates/ERR_LIFETIME_EXP:3 templates/ERR_NO_RELAY:3
+#: templates/ERR_ONLY_IF_CACHED_MISS:3 templates/ERR_READ_ERROR:3
+#: templates/ERR_READ_TIMEOUT:3 templates/ERR_SECURE_CONNECT_FAIL:3
+#: templates/ERR_SHUTTING_DOWN:3 templates/ERR_SOCKET_FAILURE:3
+#: templates/ERR_TOO_BIG:3 templates/ERR_UNSUP_REQ:3
+#: templates/ERR_WRITE_ERROR:3 templates/ERR_ZERO_SIZE_OBJECT:3
+#, fuzzy
+msgid "The requested URL could not be retrieved"
+msgstr "Požadovaný dokument je nedostupný"
+
+#: templates/ERR_FTP_FAILURE:6 templates/ERR_FTP_FORBIDDEN:6
+#: templates/ERR_FTP_NOT_FOUND:6 templates/ERR_FTP_PUT_ERROR:6
+#: templates/ERR_FTP_UNAVAILABLE:6
+msgid "The server responded with:"
+msgstr ""
+
+#: templates/ERR_CONNECT_FAIL:6 templates/ERR_ICAP_FAILURE:6
+#: templates/ERR_READ_ERROR:6 templates/ERR_READ_TIMEOUT:6
+#: templates/ERR_SECURE_CONNECT_FAIL:6 templates/ERR_SOCKET_FAILURE:6
+#: templates/ERR_WRITE_ERROR:6
+msgid "The system returned: <i>%E</i>"
+msgstr "Systém odpovedal: <i>%E</i>"
+
+#: templates/ERR_NO_RELAY:6
+msgid ""
+"There is no WAIS Relay host defined for this Cache!  Yell at the "
+"administrator."
+msgstr ""
+"Tento cache server nemá nastavenú žiadnu WAIS Relay! Kričte na svojho "
+"administrátora."
+
+#: templates/ERR_TOO_BIG:8
+msgid ""
+"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."
+msgstr ""
+
+#: templates/ERR_UNSUP_HTTPVERSION:6
+msgid "This Squid does not accept the HTTP version you are attempting to use."
+msgstr ""
+
+#: templates/ERR_FTP_DISABLED:6
+msgid "This cache does not support FTP."
+msgstr "Tento cache server nepodporuje protokol FTP."
+
+#: templates/ERR_SHUTTING_DOWN:5
+#, fuzzy
+msgid ""
+"This cache is in the process of shutting down and can not service your "
+"request at this time.  Please retry your request again soon."
+msgstr ""
+"Táto cache sa práve vypína a nemôže spracovať Vašu požiadavku. Opakujte "
+"prosím svoju požiadavku za nejaký čas."
+
+#: templates/ERR_FORWARDING_DENIED:6
+msgid ""
+"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."
+msgstr ""
+"Tento server nepresmeruje Vašu požiadavku pretože mu to nedovoľujú vzťahy v "
+"hierarchii cache serverov. Cache server %i je možno zle nakonfigurovaný."
+
+#: templates/ERR_ICAP_FAILURE:7
+msgid "This means that some aspect of the ICAP communication failed."
+msgstr ""
+
+#: templates/ERR_FTP_PUT_ERROR:7
+msgid ""
+"This means that the FTP server may not have permission or space to store the "
+"file. Check the path, permissions, diskspace and try again."
+msgstr ""
+
+#: templates/ERR_DNS_FAIL:7
+#, fuzzy
+msgid ""
+"This means that the cache was not able to resolve the hostname presented in "
+"the URL. Check if the address is correct."
+msgstr ""
+"To znamená, že Cache server nebol schopný získať adresu uvedenú v URL. "
+"Skontrolujte prosím adresu."
+
+#: templates/ERR_ESI:7
+msgid ""
+"This means that the surrogate was not able to process the ESI template. "
+"Please report this error to the webmaster."
+msgstr ""
+
+#: templates/ERR_FTP_NOT_FOUND:7
+msgid ""
+"This might be caused by an FTP URL with an absolute path (which does not "
+"comply with RFC 1738).  If this is the cause, then the file can be found at "
+"<a href=\"%B\">%B</a>."
+msgstr ""
+"To môže byť spôsobené uvedením absolútnej cesty v FTP URL (čo odporuje RFC "
+"1738). V tomto prípade by ste dokument mohli nájsť na <a href=\"%B\">%B</a>."
+
+#: templates/ERR_SECURE_CONNECT_FAIL:7
+msgid ""
+"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."
+msgstr ""
+
+#: templates/ERR_CANNOT_FORWARD:6
+#, fuzzy
+msgid ""
+"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."
+msgstr ""
+"Požiadavka nemôže byť presmerovaná k pôvodnému serveru alebo nadradeným "
+"cache serverom. Príčinou môže byť Cache server administrátor nedovolil "
+"tomuto cache serveru priamy prístup k pôvodnym serverom a všetky nadradené "
+"cache servery su práve nedostupné"
+
+#: templates/ERR_DNS_FAIL:5
+msgid "Unable to determine IP address from host name <q>%H</q>"
+msgstr "Nie je možné previesť názov počítača na IP adresu <q>%H</q>"
+
+#: templates/ERR_CANNOT_FORWARD:5
+msgid "Unable to forward this request at this time."
+msgstr "Požiadavku teraz nie je možné presmerovať."
+
+#: templates/ERR_UNSUP_HTTPVERSION:3 templates/ERR_UNSUP_HTTPVERSION:5
+msgid "Unsupported HTTP version"
+msgstr ""
+
+#: templates/ERR_UNSUP_REQ:5
+msgid "Unsupported Request Method and Protocol"
+msgstr ""
+
+#: templates/ERR_ONLY_IF_CACHED_MISS:5
+msgid ""
+"Valid document was not found in the cache and <q>only-if-cached</q> "
+"directive was specified."
+msgstr ""
+"Vami požadovaný dokument sa nenachádza v cachi pričom bola špecifikovaná "
+"direktíva <q>only-if-cached</q>."
+
+#: templates/ERR_FTP_PUT_ERROR:4
+msgid "While trying to PUT the following URL: <a href=\"%U\">%U</a>"
+msgstr "Pri pokuse o operáciu PUT na nasledovné URL: <a href=\"%U\">%U</a>"
+
+#: templates/ERR_WRITE_ERROR:5
+msgid "Write Error"
+msgstr ""
+
+#: templates/ERR_ONLY_IF_CACHED_MISS:6
+msgid ""
+"You have issued a request with a <q>only-if-cached</q> cache control "
+"directive. The document was not found in the cache, <em>or</em> it required "
+"revalidation prohibited by the <q>only-if-cached</q> directive."
+msgstr ""
+"Vyslali ste požiadavku s direktívou <q>only-if-cached</q> na riadenie "
+"činnosti cache. Požadovaný dokument nebol nájdený v cachi <em>alebo</em> "
+"tento dokument vyžaduje aktualizáciu pričom toto je direktívou <q>only-if-"
+"cached</q> obmedzené."
+
+#: templates/ERR_ACCESS_DENIED:7 templates/ERR_CANNOT_FORWARD:7
+#: templates/ERR_CONNECT_FAIL:8 templates/ERR_DNS_FAIL:8
+#: templates/ERR_FORWARDING_DENIED:7 templates/ERR_FTP_DISABLED:7
+#: templates/ERR_FTP_FAILURE:7 templates/ERR_FTP_FORBIDDEN:7
+#: templates/ERR_FTP_NOT_FOUND:8 templates/ERR_FTP_PUT_ERROR:8
+#: templates/ERR_FTP_UNAVAILABLE:7 templates/ERR_INVALID_REQ:12
+#: templates/ERR_INVALID_RESP:7 templates/ERR_INVALID_URL:12
+#: templates/ERR_LIFETIME_EXP:7 templates/ERR_NO_RELAY:7
+#: templates/ERR_ONLY_IF_CACHED_MISS:7 templates/ERR_READ_ERROR:8
+#: templates/ERR_READ_TIMEOUT:8 templates/ERR_SECURE_CONNECT_FAIL:8
+#: templates/ERR_SHUTTING_DOWN:6 templates/ERR_SOCKET_FAILURE:8
+#: templates/ERR_TOO_BIG:9 templates/ERR_UNSUP_HTTPVERSION:7
+#: templates/ERR_UNSUP_REQ:7 templates/ERR_URN_RESOLVE:7
+#: templates/ERR_WRITE_ERROR:8 templates/ERR_ZERO_SIZE_OBJECT:7
+msgid "Your cache administrator is <a href=\"mailto:%w%W\">%w</a>."
+msgstr "Vaším cache administrátorom je <a href=\"mailto:%w%W\">%w</a>."
+
+#: templates/ERR_INVALID_RESP:6
+msgid ""
+"Your cache administrator may be able to provide you with more details about "
+"the exact nature of the problem if needed."
+msgstr ""
+"V prípade potreby Vám Váš cache administrátor môže poskytnúť detaily o "
+"presnej povahe problému."
+
+#: templates/ERR_ESI:8
+msgid "Your webmaster is <a href=\"mailto:%w\">%w</a>."
+msgstr ""
+
+#: templates/ERR_ZERO_SIZE_OBJECT:5
+msgid "Zero Sized Reply"
+msgstr ""