]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Language Updates
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 7 Nov 2008 12:03:18 +0000 (01:03 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 7 Nov 2008 12:03:18 +0000 (01:03 +1300)
96 files changed:
errors/Makefile.am
errors/Russian-1251/ERR_ACCESS_DENIED [deleted file]
errors/Russian-1251/ERR_CACHE_ACCESS_DENIED [deleted file]
errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED [deleted file]
errors/Russian-1251/ERR_CANNOT_FORWARD [deleted file]
errors/Russian-1251/ERR_CONNECT_FAIL [deleted file]
errors/Russian-1251/ERR_DNS_FAIL [deleted file]
errors/Russian-1251/ERR_ESI [deleted file]
errors/Russian-1251/ERR_FORWARDING_DENIED [deleted file]
errors/Russian-1251/ERR_FTP_DISABLED [deleted file]
errors/Russian-1251/ERR_FTP_FAILURE [deleted file]
errors/Russian-1251/ERR_FTP_FORBIDDEN [deleted file]
errors/Russian-1251/ERR_FTP_NOT_FOUND [deleted file]
errors/Russian-1251/ERR_FTP_PUT_CREATED [deleted file]
errors/Russian-1251/ERR_FTP_PUT_ERROR [deleted file]
errors/Russian-1251/ERR_FTP_PUT_MODIFIED [deleted file]
errors/Russian-1251/ERR_FTP_UNAVAILABLE [deleted file]
errors/Russian-1251/ERR_ICAP_FAILURE [deleted file]
errors/Russian-1251/ERR_INVALID_REQ [deleted file]
errors/Russian-1251/ERR_INVALID_RESP [deleted file]
errors/Russian-1251/ERR_INVALID_URL [deleted file]
errors/Russian-1251/ERR_LIFETIME_EXP [deleted file]
errors/Russian-1251/ERR_NO_RELAY [deleted file]
errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS [deleted file]
errors/Russian-1251/ERR_READ_ERROR [deleted file]
errors/Russian-1251/ERR_READ_TIMEOUT [deleted file]
errors/Russian-1251/ERR_SECURE_CONNECT_FAIL [deleted file]
errors/Russian-1251/ERR_SHUTTING_DOWN [deleted file]
errors/Russian-1251/ERR_SOCKET_FAILURE [deleted file]
errors/Russian-1251/ERR_TOO_BIG [deleted file]
errors/Russian-1251/ERR_UNSUP_REQ [deleted file]
errors/Russian-1251/ERR_URN_RESOLVE [deleted file]
errors/Russian-1251/ERR_WRITE_ERROR [deleted file]
errors/Russian-1251/ERR_ZERO_SIZE_OBJECT [deleted file]
errors/Russian-1251/README [deleted file]
errors/Russian-1251/generic [deleted file]
errors/Russian-koi8-r/ERR_ACCESS_DENIED [deleted file]
errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED [deleted file]
errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED [deleted file]
errors/Russian-koi8-r/ERR_CANNOT_FORWARD [deleted file]
errors/Russian-koi8-r/ERR_CONNECT_FAIL [deleted file]
errors/Russian-koi8-r/ERR_DNS_FAIL [deleted file]
errors/Russian-koi8-r/ERR_ESI [deleted file]
errors/Russian-koi8-r/ERR_FORWARDING_DENIED [deleted file]
errors/Russian-koi8-r/ERR_FTP_DISABLED [deleted file]
errors/Russian-koi8-r/ERR_FTP_FAILURE [deleted file]
errors/Russian-koi8-r/ERR_FTP_FORBIDDEN [deleted file]
errors/Russian-koi8-r/ERR_FTP_NOT_FOUND [deleted file]
errors/Russian-koi8-r/ERR_FTP_PUT_CREATED [deleted file]
errors/Russian-koi8-r/ERR_FTP_PUT_ERROR [deleted file]
errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED [deleted file]
errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE [deleted file]
errors/Russian-koi8-r/ERR_ICAP_FAILURE [deleted file]
errors/Russian-koi8-r/ERR_INVALID_REQ [deleted file]
errors/Russian-koi8-r/ERR_INVALID_RESP [deleted file]
errors/Russian-koi8-r/ERR_INVALID_URL [deleted file]
errors/Russian-koi8-r/ERR_LIFETIME_EXP [deleted file]
errors/Russian-koi8-r/ERR_NO_RELAY [deleted file]
errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS [deleted file]
errors/Russian-koi8-r/ERR_READ_ERROR [deleted file]
errors/Russian-koi8-r/ERR_READ_TIMEOUT [deleted file]
errors/Russian-koi8-r/ERR_SECURE_CONNECT_FAIL [deleted file]
errors/Russian-koi8-r/ERR_SHUTTING_DOWN [deleted file]
errors/Russian-koi8-r/ERR_SOCKET_FAILURE [deleted file]
errors/Russian-koi8-r/ERR_TOO_BIG [deleted file]
errors/Russian-koi8-r/ERR_UNSUP_REQ [deleted file]
errors/Russian-koi8-r/ERR_URN_RESOLVE [deleted file]
errors/Russian-koi8-r/ERR_WRITE_ERROR [deleted file]
errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT [deleted file]
errors/Russian-koi8-r/README [deleted file]
errors/Russian-koi8-r/generic [deleted file]
errors/bg.po
errors/ca.po
errors/cs.po
errors/da.po
errors/de.po
errors/dictionary.pot
errors/en-au.po
errors/en-gb.po
errors/en-nz.po
errors/en-us.po
errors/en.po
errors/errorpage.css
errors/es.po
errors/fr.po
errors/id.po
errors/it.po
errors/ja.po
errors/list
errors/nl.po
errors/pt-br.po
errors/ru.po [new file with mode: 0644]
errors/sv.po
errors/templates/ERR_FTP_LISTING [new file with mode: 0644]
errors/uk.po
errors/zh-cn.po

index 00c2f98e1d268981c0fec86ffc10b9c710ae2b64..07f8f1d67687890295bcbc7d531dd4e71d4f69f4 100644 (file)
@@ -27,6 +27,7 @@ TRANSLATIONS = \
        ja \
        nl \
        pt-br \
+       ru \
        sv \
        uk \
        zh-cn
@@ -48,8 +49,6 @@ LANGUAGES     = \
                Polish \
                Portuguese \
                Romanian \
-               Russian-1251 \
-               Russian-koi8-r \
                Serbian \
                Simplify_Chinese \
                Slovak \
diff --git a/errors/Russian-1251/ERR_ACCESS_DENIED b/errors/Russian-1251/ERR_ACCESS_DENIED
deleted file mode 100644 (file)
index a4f854e..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Äîñòóï çàïðåù¸í.
-</STRONG>
-<P>
-Íàñòðîéêà êîíòðîëÿ äîñòóïà íå äà¸ò âîçìîæíîñòè âûïîëíèòü Âàø 
-çàïðîñ â íàñòîÿùåå âðåìÿ. Ïîæàëóéñòà, ñâÿæèòåñü ñ Âàøèì
-ïîñòàâùèêîì óñëóã Èíòåðíåò, åñëè Âû ñ÷èòàåòå ýòî íåïðàâèëüíûì.
-</UL>
-</P>
-
diff --git a/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED b/errors/Russian-1251/ERR_CACHE_ACCESS_DENIED
deleted file mode 100644 (file)
index c0dcf79..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Äîñòóï ê êýøó çàïðåù¸í.</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD>
-<BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Äîñòóï ê êýøó çàïðåù¸í</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Äîñòóï ê êýøó çàïðåù¸í
-</STRONG>
-</UL>
-</P>
-
-<P>Èçâèíèòå, Âû íå ìîæåòå çàïðîñèòü:
-<PRE>    %U</PRE>
-èç ýòîãî êýøà äî òåõ ïîð, ïîêà íå ïðîéä¸òå àóòåíòèôèêàöèþ.
-</P>
-
-<P>
-Äëÿ ýòîãî Âàì íåîáõîäèì Netscape âåðñèè 2.0 ëèáî âûøå, èëè Microsoft Internet
-Explorer 3.0, èëè HTTP/1.1 ñîâìåñòèìûé áðîóçåð. Ïîæàëóéñòà ñâÿæèòåñü 
-ñ <A HREF="mailto:%w%W">àäìèíèñòðàòîðîì êýøà</a>, åñëè ó Âàñ âîçíèêëè ïðîáëåìû 
-ñ àóòåíòèôèêàöèåé, ëèáî <A HREF="http://%h/cgi-bin/chpasswd.cgi">ñìåíèòå</a> 
-Âàø ïàðîëü ïî óìîë÷àíèþ.
-</P>
diff --git a/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED b/errors/Russian-1251/ERR_CACHE_MGR_ACCESS_DENIED
deleted file mode 100644 (file)
index 99cac13..0000000
+++ /dev/null
@@ -1,35 +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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Äîñòóï ê óïðàâëåíèþ êýøåì çàïðåù¸í</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD>
-<BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Äîñòóï ê óïðàâëåíèþ êýøåì çàïðåù¸í</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Äîñòóï ê óïðàâëåíèþ êýøåì çàïðåù¸í.
-</STRONG>
-</UL>
-</P>
-
-<P>Èçâèíèòå, Âû íå ìîæåòå çàïðîñèòü:
-<PRE>    %U</PRE>
-èç ñèñòåìû óïðàâëåíèÿ êýøà äî òåõ ïîð, ïîêà íå ïðîéä¸òå àóòåíòèôèêàöèþ.
-</P>
-
-<P>
-Äëÿ ýòîãî Âàì íåîáõîäèì Netscape âåðñèè 2.0 ëèáî âûøå, èëè Microsoft
-Internet
-Explorer 3.0, èëè HTTP/1.1 ñîâìåñòèìûé áðîóçåð. Ïîæàëóéñòà ñâÿæèòåñü
-ñ <A HREF="mailto:%w%W">àäìèíèñòðàòîðîì êýøà</a>, åñëè ó Âàñ âîçíèêëè ïðîáëåìû
-ñ àóòåíòèôèêàöèåé, åñëè æå <em>Âû</em> àäìíèíñòðàòîð,
-ïðî÷èòàéòå äîêóìåíòàöèþ ïî èíòåðôåéñó óïðàâëåíèÿ êýøåì è ïðîñìîòðèòå
-ëîã-ôàéë íà ïðåäìåò áîëåå äåòàëüíûõ ñîîáùåíèé îá îøèáêàõ.</P>
diff --git a/errors/Russian-1251/ERR_CANNOT_FORWARD b/errors/Russian-1251/ERR_CANNOT_FORWARD
deleted file mode 100644 (file)
index ff180a7..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí.</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Íåâîçìîæíî ïåðåñëàòü çàïðîñ â íàñòîÿùèé ìîìåíò.
-</STRONG>
-</UL>
-
-<P>
-Ýòîò çàïðîñ íå ìîæåò áûòü ïåðåñëàí íà ñåðâåð-èñòî÷íèê ëèáî íà âûøåñòîÿùèé 
-êýø-ñåðâåð. Íàèáîëåå âåðîÿòíàÿ ïðè÷èíà îøèáêè:
-<UL>
-<LI>Àäìèíèñòðàòîð ýòîãî ñåðâåðà çàïðåòèë ïðÿìûå ñîåäèíåíèÿ ñ
-    ñåðâåðàìè-èñòî÷íèêàìè è
-<LI>Âñå âûøåñòîÿùèå êýø-ñåðâåðà â òåêóùèé ìîìåíò íåäîñòóïíû.
-</UL>
-</P>
diff --git a/errors/Russian-1251/ERR_CONNECT_FAIL b/errors/Russian-1251/ERR_CONNECT_FAIL
deleted file mode 100644 (file)
index 80f219b..0000000
+++ /dev/null
@@ -1,27 +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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí.</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Íå óäàëîñü óñòàíîâèòü ñîåäèíåíèå.
-</STRONG>
-</UL>
-
-<P>
-Áûë ïîëó÷åí îòâåò:
-<PRE><I>    %E</I></PRE>
-
-<P>
-Óäàë¸ííûé ñåðâåð ëèáî ñåòü íå îòâå÷àþò. Ïîæàëóéñòà, ïîâòîðèòå çàïðîñ.
-</P>
diff --git a/errors/Russian-1251/ERR_DNS_FAIL b/errors/Russian-1251/ERR_DNS_FAIL
deleted file mode 100644 (file)
index dc7a6f0..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><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:<br>
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<BLOCKQUOTE>
-Íåâîçìîæíî îïðåäåëèòü IP àäðåñ óçëà
-<I>%H</I>
-</BLOCKQUOTE>
-</UL>
-
-<P>
-Ñåðâåð àäðåñîâ îòâåòèë:
-<BLOCKQUOTE>
-%z
-</BLOCKQUOTE>
-
-<P>
-Ýòî îáîçíà÷àåò:
-<PRE>
- Êýø íå â ñîñòîÿíèè îïðåäåëèòü ñåðâåð, óêàçàííûé â URL.
- Ïðîâåðüòå ïðàâèëüíîñòü íàïèñàíèÿ àäðåñà.
-</PRE>
-</P>
-
diff --git a/errors/Russian-1251/ERR_ESI b/errors/Russian-1251/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/Russian-1251/ERR_FORWARDING_DENIED b/errors/Russian-1251/ERR_FORWARDING_DENIED
deleted file mode 100644 (file)
index 9840ffc..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí.</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Ïåðåñûëêà çàïðåùåíà.
-</STRONG>
-</UL>
-
-<P>
-Ýòîò êýø íå áóäåò ïåðåñûëàòü Âàø çàïðîñ ïî ïðè÷èíå óñòàíîâêè âçàèìîîòíîøåíèé
-òèïà sibling. Ñêîðåå âñåãî êëèåíò %i - íåïðàâèëüíî ñêîíôèãóðèðîâàííûé êýø.
-</P>
diff --git a/errors/Russian-1251/ERR_FTP_DISABLED b/errors/Russian-1251/ERR_FTP_DISABLED
deleted file mode 100644 (file)
index 3bf701f..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Ïðîòîêîë FTP çàïðåù¸í.
-</STRONG>
-</UL>
-
-<P>
-Ýòîò êýø íå ïîääåðæèâàåò ïðîòîêîë FTP.
-</P>
diff --git a/errors/Russian-1251/ERR_FTP_FAILURE b/errors/Russian-1251/ERR_FTP_FAILURE
deleted file mode 100644 (file)
index ed5824c..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí.</H2>
-<HR noshade size="1px">
-<P>
-Ïðîèçîøëà îøèáêà ïðîòîêîëà FTP âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Êýø ïîñëàë ñëåäóþùóþ êîìàíäó FTP:
-<PRE><STRONG>
-       %f
-</STRONG></PRE>
-è ïîëó÷èë îòâåò
-<PRE><STRONG>
-       %F
-</STRONG></PRE>
-<P>
-Ýòî ìîæåò áûòü âûçâàíî àäðåñîì ñ àáñîëþòíûì ïóò¸ì (êîòîðûé íå 
-ñîîòâåòñòâóåò ñòàíäàðòó RFC 1738). Â ýòîì ñëó÷àå, ôàéë ìîæåò áûòü 
-íàéäåí ïî àäðåñó <A HREF="%B">%B</A>.
-</P>
-
diff --git a/errors/Russian-1251/ERR_FTP_FORBIDDEN b/errors/Russian-1251/ERR_FTP_FORBIDDEN
deleted file mode 100644 (file)
index 85b7fa4..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=windows-1251">
-<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>
-An FTP authentication failure occurred
-while trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-Squid sent the following FTP command:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-and then received this reply
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-</P>
-
diff --git a/errors/Russian-1251/ERR_FTP_NOT_FOUND b/errors/Russian-1251/ERR_FTP_NOT_FOUND
deleted file mode 100644 (file)
index 05aca06..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=windows-1251">
-<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>
-The following URL could not be retrieved:
-<A HREF="%U">%U</A>
-<P>
-Squid sent the following FTP command:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-and then received this reply
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-<P>
-This might be caused by an FTP URL with an absolute path (which does
-not comply with RFC 1738).  If this is the cause, then the file
-can be found at <A HREF="%B">%B</A>.
-</P>
-
diff --git a/errors/Russian-1251/ERR_FTP_PUT_CREATED b/errors/Russian-1251/ERR_FTP_PUT_CREATED
deleted file mode 100644 (file)
index bc22c5f..0000000
+++ /dev/null
@@ -1,11 +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=windows-1251">
-<TITLE>FTP PUT çàâåðøåí óñïåøíî: Ôàéë ñîçäàí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>Îïåðàöèÿ çàâåðøèëàñü óñïåøíî</H1>
-<H2>Ôàéë ñîçäàí</H2>
-<HR noshade size="1px">
-<P>
-</P>
-
diff --git a/errors/Russian-1251/ERR_FTP_PUT_ERROR b/errors/Russian-1251/ERR_FTP_PUT_ERROR
deleted file mode 100644 (file)
index d493e04..0000000
+++ /dev/null
@@ -1,27 +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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: FTP PUT/upload çàâåðøèëñÿ íåóäà÷íî</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>FTP PUT/upload çàâåðøèëñÿ íåóäà÷íî.</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè ôàéëà ïî àäðåñó:
-<A HREF="%U">%U</A>
-<P>
-Êýø ïîñëàë ñëåäóþùóþ FTP êîìàíäó:
-<PRE><STRONG>
-        %f
-</STRONG></PRE>
-è ïîëó÷èë îòâåò
-<PRE><STRONG>
-        %F
-</STRONG></PRE>
-<P>
-Ýòî îáîçíà÷àåò:
-<PRE>
-Ïðîâåðüòå ïóòü, ïðàâà äîñòóïà, ñâîáîäíîå ìåñòî è ïîïðîáóéòå ñíîâà.
-</PRE>
-</P>
-
diff --git a/errors/Russian-1251/ERR_FTP_PUT_MODIFIED b/errors/Russian-1251/ERR_FTP_PUT_MODIFIED
deleted file mode 100644 (file)
index 65c4473..0000000
+++ /dev/null
@@ -1,11 +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=windows-1251">
-<TITLE>FTP PUT çàâåðøèëñÿ óñïåøíî: Ôàéë îáíîâë¸í</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>Îïåðàöèÿ çàâåðøèëàñü óñïåøíî.</H1>
-<H2>Ôàéë îáíîâë¸í.</H2>
-<HR noshade size="1px">
-<P>
-</P>
-
diff --git a/errors/Russian-1251/ERR_FTP_UNAVAILABLE b/errors/Russian-1251/ERR_FTP_UNAVAILABLE
deleted file mode 100644 (file)
index bc19afd..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=windows-1251">
-<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>
-The FTP server was too busy while trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-Squid sent the following FTP command:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-and then received this reply
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-</P>
-
diff --git a/errors/Russian-1251/ERR_ICAP_FAILURE b/errors/Russian-1251/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/Russian-1251/ERR_INVALID_REQ b/errors/Russian-1251/ERR_INVALID_REQ
deleted file mode 100644 (file)
index d345bfe..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><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí.</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ îáðàáîòêè çàïðîñà:
-<PRE>
-%R
-</PRE>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Íåâåðíûé çàïðîñ.
-</STRONG>
-</UL>
-
-<P>
-Íåêîòîðûå àñïåêòû HTTP çàïðîñà íåïðàâèëüíû. Âîçìîæíûå ïðîáëåìû:
-<UL>
-<LI>Îòñóòñòâóåò ëèáî íåèçâåñòåí ìåòîä çàïðîñà (GET, POST)
-<LI>Îòñóòñòâóåò URL
-<LI>Îòñóòñòâóåò HTTP èäåíòèôèêàòîð (HTTP/1.0)
-<LI>Çàïðîñ ñëèøêîì âåëèê
-<LI>Íå óêàçàí Content-Length äëÿ çàïðîñîâ POST èëè PUT
-<LI>Íåäîïóñòèìûé ñèìâîë â èìåíè ñåðâåðà; ïîä÷åðêèâàíèÿ íåäîïóñòèìû
-</UL>
-</P>
diff --git a/errors/Russian-1251/ERR_INVALID_RESP b/errors/Russian-1251/ERR_INVALID_RESP
deleted file mode 100644 (file)
index 960968c..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=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 process the request:
-<PRE>
-%R
-</PRE>
-<P>
-The following error was encountered:
-<UL>
-<LI>
-<STRONG>
-Invalid Response
-</STRONG>
-</UL>
-
-<P>
-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.
-
-<P>Your cache administrator is <A HREF="mailto:%w">%w</A>. 
diff --git a/errors/Russian-1251/ERR_INVALID_URL b/errors/Russian-1251/ERR_INVALID_URL
deleted file mode 100644 (file)
index 42b36c9..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí.</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Íåïðàâèëüíûé URL
-</STRONG>
-</UL>
-
-<P>
-Íåêîòîðûå àñïåêòû URL íåïðàâèëüíû. Âîçìîæíûå ïðîáëåìû:
-<UL>
-<LI>Îòñóòñòâóåò ëèáî íåâåðíûé ïðîòîêîë äîñòóïà (äîëæåí áûòü `http://'' èëè
-ïîõîæèé)
-<LI>Îòñóòñòâóåò èìÿ ñåðâåðà
-<LI>Íåêîððåêòíûé äâîéíîé óïðàâëÿþùèé ñèìâîë â URL-ïóòè
-<LI>Íåäîïóñòèìûé ñèìâîë â èìåíè ñåðâåðà; ïîä÷¸ðêèâàíèÿ íåäîïóñòèìû
-</UL>
-</P>
diff --git a/errors/Russian-1251/ERR_LIFETIME_EXP b/errors/Russian-1251/ERR_LIFETIME_EXP
deleted file mode 100644 (file)
index ca3eb83..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Âðåìÿ ñîåäèíåíèÿ èñòåêëî.
-</STRONG>
-</UL>
-
-<P>
-Êýø ïðåðâàë çàïðîñ ïî ïðè÷èíå ïðåâûøåíèÿ ìàêñèìàëüíîãî âðåìåíè ñîåäèíåíèÿ.
-</P>
diff --git a/errors/Russian-1251/ERR_NO_RELAY b/errors/Russian-1251/ERR_NO_RELAY
deleted file mode 100644 (file)
index 778b5c2..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Wais Relay íå îïðåäåë¸í.
-</STRONG>
-</UL>
-
-<P>
-Äëÿ ýòîãî êýøà íå îïðåäåë¸í ñåðâåð WAIS Relay.
- Ñîîáùèòå àäìèíèñòðàòîðó.
-</P>
diff --git a/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS b/errors/Russian-1251/ERR_ONLY_IF_CACHED_MISS
deleted file mode 100644 (file)
index 7203ab4..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Îáúåêò íå îáíàðóæåí â êýøå è áûëà îïðåäåëåíà äèðåêòèâà
-<code>only-if-cached</code>.
-</STRONG>
-</UL>
-
-<P>
-Âû ïîñëàëè çàïðîñ ñ äèðåêòèâîé êýø-êîíòðîëÿ <code>only-if-cached</code>.
-Îáúåêò íå îáíàðóæåí â êýøå, <em>ëèáî</em> îí òðåáóåò îáíîâëåíèÿ,
-çàïðåù¸ííîãî äèðåêòèâîé <code>only-if-cached</code>.
-</P>
diff --git a/errors/Russian-1251/ERR_READ_ERROR b/errors/Russian-1251/ERR_READ_ERROR
deleted file mode 100644 (file)
index 2fd3179..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Îøèáêà ÷òåíèÿ
-</STRONG>
-</UL>
-
-<P>
-Ñèñòåìà ñîîáùèëà:
-<PRE><I>    %E</I></PRE>
-
-<P>
-Âî âðåìÿ ÷òåíèÿ äàííûõ èç ñåòè âîçíèêëà îøèáêà. Ïîæàëóéñòà, ïîâòîðèòå
-Âàø çàïðîñ.
-</P>
diff --git a/errors/Russian-1251/ERR_READ_TIMEOUT b/errors/Russian-1251/ERR_READ_TIMEOUT
deleted file mode 100644 (file)
index 02c6f27..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Ïðåâûøåíî âðåìÿ îæèäàíèÿ îòâåòà.
-</STRONG>
-</UL>
-
-<P>
-Ñèñòåìà ñîîáùèëà:
-<PRE><I>    %E</I></PRE>
-
-<P>
-Ïðåâûøåíî âðåìÿ îæèäàíèÿ îòâåòà âî âðåìÿ ÷òåíèÿ äàííûõ èç ñåòè. Ñåòü èëè
-ñåðâåð íå ðàáîòàþò ëèáî ïåðåãðóæåíû. Ïîæàëóéñòà, ïîâòîðèòå çàïðîñ.
-</P>
diff --git a/errors/Russian-1251/ERR_SECURE_CONNECT_FAIL b/errors/Russian-1251/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/Russian-1251/ERR_SHUTTING_DOWN b/errors/Russian-1251/ERR_SHUTTING_DOWN
deleted file mode 100644 (file)
index aae8d59..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=windows-1251">
-<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>
-<P>
-This cache is in the process of shutting down and can not
-service your request at this time.  Please retry your
-request again soon.
-</P>
diff --git a/errors/Russian-1251/ERR_SOCKET_FAILURE b/errors/Russian-1251/ERR_SOCKET_FAILURE
deleted file mode 100644 (file)
index e70796e..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Îøèáêà TCP socket.
-</STRONG>
-</UL>
-
-<P>
-Ñèñòåìà ñîîáùèëà:
-<PRE><I>    %E</I></PRE>
-
-<P>
-Êýø íå ìîæåò ñîçäàòü TCP socket, ñêîðåå âñåãî èç-çà î÷åíü âûñîêîé çàãðóçêè
-ñåðâåðà. Ïîæàëóéñòà, ïîâòîðèòå çàïðîñ. Åñëè ñèòóàöèÿ ïîâòîðèòñÿ - ñîîáùèòå
-àäìèíèñòðàòîðó êýøà.
-</P>
diff --git a/errors/Russian-1251/ERR_TOO_BIG b/errors/Russian-1251/ERR_TOO_BIG
deleted file mode 100644 (file)
index 99173bc..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=windows-1251">
-<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/Russian-1251/ERR_UNSUP_REQ b/errors/Russian-1251/ERR_UNSUP_REQ
deleted file mode 100644 (file)
index 70f1385..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Íåïîääåðæèâàåìûé ìåòîä è ïðîòîêîë çàïðîñà.
-</STRONG>
-</UL>
-
-<P>
-Äàííûé êýø íå ïîääåðæèâàåò âñå ìåòîäû çàïðîñà äëÿ âñåõ ïðîòîêîëîâ.
-Ê ïðèìåðó, äëÿ ïðîòîêîëà Gopher Âû íå ìîæåòå âûïîëíÿòü çàïðîñ POST.
-</P>
-
diff --git a/errors/Russian-1251/ERR_URN_RESOLVE b/errors/Russian-1251/ERR_URN_RESOLVE
deleted file mode 100644 (file)
index df3f2ed..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URN íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>URL äëÿ çàïðîøåííîãî URN íå ìîæåò áûòü ïîëó÷åí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URN:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Íåâîçìîæíî îïðåäåëèòü URL äëÿ äàííîãî URL.<br>
-(Cannot Resolve URN)
-</STRONG>
-</UL>
-
-<P>
-Íå ñòîèò îæèäàòü ìíîãîãî îò ýòîé òåõíîëîãèè íà %T ;)
-</P>
diff --git a/errors/Russian-1251/ERR_WRITE_ERROR b/errors/Russian-1251/ERR_WRITE_ERROR
deleted file mode 100644 (file)
index c8a9e17..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Îøèáêà çàïèñè
-</STRONG>
-</UL>
-
-<P>
-Ñèñòåìà ñîîáùèëà:
-<PRE><I>    %E</I></PRE>
-
-<P>
-Âî âðåìÿ îòïðàâêè èíôîðìàöèè â ñåòü âîçíèêëà îøèáêà. Ïîæàëóéñòà, ïîâòîðèòå
-çàïðîñ.
-</P>
diff --git a/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT b/errors/Russian-1251/ERR_ZERO_SIZE_OBJECT
deleted file mode 100644 (file)
index 1dc5ec2..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=windows-1251">
-<TITLE>ÎØÈÁÊÀ: Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ÎØÈÁÊÀ</H1>
-<H2>Çàïðîøåííûé URL íå ìîæåò áûòü äîñòàâëåí</H2>
-<HR noshade size="1px">
-<P>
-Âî âðåìÿ äîñòàâêè URL:
-<A HREF="%U">%U</A>
-<P>
-Ïðîèçîøëà ñëåäóþùàÿ îøèáêà:
-<UL>
-<LI>
-<STRONG>
-Îòâåò íóëåâîé äëèíû
-</STRONG>
-</UL>
-
-<P>
-Êýø íå ïîëó÷èë íèêàêèõ äàííûõ â îòâåò íà ýòîò çàïðîñ.
-</P>
diff --git a/errors/Russian-1251/README b/errors/Russian-1251/README
deleted file mode 100644 (file)
index 2edef48..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Thank you to Ilia Zadorozhko <falcon@netsy.com> for
-creating these error pages in Russian!
diff --git a/errors/Russian-1251/generic b/errors/Russian-1251/generic
deleted file mode 100644 (file)
index e0dc04b..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>
-<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>
-@SHORT_DESCRIPTION@
-</STRONG>
-</UL>
-
-<P>
-The system returned:
-<PRE><I>    %E</I></PRE>
-
-<P>
-This means that:
-<PRE>
-    @LONG_DESCRIPTION@
-</PRE>
-</P>
-
diff --git a/errors/Russian-koi8-r/ERR_ACCESS_DENIED b/errors/Russian-koi8-r/ERR_ACCESS_DENIED
deleted file mode 100644 (file)
index 263902f..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-äÏÓÔÕРÚÁÐÒÅÝÅÎ.
-</STRONG>
-<P>
-îÁÓÔÒÏÊËÁ ËÏÎÔÒÏÌÑ ÄÏÓÔÕÐÁ ÎÅ ÄÁ£Ô ×ÏÚÍÏÖÎÏÓÔÉ ×ÙÐÏÌÎÉÔØ ÷ÁÛ 
-ÚÁÐÒÏÓ × ÎÁÓÔÏÑÝÅÅ ×ÒÅÍÑ. ðÏÖÁÌÕÊÓÔÁ, Ó×ÑÖÉÔÅÓØ Ó ÷ÁÛÉÍ
-ÐÏÓÔÁ×ÝÉËÏÍ ÕÓÌÕÇ éÎÔÅÒÎÅÔ, ÅÓÌÉ ÷Ù ÓÞÉÔÁÅÔÅ ÜÔÏ ÎÅÐÒÁ×ÉÌØÎÙÍ.
-</UL>
-</P>
-
diff --git a/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED b/errors/Russian-koi8-r/ERR_CACHE_ACCESS_DENIED
deleted file mode 100644 (file)
index 8da78dc..0000000
+++ /dev/null
@@ -1,35 +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=koi8-r">
-<TITLE>ïûéâëá: äÏÓÔÕРˠËÜÛÕ ÚÁÐÒÅÝ£Î.</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD>
-<BODY>
-<H1>ïûéâëá</H1>
-<H2>äÏÓÔÕРˠËÜÛÕ ÚÁÐÒÅÝ£Î</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-äÏÓÔÕРˠËÜÛÕ ÚÁÐÒÅÝ£Î
-</STRONG>
-</UL>
-</P>
-
-<P>éÚ×ÉÎÉÔÅ, ÷Ù ÎÅ ÍÏÖÅÔÅ ÚÁÐÒÏÓÉÔØ:
-<PRE>    %U</PRE>
-ÉÚ ÜÔÏÇÏ ËÜÛÁ ÄÏ ÔÅÈ ÐÏÒ, ÐÏËÁ ÎÅ ÐÒÏÊÄ£ÔÅ ÁÕÔÅÎÔÉÆÉËÁÃÉÀ.
-</P>
-
-<P>
-äÌÑ ÜÔÏÇÏ ÷ÁÍ ÎÅÏÂÈÏÄÉÍ Netscape ×ÅÒÓÉÉ 2.0 ÌÉÂÏ ×ÙÛÅ, ÉÌÉ Microsoft Internet
-Explorer 3.0, ÉÌÉ HTTP/1.1 ÓÏ×ÍÅÓÔÉÍÙÊ ÂÒÏÕÚÅÒ. ðÏÖÁÌÕÊÓÔÁ Ó×ÑÖÉÔÅÓØ 
-Ó <A HREF="mailto:%w%W">ÁÄÍÉÎÉÓÔÒÁÔÏÒÏÍ ËÜÛÁ</a>, ÅÓÌÉ Õ ÷ÁÓ ×ÏÚÎÉËÌÉ ÐÒÏÂÌÅÍÙ 
-Ó ÁÕÔÅÎÔÉÆÉËÁÃÉÅÊ, ÌÉÂÏ <A HREF="http://%h/cgi-bin/chpasswd.cgi">ÓÍÅÎÉÔÅ</a> 
-÷ÁÛ ÐÁÒÏÌØ ÐÏ ÕÍÏÌÞÁÎÉÀ.
-</P>
diff --git a/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED b/errors/Russian-koi8-r/ERR_CACHE_MGR_ACCESS_DENIED
deleted file mode 100644 (file)
index 1f3b572..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=koi8-r">
-<TITLE>ïûéâëá: äÏÓÔÕРˠÕÐÒÁ×ÌÅÎÉÀ ËÜÛÅÍ ÚÁÐÒÅÝ£Î</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD>
-<BODY>
-<H1>ïûéâëá</H1>
-<H2>äÏÓÔÕРˠÕÐÒÁ×ÌÅÎÉÀ ËÜÛÅÍ ÚÁÐÒÅÝ£Î</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-äÏÓÔÕРˠÕÐÒÁ×ÌÅÎÉÀ ËÜÛÅÍ ÚÁÐÒÅÝ£Î.
-</STRONG>
-</UL>
-</P>
-
-<P>éÚ×ÉÎÉÔÅ, ÷Ù ÎÅ ÍÏÖÅÔÅ ÚÁÐÒÏÓÉÔØ:
-<PRE>    %U</PRE>
-ÉÚ ÓÉÓÔÅÍÙ ÕÐÒÁ×ÌÅÎÉÑ ËÜÛÁ ÄÏ ÔÅÈ ÐÏÒ, ÐÏËÁ ÎÅ ÐÒÏÊÄ£ÔÅ ÁÕÔÅÎÔÉÆÉËÁÃÉÀ.
-</P>
-
-<P>
-äÌÑ ÜÔÏÇÏ ÷ÁÍ ÎÅÏÂÈÏÄÉÍ Netscape ×ÅÒÓÉÉ 2.0 ÌÉÂÏ ×ÙÛÅ, ÉÌÉ Microsoft
-Internet
-Explorer 3.0, ÉÌÉ HTTP/1.1 ÓÏ×ÍÅÓÔÉÍÙÊ ÂÒÏÕÚÅÒ. ðÏÖÁÌÕÊÓÔÁ Ó×ÑÖÉÔÅÓØ
-Ó <A HREF="mailto:%w%W">ÁÄÍÉÎÉÓÔÒÁÔÏÒÏÍ ËÜÛÁ</a>, ÅÓÌÉ Õ ÷ÁÓ ×ÏÚÎÉËÌÉ ÐÒÏÂÌÅÍÙ
-Ó ÁÕÔÅÎÔÉÆÉËÁÃÉÅÊ, ÅÓÌÉ ÖÅ <em>÷Ù</em> ÁÄÍÎÉÎÓÔÒÁÔÏÒ,
-ÐÒÏÞÉÔÁÊÔÅ ÄÏËÕÍÅÎÔÁÃÉÀ ÐÏ ÉÎÔÅÒÆÅÊÓÕ ÕÐÒÁ×ÌÅÎÉÑ ËÜÛÅÍ É ÐÒÏÓÍÏÔÒÉÔÅ
-ÌÏÇ-ÆÁÊÌ ÎÁ ÐÒÅÄÍÅÔ ÂÏÌÅÅ ÄÅÔÁÌØÎÙÈ ÓÏÏÂÝÅÎÉÊ Ï ÏÛÉÂËÁÈ.</P>
diff --git a/errors/Russian-koi8-r/ERR_CANNOT_FORWARD b/errors/Russian-koi8-r/ERR_CANNOT_FORWARD
deleted file mode 100644 (file)
index 82879c1..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ.</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-îÅ×ÏÚÍÏÖÎÏ ÐÅÒÅÓÌÁÔØ ÚÁÐÒÏÓ × ÎÁÓÔÏÑÝÉÊ ÍÏÍÅÎÔ.
-</STRONG>
-</UL>
-
-<P>
-üÔÏÔ ÚÁÐÒÏÓ ÎÅ ÍÏÖÅÔ ÂÙÔØ ÐÅÒÅÓÌÁΠÎÁ ÓÅÒ×ÅÒ-ÉÓÔÏÞÎÉË ÌÉÂÏ ÎÁ ×ÙÛÅÓÔÏÑÝÉÊ 
-ËÜÛ-ÓÅÒ×ÅÒ. îÁÉÂÏÌÅÅ ×ÅÒÏÑÔÎÁÑ ÐÒÉÞÉÎÁ ÏÛÉÂËÉ:
-<UL>
-<LI>áÄÍÉÎÉÓÔÒÁÔÏÒ ÜÔÏÇÏ ÓÅÒ×ÅÒÁ ÚÁÐÒÅÔÉÌ ÐÒÑÍÙÅ ÓÏÅÄÉÎÅÎÉÑ Ó
-    ÓÅÒ×ÅÒÁÍÉ-ÉÓÔÏÞÎÉËÁÍÉ É
-<LI>÷ÓÅ ×ÙÛÅÓÔÏÑÝÉÅ ËÜÛ-ÓÅÒ×ÅÒÁ × ÔÅËÕÝÉÊ ÍÏÍÅÎÔ ÎÅÄÏÓÔÕÐÎÙ.
-</UL>
-</P>
diff --git a/errors/Russian-koi8-r/ERR_CONNECT_FAIL b/errors/Russian-koi8-r/ERR_CONNECT_FAIL
deleted file mode 100644 (file)
index 9c18d20..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ.</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-îÅ ÕÄÁÌÏÓØ ÕÓÔÁÎÏ×ÉÔØ ÓÏÅÄÉÎÅÎÉÅ.
-</STRONG>
-</UL>
-
-<P>
-âÙÌ ÐÏÌÕÞÅΠÏÔ×ÅÔ:
-<PRE><I>    %E</I></PRE>
-
-<P>
-õÄÁÌ£ÎÎÙÊ ÓÅÒ×ÅÒ ÌÉÂÏ ÓÅÔØ ÎÅ ÏÔ×ÅÞÁÀÔ. ðÏÖÁÌÕÊÓÔÁ, ÐÏ×ÔÏÒÉÔÅ ÚÁÐÒÏÓ.
-</P>
diff --git a/errors/Russian-koi8-r/ERR_DNS_FAIL b/errors/Russian-koi8-r/ERR_DNS_FAIL
deleted file mode 100644 (file)
index 18a8064..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:<br>
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<BLOCKQUOTE>
-îÅ×ÏÚÍÏÖÎÏ ÏÐÒÅÄÅÌÉÔØ IP ÁÄÒÅÓ ÕÚÌÁ
-<I>%H</I>
-</BLOCKQUOTE>
-</UL>
-
-<P>
-óÅÒ×ÅÒ ÁÄÒÅÓÏ× ÏÔ×ÅÔÉÌ:
-<BLOCKQUOTE>
-%z
-</BLOCKQUOTE>
-
-<P>
-üÔÏ ÏÂÏÚÎÁÞÁÅÔ:
-<PRE>
- ëÜÛ ÎÅ × ÓÏÓÔÏÑÎÉÉ ÏÐÒÅÄÅÌÉÔØ ÓÅÒ×ÅÒ, ÕËÁÚÁÎÎÙÊ × URL.
- ðÒÏ×ÅÒØÔÅ ÐÒÁ×ÉÌØÎÏÓÔØ ÎÁÐÉÓÁÎÉÑ ÁÄÒÅÓÁ.
-</PRE>
-</P>
-
diff --git a/errors/Russian-koi8-r/ERR_ESI b/errors/Russian-koi8-r/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/Russian-koi8-r/ERR_FORWARDING_DENIED b/errors/Russian-koi8-r/ERR_FORWARDING_DENIED
deleted file mode 100644 (file)
index 9aa6664..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ.</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-ðÅÒÅÓÙÌËÁ ÚÁÐÒÅÝÅÎÁ.
-</STRONG>
-</UL>
-
-<P>
-üÔÏÔ ËÜÛ ÎÅ ÂÕÄÅÔ ÐÅÒÅÓÙÌÁÔØ ÷ÁÛ ÚÁÐÒÏÓ ÐÏ ÐÒÉÞÉÎÅ ÕÓÔÁÎÏ×ËÉ ×ÚÁÉÍÏÏÔÎÏÛÅÎÉÊ
-ÔÉÐÁ sibling. óËÏÒÅÅ ×ÓÅÇÏ ËÌÉÅÎÔ %i - ÎÅÐÒÁ×ÉÌØÎÏ ÓËÏÎÆÉÇÕÒÉÒÏ×ÁÎÎÙÊ ËÜÛ.
-</P>
diff --git a/errors/Russian-koi8-r/ERR_FTP_DISABLED b/errors/Russian-koi8-r/ERR_FTP_DISABLED
deleted file mode 100644 (file)
index b8be8e5..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-ðÒÏÔÏËÏÌ FTP ÚÁÐÒÅÝÅÎ.
-</STRONG>
-</UL>
-
-<P>
-üÔÏÔ ËÜÛ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔ ÐÒÏÔÏËÏÌ FTP.
-</P>
diff --git a/errors/Russian-koi8-r/ERR_FTP_FAILURE b/errors/Russian-koi8-r/ERR_FTP_FAILURE
deleted file mode 100644 (file)
index e1cfc8f..0000000
+++ /dev/null
@@ -1,27 +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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ.</H2>
-<HR noshade size="1px">
-<P>
-ðÒÏÉÚÏÛÌÁ ÏÛÉÂËÁ ÐÒÏÔÏËÏÌÁ FTP ×Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ëÜÛ ÐÏÓÌÁÌ ÓÌÅÄÕÀÝÕÀ ËÏÍÁÎÄÕ FTP:
-<PRE><STRONG>
-       %f
-</STRONG></PRE>
-É ÐÏÌÕÞÉÌ ÏÔ×ÅÔ
-<PRE><STRONG>
-       %F
-</STRONG></PRE>
-<P>
-üÔÏ ÍÏÖÅÔ ÂÙÔØ ×ÙÚ×ÁÎÏ ÁÄÒÅÓÏÍ Ó ÁÂÓÏÌÀÔÎÙÍ ÐÕԣ͠(ËÏÔÏÒÙÊ ÎÅ 
-ÓÏÏÔ×ÅÔÓÔ×ÕÅÔ ÓÔÁÎÄÁÒÔÕ RFC 1738). ÷ ÜÔÏÍ ÓÌÕÞÁÅ, ÆÁÊÌ ÍÏÖÅÔ ÂÙÔØ 
-ÎÁÊÄÅΠÐÏ ÁÄÒÅÓÕ <A HREF="%B">%B</A>.
-</P>
-
diff --git a/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN b/errors/Russian-koi8-r/ERR_FTP_FORBIDDEN
deleted file mode 100644 (file)
index b7f0293..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=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>
-An FTP authentication failure occurred
-while trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-Squid sent the following FTP command:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-and then received this reply
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-</P>
-
diff --git a/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND b/errors/Russian-koi8-r/ERR_FTP_NOT_FOUND
deleted file mode 100644 (file)
index eb5ac93..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=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>
-The following URL could not be retrieved:
-<A HREF="%U">%U</A>
-<P>
-Squid sent the following FTP command:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-and then received this reply
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-<P>
-This might be caused by an FTP URL with an absolute path (which does
-not comply with RFC 1738).  If this is the cause, then the file
-can be found at <A HREF="%B">%B</A>.
-</P>
-
diff --git a/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED b/errors/Russian-koi8-r/ERR_FTP_PUT_CREATED
deleted file mode 100644 (file)
index aa486e0..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=koi8-r">
-<TITLE>FTP PUT ÚÁ×ÅÒÛÅΠÕÓÐÅÛÎÏ: æÁÊÌ ÓÏÚÄÁÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïÐÅÒÁÃÉÑ ÚÁ×ÅÒÛÉÌÁÓØ ÕÓÐÅÛÎÏ</H1>
-<H2>æÁÊÌ ÓÏÚÄÁÎ</H2>
-<HR noshade size="1px">
-<P>
-</P>
-
diff --git a/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR b/errors/Russian-koi8-r/ERR_FTP_PUT_ERROR
deleted file mode 100644 (file)
index c1840e8..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=koi8-r">
-<TITLE>ïûéâëá: FTP PUT/upload ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÎÏ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>FTP PUT/upload ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÄÁÞÎÏ.</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ ÆÁÊÌÁ ÐÏ ÁÄÒÅÓÕ:
-<A HREF="%U">%U</A>
-<P>
-ëÜÛ ÐÏÓÌÁÌ ÓÌÅÄÕÀÝÕÀ FTP ËÏÍÁÎÄÕ:
-<PRE><STRONG>
-        %f
-</STRONG></PRE>
-É ÐÏÌÕÞÉÌ ÏÔ×ÅÔ
-<PRE><STRONG>
-        %F
-</STRONG></PRE>
-<P>
-üÔÏ ÏÂÏÚÎÁÞÁÅÔ:
-<PRE>
-ðÒÏ×ÅÒØÔÅ ÐÕÔØ, ÐÒÁ×Á ÄÏÓÔÕÐÁ, Ó×ÏÂÏÄÎÏÅ ÍÅÓÔÏ É ÐÏÐÒÏÂÕÊÔÅ ÓÎÏ×Á.
-</PRE>
-</P>
-
diff --git a/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED b/errors/Russian-koi8-r/ERR_FTP_PUT_MODIFIED
deleted file mode 100644 (file)
index e79ec49..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=koi8-r">
-<TITLE>FTP PUT ÚÁ×ÅÒÛÉÌÓÑ ÕÓÐÅÛÎÏ: æÁÊÌ ÏÂÎÏ×Ì£Î</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïÐÅÒÁÃÉÑ ÚÁ×ÅÒÛÉÌÁÓØ ÕÓÐÅÛÎÏ.</H1>
-<H2>æÁÊÌ ÏÂÎÏ×Ì£Î.</H2>
-<HR noshade size="1px">
-<P>
-</P>
-
diff --git a/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE b/errors/Russian-koi8-r/ERR_FTP_UNAVAILABLE
deleted file mode 100644 (file)
index 67f8097..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=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>
-The FTP server was too busy while trying to retrieve the URL:
-<A HREF="%U">%U</A>
-<P>
-Squid sent the following FTP command:
-<blockquote><strong><pre>%f</pre></strong></blockquote>
-and then received this reply
-<blockquote><strong><pre>%F</pre></strong></blockquote>
-<blockquote><strong><pre>%g</pre></strong></blockquote>
-</P>
-
diff --git a/errors/Russian-koi8-r/ERR_ICAP_FAILURE b/errors/Russian-koi8-r/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/Russian-koi8-r/ERR_INVALID_REQ b/errors/Russian-koi8-r/ERR_INVALID_REQ
deleted file mode 100644 (file)
index 037aaee..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ.</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÏÂÒÁÂÏÔËÉ ÚÁÐÒÏÓÁ:
-<PRE>
-%R
-</PRE>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-îÅ×ÅÒÎÙÊ ÚÁÐÒÏÓ.
-</STRONG>
-</UL>
-
-<P>
-îÅËÏÔÏÒÙÅ ÁÓÐÅËÔÙ HTTP ÚÁÐÒÏÓÁ ÎÅÐÒÁ×ÉÌØÎÙ. ÷ÏÚÍÏÖÎÙÅ ÐÒÏÂÌÅÍÙ:
-<UL>
-<LI>ïÔÓÕÔÓÔ×ÕÅÔ ÌÉÂÏ ÎÅÉÚ×ÅÓÔÅΠÍÅÔÏÄ ÚÁÐÒÏÓÁ (GET, POST)
-<LI>ïÔÓÕÔÓÔ×ÕÅÔ URL
-<LI>ïÔÓÕÔÓÔ×ÕÅÔ HTTP ÉÄÅÎÔÉÆÉËÁÔÏÒ (HTTP/1.0)
-<LI>úÁÐÒÏÓ ÓÌÉÛËÏÍ ×ÅÌÉË
-<LI>îÅ ÕËÁÚÁΠContent-Length ÄÌÑ ÚÁÐÒÏÓÏ× POST ÉÌÉ PUT
-<LI>îÅÄÏÐÕÓÔÉÍÙÊ ÓÉÍ×ÏÌ × ÉÍÅÎÉ ÓÅÒ×ÅÒÁ; ÐÏÄÞ£ÒËÉ×ÁÎÉÑ ÎÅÄÏÐÕÓÔÉÍÙ
-</UL>
-</P>
diff --git a/errors/Russian-koi8-r/ERR_INVALID_RESP b/errors/Russian-koi8-r/ERR_INVALID_RESP
deleted file mode 100644 (file)
index 080b718..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ.</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÏÂÒÁÂÏÔËÉ ÚÁÐÒÏÓÁ:
-<PRE>
-%R
-</PRE>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-îÅ×ÅÒÎÙÊ ÚÁÐÒÏÓ.
-</STRONG>
-</UL>
-
-<P>
-HTTP ÏÔ×ÅÔ, ÐÏÌÕÞÅÎÎÙÊ ÏÔ ÚÁÐÒÁÛÉ×ÁÅÍÏÇÏ ÓÅÒ×ÅÒÁ ÎÅÐÏÎÑÔÅΠÉÌÉ 
-ÉÚÕÒÏÄÏ×ÁÎ. ïÂÒÁÝÁÊÔÅÓØ Ë ÁÄÍÉÎÉÓÔÒÁÔÏÒÁÍ ÚÁÐÒÁÛÉ×ÁÅÍÏÇÏ ÓÁÊÔÁ.
-áÄÍÉÎÉÓÔÒÁÔÏÒ ×ÁÛÅÇÏ ÐÒÏËÓÉ-ÓÅÒ×ÅÒÁ ÍÏÖÅÔ ÐÒÉ ÎÅÏÂÈÏÄÉÍÏÓÔÉ 
-ÂÏÌÅÅ ÄÅÔÁÌØÎÏ ÏÐÉÓÁÔØ  ÓÕÝÅÓÔ×Ï ÐÒÏÂÌÅÍÙ.
-
-<P>
-áÄÒÅÓ áÄÍÉÎÉÓÔÒÁÔÏÒÁ ×ÁÛÅÇÏ ÐÒÏËÓÉ-ÓÅÒ×ÅÒÁ: <A HREF="mailto:%w">%w</A>. 
diff --git a/errors/Russian-koi8-r/ERR_INVALID_URL b/errors/Russian-koi8-r/ERR_INVALID_URL
deleted file mode 100644 (file)
index e0a4a84..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ.</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-îÅÐÒÁ×ÉÌØÎÙÊ URL
-</STRONG>
-</UL>
-
-<P>
-îÅËÏÔÏÒÙÅ ÁÓÐÅËÔÙ URL ÎÅÐÒÁ×ÉÌØÎÙ. ÷ÏÚÍÏÖÎÙÅ ÐÒÏÂÌÅÍÙ:
-<UL>
-<LI>ïÔÓÕÔÓÔ×ÕÅÔ ÌÉÂÏ ÎÅ×ÅÒÎÙÊ ÐÒÏÔÏËÏÌ ÄÏÓÔÕÐÁ (ÄÏÌÖÅΠÂÙÔØ `http://'' ÉÌÉ
-ÐÏÈÏÖÉÊ)
-<LI>ïÔÓÕÔÓÔ×ÕÅÔ ÉÍÑ ÓÅÒ×ÅÒÁ
-<LI>îÅËÏÒÒÅËÔÎÙÊ Ä×ÏÊÎÏÊ ÕÐÒÁ×ÌÑÀÝÉÊ ÓÉÍ×ÏÌ × URL-ÐÕÔÉ
-<LI>îÅÄÏÐÕÓÔÉÍÙÊ ÓÉÍ×ÏÌ × ÉÍÅÎÉ ÓÅÒ×ÅÒÁ; ÐÏÄÞ£ÒËÉ×ÁÎÉÑ ÎÅÄÏÐÕÓÔÉÍÙ
-</UL>
-</P>
diff --git a/errors/Russian-koi8-r/ERR_LIFETIME_EXP b/errors/Russian-koi8-r/ERR_LIFETIME_EXP
deleted file mode 100644 (file)
index 67bf28b..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-÷ÒÅÍÑ ÓÏÅÄÉÎÅÎÉÑ ÉÓÔÅËÌÏ.
-</STRONG>
-</UL>
-
-<P>
-ëÜÛ ÐÒÅÒ×ÁÌ ÚÁÐÒÏÓ ÐÏ ÐÒÉÞÉÎÅ ÐÒÅ×ÙÛÅÎÉÑ ÍÁËÓÉÍÁÌØÎÏÇÏ ×ÒÅÍÅÎÉ ÓÏÅÄÉÎÅÎÉÑ.
-</P>
diff --git a/errors/Russian-koi8-r/ERR_NO_RELAY b/errors/Russian-koi8-r/ERR_NO_RELAY
deleted file mode 100644 (file)
index 5e078b0..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-Wais Relay ÎÅ ÏÐÒÅÄÅÌ£Î.
-</STRONG>
-</UL>
-
-<P>
-äÌÑ ÜÔÏÇÏ ËÜÛÁ ÎÅ ÏÐÒÅÄẠ̊ΠÓÅÒ×ÅÒ WAIS Relay.
- óÏÏÂÝÉÔÅ ÁÄÍÉÎÉÓÔÒÁÔÏÒÕ.
-</P>
diff --git a/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS b/errors/Russian-koi8-r/ERR_ONLY_IF_CACHED_MISS
deleted file mode 100644 (file)
index 14de716..0000000
+++ /dev/null
@@ -1,27 +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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-ïÂßÅËÔ ÎÅ ÏÂÎÁÒÕÖÅΠנËÜÛÅ É ÂÙÌÁ ÏÐÒÅÄÅÌÅÎÁ ÄÉÒÅËÔÉ×Á
-<code>only-if-cached</code>.
-</STRONG>
-</UL>
-
-<P>
-÷Ù ÐÏÓÌÁÌÉ ÚÁÐÒÏÓ Ó ÄÉÒÅËÔÉ×ÏÊ ËÜÛ-ËÏÎÔÒÏÌÑ <code>only-if-cached</code>.
-ïÂßÅËÔ ÎÅ ÏÂÎÁÒÕÖÅΠנËÜÛÅ, <em>ÌÉÂÏ</em> ÏΠÔÒÅÂÕÅÔ ÏÂÎÏ×ÌÅÎÉÑ,
-ÚÁÐÒÅÝ£ÎÎÏÇÏ ÄÉÒÅËÔÉ×ÏÊ <code>only-if-cached</code>.
-</P>
diff --git a/errors/Russian-koi8-r/ERR_READ_ERROR b/errors/Russian-koi8-r/ERR_READ_ERROR
deleted file mode 100644 (file)
index e421c1c..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-ïÛÉÂËÁ ÞÔÅÎÉÑ
-</STRONG>
-</UL>
-
-<P>
-óÉÓÔÅÍÁ ÓÏÏÂÝÉÌÁ:
-<PRE><I>    %E</I></PRE>
-
-<P>
-÷Ï ×ÒÅÍÑ ÞÔÅÎÉÑ ÄÁÎÎÙÈ ÉÚ ÓÅÔÉ ×ÏÚÎÉËÌÁ ÏÛÉÂËÁ. ðÏÖÁÌÕÊÓÔÁ, ÐÏ×ÔÏÒÉÔÅ
-÷ÁÛ ÚÁÐÒÏÓ.
-</P>
diff --git a/errors/Russian-koi8-r/ERR_READ_TIMEOUT b/errors/Russian-koi8-r/ERR_READ_TIMEOUT
deleted file mode 100644 (file)
index 459ba0b..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-ðÒÅ×ÙÛÅÎÏ ×ÒÅÍÑ ÏÖÉÄÁÎÉÑ ÏÔ×ÅÔÁ.
-</STRONG>
-</UL>
-
-<P>
-óÉÓÔÅÍÁ ÓÏÏÂÝÉÌÁ:
-<PRE><I>    %E</I></PRE>
-
-<P>
-ðÒÅ×ÙÛÅÎÏ ×ÒÅÍÑ ÏÖÉÄÁÎÉÑ ÏÔ×ÅÔÁ ×Ï ×ÒÅÍÑ ÞÔÅÎÉÑ ÄÁÎÎÙÈ ÉÚ ÓÅÔÉ. óÅÔØ ÉÌÉ
-ÓÅÒ×ÅÒ ÎÅ ÒÁÂÏÔÁÀÔ ÌÉÂÏ ÐÅÒÅÇÒÕÖÅÎÙ. ðÏÖÁÌÕÊÓÔÁ, ÐÏ×ÔÏÒÉÔÅ ÚÁÐÒÏÓ.
-</P>
diff --git a/errors/Russian-koi8-r/ERR_SECURE_CONNECT_FAIL b/errors/Russian-koi8-r/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/Russian-koi8-r/ERR_SHUTTING_DOWN b/errors/Russian-koi8-r/ERR_SHUTTING_DOWN
deleted file mode 100644 (file)
index 6b2b20a..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=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>
-<P>
-This cache is in the process of shutting down and can not
-service your request at this time.  Please retry your
-request again soon.
-</P>
diff --git a/errors/Russian-koi8-r/ERR_SOCKET_FAILURE b/errors/Russian-koi8-r/ERR_SOCKET_FAILURE
deleted file mode 100644 (file)
index 8920e24..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-ïÛÉÂËÁ TCP socket.
-</STRONG>
-</UL>
-
-<P>
-óÉÓÔÅÍÁ ÓÏÏÂÝÉÌÁ:
-<PRE><I>    %E</I></PRE>
-
-<P>
-ëÜÛ ÎÅ ÍÏÖÅÔ ÓÏÚÄÁÔØ TCP socket, ÓËÏÒÅÅ ×ÓÅÇÏ ÉÚ-ÚÁ ÏÞÅÎØ ×ÙÓÏËÏÊ ÚÁÇÒÕÚËÉ
-ÓÅÒ×ÅÒÁ. ðÏÖÁÌÕÊÓÔÁ, ÐÏ×ÔÏÒÉÔÅ ÚÁÐÒÏÓ. åÓÌÉ ÓÉÔÕÁÃÉÑ ÐÏ×ÔÏÒÉÔÓÑ - ÓÏÏÂÝÉÔÅ
-ÁÄÍÉÎÉÓÔÒÁÔÏÒÕ ËÜÛÁ.
-</P>
diff --git a/errors/Russian-koi8-r/ERR_TOO_BIG b/errors/Russian-koi8-r/ERR_TOO_BIG
deleted file mode 100644 (file)
index e5cdbbf..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=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>
-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/Russian-koi8-r/ERR_UNSUP_REQ b/errors/Russian-koi8-r/ERR_UNSUP_REQ
deleted file mode 100644 (file)
index 09abcdf..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-îÅÐÏÄÄÅÒÖÉ×ÁÅÍÙÊ ÍÅÔÏÄ É ÐÒÏÔÏËÏÌ ÚÁÐÒÏÓÁ.
-</STRONG>
-</UL>
-
-<P>
-äÁÎÎÙÊ ËÜÛ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔ ×ÓÅ ÍÅÔÏÄÙ ÚÁÐÒÏÓÁ ÄÌÑ ×ÓÅÈ ÐÒÏÔÏËÏÌÏ×.
-ë ÐÒÉÍÅÒÕ, ÄÌÑ ÐÒÏÔÏËÏÌÁ Gopher ÷Ù ÎÅ ÍÏÖÅÔÅ ×ÙÐÏÌÎÑÔØ ÚÁÐÒÏÓ POST.
-</P>
-
diff --git a/errors/Russian-koi8-r/ERR_URN_RESOLVE b/errors/Russian-koi8-r/ERR_URN_RESOLVE
deleted file mode 100644 (file)
index 6ec587a..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URN ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>URL ÄÌÑ ÚÁÐÒÏÛÅÎÎÏÇÏ URN ÎÅ ÍÏÖÅÔ ÂÙÔØ ÐÏÌÕÞÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URN:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-îÅ×ÏÚÍÏÖÎÏ ÏÐÒÅÄÅÌÉÔØ URL ÄÌÑ ÄÁÎÎÏÇÏ URL.<br>
-(Cannot Resolve URN)
-</STRONG>
-</UL>
-
-<P>
-îÅ ÓÔÏÉÔ ÏÖÉÄÁÔØ ÍÎÏÇÏÇÏ ÏÔ ÜÔÏÊ ÔÅÈÎÏÌÏÇÉÉ ÎÁ %T ;)
-</P>
diff --git a/errors/Russian-koi8-r/ERR_WRITE_ERROR b/errors/Russian-koi8-r/ERR_WRITE_ERROR
deleted file mode 100644 (file)
index 795d4c0..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-ïÛÉÂËÁ ÚÁÐÉÓÉ
-</STRONG>
-</UL>
-
-<P>
-óÉÓÔÅÍÁ ÓÏÏÂÝÉÌÁ:
-<PRE><I>    %E</I></PRE>
-
-<P>
-÷Ï ×ÒÅÍÑ ÏÔÐÒÁ×ËÉ ÉÎÆÏÒÍÁÃÉÉ × ÓÅÔØ ×ÏÚÎÉËÌÁ ÏÛÉÂËÁ. ðÏÖÁÌÕÊÓÔÁ, ÐÏ×ÔÏÒÉÔÅ
-ÚÁÐÒÏÓ.
-</P>
diff --git a/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT b/errors/Russian-koi8-r/ERR_ZERO_SIZE_OBJECT
deleted file mode 100644 (file)
index f3bda47..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=koi8-r">
-<TITLE>ïûéâëá: úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</TITLE>
-<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
-</HEAD><BODY>
-<H1>ïûéâëá</H1>
-<H2>úÁÐÒÏÛÅÎÎÙÊ URL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÄÏÓÔÁ×ÌÅÎ</H2>
-<HR noshade size="1px">
-<P>
-÷Ï ×ÒÅÍÑ ÄÏÓÔÁ×ËÉ URL:
-<A HREF="%U">%U</A>
-<P>
-ðÒÏÉÚÏÛÌÁ ÓÌÅÄÕÀÝÁÑ ÏÛÉÂËÁ:
-<UL>
-<LI>
-<STRONG>
-ïÔ×ÅÔ ÎÕÌÅ×ÏÊ ÄÌÉÎÙ
-</STRONG>
-</UL>
-
-<P>
-ëÜÛ ÎÅ ÐÏÌÕÞÉÌ ÎÉËÁËÉÈ ÄÁÎÎÙÈ × ÏÔ×ÅÔ ÎÁ ÜÔÏÔ ÚÁÐÒÏÓ.
-</P>
diff --git a/errors/Russian-koi8-r/README b/errors/Russian-koi8-r/README
deleted file mode 100644 (file)
index c247af3..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Thank you to Andrew L. Davydov <davydov@okbmei.msk.su> for
-creating these error pages in Russian!
diff --git a/errors/Russian-koi8-r/generic b/errors/Russian-koi8-r/generic
deleted file mode 100644 (file)
index e0dc04b..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>
-<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>
-@SHORT_DESCRIPTION@
-</STRONG>
-</UL>
-
-<P>
-The system returned:
-<PRE><I>    %E</I></PRE>
-
-<P>
-This means that:
-<PRE>
-    @LONG_DESCRIPTION@
-</PRE>
-</P>
-
index ce832affa00426624110c6f7908a15afc567b1c0..a3bf1f9c3cbf5025a96ff22802cbfda17a0f3935 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-10-01 01:06+1200\n"
 "Last-Translator: Evgeni Gechev <etg@setcom.bg>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
@@ -11,6 +11,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\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 "
@@ -115,6 +119,10 @@ msgstr "Връзката до %l не може да бъде осъществе
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Липсващо поле Content-Length за заявка от тип POST или 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
@@ -170,6 +178,18 @@ msgstr "ГРЕШКА: Заявеният адрес е недостъпен."
 msgid "ESI Processing failed."
 msgstr "Неуспешна обработка на ESI заявка."
 
+#: 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 "Файлът е създаден успешно."
@@ -208,17 +228,18 @@ msgstr "Пренасочването на заявката е отказано."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "Генерирано на %T от %h (%s)"
 
@@ -291,6 +312,10 @@ msgstr "Няма конфигуриран WAIS Relay"
 msgid "Operation successful"
 msgstr "Операцията е успешна."
 
+#: 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 "
index 10e68baa805bdc31368725893bcf9861230cbcbf..7423684e47948787e5ee8526bc5398618b326015 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-08-17 19:57+1200\n"
 "Last-Translator: Jordi Bruguera <jordi@dns1.grn.es>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
@@ -11,6 +11,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\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 "
@@ -111,6 +115,10 @@ msgstr ""
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Falta el camp <q>Content-Length</q>."
 
+#: 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
@@ -166,6 +174,18 @@ msgstr "ERROR: No es pot mostrar la URN que heu sol.licitat"
 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 "Comanda FTP PUT executada amb &egrave;xit: Fitxer creat"
@@ -204,17 +224,18 @@ msgstr "Reenviament denegat."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 ""
 
@@ -282,6 +303,10 @@ msgstr "No hi ha reenviament de protocol WAIS"
 msgid "Operation successful"
 msgstr "Operaci&oacute; completada"
 
+#: 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 "
index 27e5afcc739c11b10b3aa13437af8d5db4e6fd4e..088749523450a894bf75c638cba1e48295466db5 100644 (file)
@@ -2,15 +2,19 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-09-29 00:23+1200\n"
-"Last-Translator: Amos Jeffries <squid3@treenet.co.nz>\n"
+"Last-Translator: <kavol@seznam.cz>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\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 "
@@ -110,6 +114,10 @@ msgstr "Připojení k %I selhalo."
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Chybí 'Content-Lenght' požadavku POST nebo 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
@@ -165,6 +173,18 @@ msgstr "CHYBA: Nelze získat požadované URN"
 msgid "ESI Processing failed."
 msgstr "Selhalo zpracování ESI."
 
+#: 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 "FTP PUT uspěl: soubor vytvořen"
@@ -203,17 +223,18 @@ msgstr ""
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 ""
 
@@ -278,6 +299,10 @@ msgstr ""
 msgid "Operation successful"
 msgstr ""
 
+#: 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 "
index 6f17c61aa2bebc64656e89c9d1af8848c4b832a5..bce42dcf629b504d53b552e4480dd68aa90f30e5 100644 (file)
@@ -2,8 +2,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
-"PO-Revision-Date: 2008-08-23 18:07+1200\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
+"PO-Revision-Date: 2008-11-07 17:17+1300\n"
 "Last-Translator: Morten S. Nielsen <mortensn@geocities.com>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
 "MIME-Version: 1.0\n"
@@ -11,6 +11,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\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 "
@@ -108,6 +112,10 @@ msgstr ""
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Content-Length mangler til POST eller PUT foresp&oslash;rgsler"
 
+#: 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
@@ -163,12 +171,23 @@ msgstr "FEJL: Den angivne URN kunne ikke hentes"
 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 "FTP PUT Lykkedes: Fil Oprettet"
 
 #: templates/ERR_FTP_PUT_MODIFIED:1
-#, fuzzy
 msgid "FTP PUT Successful: File Updated"
 msgstr "FTP PUT Lykkedes: Fil Opdateret"
 
@@ -201,17 +220,18 @@ msgstr "Videresendelse N&aelig;gtet."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 ""
 
@@ -278,6 +298,10 @@ msgstr "Ingen WAIS Rel&aelig;"
 msgid "Operation successful"
 msgstr "Handlingen lykkedes"
 
+#: 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 "
index 3c186e89180cf9339c2a3a3ab13b02364954ffbd..933c29c93e7f8016be96644bf1391a4b34e52018 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-10-31 09:51+1300\n"
 "Last-Translator: Constantin Rack <info@vigos.com>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
@@ -11,6 +11,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\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 "
@@ -114,6 +118,10 @@ msgstr "Verbindung zu %I Fehlgeschlagen."
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Content-Length fehlt für POST oder PUT Anfragen."
 
+#: 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
@@ -168,6 +176,18 @@ msgstr "FEHLER: Die angeforderte URN konnte nicht gefunden werden"
 msgid "ESI Processing failed."
 msgstr "ESI-Verarbeitung fehlgeschlagen."
 
+#: 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 "FTP PUT Erfolgreich: Datei erstellt"
@@ -205,17 +225,18 @@ msgstr "Weiterleitung verweigert."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "Erzeugt am %T von %h (%s)"
 
@@ -282,6 +303,10 @@ msgstr "Kein Wais Relay"
 msgid "Operation successful"
 msgstr "Operation Erfolgreich"
 
+#: 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 "
index b6a1bf81083c29adbfd42d21913dc0622f1de8a0..3f424e5665ae816ca34481bb45b617a364ea2eb6 100644 (file)
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
@@ -12,6 +12,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Translate Toolkit 1.1.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 "
@@ -98,6 +102,10 @@ msgstr ""
 msgid "Content-Length missing for POST or PUT requests."
 msgstr ""
 
+#: 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
@@ -152,6 +160,18 @@ msgstr ""
 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 ""
@@ -189,17 +209,18 @@ msgstr ""
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 ""
 
@@ -264,6 +285,10 @@ msgstr ""
 msgid "Operation successful"
 msgstr ""
 
+#: 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 "
index eb9ec02207592fdd35f7e40dbb35ba27c8389550..32d118577dbf345d3518fdcad620267eac082ea8 100644 (file)
@@ -2,8 +2,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
-"PO-Revision-Date: 2008-10-27 17:16+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
+"PO-Revision-Date: 2008-11-07 02:19+1300\n"
 "Last-Translator: Amos Jeffries <squid3@treenet.co.nz>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
 "MIME-Version: 1.0\n"
@@ -12,6 +12,10 @@ msgstr ""
 "X-Generator: Pootle 1.1.0\n"
 "X-Launchpad-Export-Date: 2008-07-31 11:24+0000\n"
 
+#: templates/ERR_FTP_LISTING:6
+msgid "<a href=\"../\">Parent Directory</a> (<a href=\"/\">Root Directory</a>)"
+msgstr "<a href=\"../\">Parent Directory</a> (<a href=\"/\">Root Directory</a>)"
+
 #: templates/ERR_INVALID_REQ:4
 msgid ""
 "<b>Invalid Request</b> error was encountered while trying to process the "
@@ -115,6 +119,10 @@ msgstr "Connection to %I failed."
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Content-Length missing for POST or PUT requests."
 
+#: templates/ERR_FTP_LISTING:3
+msgid "Directory Content:"
+msgstr "Directory Content:"
+
 #: 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
@@ -169,6 +177,18 @@ msgstr "ERROR: The requested URN not be retrieved"
 msgid "ESI Processing failed."
 msgstr "ESI Processing failed."
 
+#: templates/ERR_FTP_LISTING:4
+msgid "FTP Directory Listing"
+msgstr "FTP Directory Listing"
+
+#: templates/ERR_FTP_LISTING:1
+msgid "FTP Directory: %U"
+msgstr "FTP Directory: %U"
+
+#: templates/ERR_FTP_LISTING:2
+msgid "FTP Directory: <a href=\"/\">%U</a>/"
+msgstr "FTP Directory: <a href=\"/\">%U</a>/"
+
 #: templates/ERR_FTP_PUT_CREATED:1
 msgid "FTP PUT Successful: File Created"
 msgstr "FTP PUT Successful: File Created"
@@ -206,17 +226,18 @@ msgstr "Forwarding Denied."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "Generated %T by %h (%s)"
 
@@ -286,6 +307,10 @@ msgstr "No Wais Relay"
 msgid "Operation successful"
 msgstr "Operation successful"
 
+#: templates/ERR_FTP_LISTING:5
+msgid "Parent Directory"
+msgstr "Parent Directory"
+
 #: templates/ERR_CACHE_ACCESS_DENIED:7
 msgid ""
 "Please contact the <a href=\"mailto:%w%W\">cache administrator</a> if you "
index c46603371783c0c5b049079e861d2c8c356303f5..516835e82c368e58d21847720ff6815f8c861ec7 100644 (file)
@@ -2,8 +2,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
-"PO-Revision-Date: 2008-10-27 17:17+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
+"PO-Revision-Date: 2008-11-07 02:20+1300\n"
 "Last-Translator: Amos Jeffries <squid3@treenet.co.nz>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
 "MIME-Version: 1.0\n"
@@ -12,6 +12,10 @@ msgstr ""
 "X-Generator: Pootle 1.1.0\n"
 "X-Launchpad-Export-Date: 2008-07-31 11:24+0000\n"
 
+#: templates/ERR_FTP_LISTING:6
+msgid "<a href=\"../\">Parent Directory</a> (<a href=\"/\">Root Directory</a>)"
+msgstr "<a href=\"../\">Parent Directory</a> (<a href=\"/\">Root Directory</a>)"
+
 #: templates/ERR_INVALID_REQ:4
 msgid ""
 "<b>Invalid Request</b> error was encountered while trying to process the "
@@ -115,6 +119,10 @@ msgstr "Connection to %I failed."
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Content-Length missing for POST or PUT requests."
 
+#: templates/ERR_FTP_LISTING:3
+msgid "Directory Content:"
+msgstr "Directory Content:"
+
 #: 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
@@ -169,6 +177,18 @@ msgstr "ERROR: The requested URN not be retrieved"
 msgid "ESI Processing failed."
 msgstr "ESI Processing failed."
 
+#: templates/ERR_FTP_LISTING:4
+msgid "FTP Directory Listing"
+msgstr "FTP Directory Listing"
+
+#: templates/ERR_FTP_LISTING:1
+msgid "FTP Directory: %U"
+msgstr "FTP Directory: %U"
+
+#: templates/ERR_FTP_LISTING:2
+msgid "FTP Directory: <a href=\"/\">%U</a>/"
+msgstr "FTP Directory: <a href=\"/\">%U</a>/"
+
 #: templates/ERR_FTP_PUT_CREATED:1
 msgid "FTP PUT Successful: File Created"
 msgstr "FTP PUT Successful: File Created"
@@ -206,17 +226,18 @@ msgstr "Forwarding Denied."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "Generated %T by %h (%s)"
 
@@ -286,6 +307,10 @@ msgstr "No Wais Relay"
 msgid "Operation successful"
 msgstr "Operation successful"
 
+#: templates/ERR_FTP_LISTING:5
+msgid "Parent Directory"
+msgstr "Parent Directory"
+
 #: templates/ERR_CACHE_ACCESS_DENIED:7
 msgid ""
 "Please contact the <a href=\"mailto:%w%W\">cache administrator</a> if you "
index 87032ea787074b1144d695df3eff141fc1cc9b77..a21dd63947f2338eea4b4c0f39fe2634c17ba391 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-08-07 16:23+1200\n"
 "Last-Translator: Amos Jeffries <squid3@treenet.co.nz>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
@@ -11,6 +11,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\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 "
@@ -114,6 +118,10 @@ msgstr "Connection to %I failed."
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Content-Length missing for POST or PUT requests."
 
+#: 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
@@ -169,6 +177,18 @@ msgstr "ERROR: The requested URN not be retrieved"
 msgid "ESI Processing failed."
 msgstr "ESI Processing failed."
 
+#: 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 "FTP PUT Successful: File Created"
@@ -207,17 +227,18 @@ msgstr "Forwarding Denied."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "Generated %T by %h (%s)"
 
@@ -287,6 +308,10 @@ msgstr "No Wais Relay"
 msgid "Operation successful"
 msgstr "Operation successful"
 
+#: 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 "
index 87032ea787074b1144d695df3eff141fc1cc9b77..a21dd63947f2338eea4b4c0f39fe2634c17ba391 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-08-07 16:23+1200\n"
 "Last-Translator: Amos Jeffries <squid3@treenet.co.nz>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
@@ -11,6 +11,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\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 "
@@ -114,6 +118,10 @@ msgstr "Connection to %I failed."
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Content-Length missing for POST or PUT requests."
 
+#: 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
@@ -169,6 +177,18 @@ msgstr "ERROR: The requested URN not be retrieved"
 msgid "ESI Processing failed."
 msgstr "ESI Processing failed."
 
+#: 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 "FTP PUT Successful: File Created"
@@ -207,17 +227,18 @@ msgstr "Forwarding Denied."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "Generated %T by %h (%s)"
 
@@ -287,6 +308,10 @@ msgstr "No Wais Relay"
 msgid "Operation successful"
 msgstr "Operation successful"
 
+#: 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 "
index 7236897cd863c950615924023b895090da9882b1..72103a800697195b1154b04080e9a0b807c30851 100644 (file)
@@ -2,8 +2,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
-"PO-Revision-Date: 2008-10-27 17:14+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
+"PO-Revision-Date: 2008-11-07 02:21+1300\n"
 "Last-Translator: Amos Jeffries <squid3@treenet.co.nz>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
 "MIME-Version: 1.0\n"
@@ -11,6 +11,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\n"
 
+#: templates/ERR_FTP_LISTING:6
+msgid "<a href=\"../\">Parent Directory</a> (<a href=\"/\">Root Directory</a>)"
+msgstr "<a href=\"../\">Parent Directory</a> (<a href=\"/\">Root Directory</a>)"
+
 #: templates/ERR_INVALID_REQ:4
 msgid ""
 "<b>Invalid Request</b> error was encountered while trying to process the "
@@ -114,6 +118,10 @@ msgstr "Connection to %I failed."
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Content-Length missing for POST or PUT requests."
 
+#: templates/ERR_FTP_LISTING:3
+msgid "Directory Content:"
+msgstr "Directory Content:"
+
 #: 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
@@ -168,6 +176,18 @@ msgstr "ERROR: The requested URN not be retrieved"
 msgid "ESI Processing failed."
 msgstr "ESI Processing failed."
 
+#: templates/ERR_FTP_LISTING:4
+msgid "FTP Directory Listing"
+msgstr "FTP Directory Listing"
+
+#: templates/ERR_FTP_LISTING:1
+msgid "FTP Directory: %U"
+msgstr "FTP Directory: %U"
+
+#: templates/ERR_FTP_LISTING:2
+msgid "FTP Directory: <a href=\"/\">%U</a>/"
+msgstr "FTP Directory: <a href=\"/\">%U</a>/"
+
 #: templates/ERR_FTP_PUT_CREATED:1
 msgid "FTP PUT Successful: File Created"
 msgstr "FTP PUT Successful: File Created"
@@ -205,17 +225,18 @@ msgstr "Forwarding Denied."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "Generated %T by %h (%s)"
 
@@ -285,6 +306,10 @@ msgstr "No Wais Relay"
 msgid "Operation successful"
 msgstr "Operation successful"
 
+#: templates/ERR_FTP_LISTING:5
+msgid "Parent Directory"
+msgstr "Parent Directory"
+
 #: templates/ERR_CACHE_ACCESS_DENIED:7
 msgid ""
 "Please contact the <a href=\"mailto:%w%W\">cache administrator</a> if you "
index 449a8ca34e5d7e784c5571388282e6b70f54d1d3..d7ba8bf0cc63f0ffece37d06f21a4b4c23c6a1f3 100644 (file)
@@ -66,6 +66,16 @@ pre {
     font-family:sans-serif;
 }
 
+/* special event: FTP directory listing */
+#ftplisting tr.entry td.icon,td.filename,td.size,td.date {
+    border-bottom: groove;
+}
+#ftplisting td.size {
+    width: 50px;
+    text-align: right;
+    padding-right: 5px;
+}
+
 /* horizontal lines */
 hr {
        margin: 0;
index c3618c6bd86dc5565ebf3267d10f17f288d2bb98..26e2a64a15214ed672d9e0dd00a4e132b1de03f4 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-09-29 00:16+1200\n"
 "Last-Translator: Amos Jeffries <squid3@treenet.co.nz>\n"
 "Language-Team: Spanish <es@li.org>\n"
@@ -16,6 +16,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\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 "
@@ -120,6 +124,10 @@ msgstr "Conexión a %I fallida."
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Falta Content-Length en las peticiones POST o 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
@@ -175,6 +183,18 @@ msgstr "ERROR: El URN solicitado no se ha podido conseguir"
 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 "FTP PUT Exitoso: Archivo Creado"
@@ -213,17 +233,18 @@ msgstr "Reenv&iacute;o denegado."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "Generado %T por %h (%s)"
 
@@ -299,6 +320,10 @@ msgstr "No hay una pasarela para protocolo Wais."
 msgid "Operation successful"
 msgstr "Operación éxitoso"
 
+#: 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 "
index cb8c1c6af061143c9d9542d3a668bdd9b29a6d76..1dc25d2df9cb3606beda78066f384302706ac6ac 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-08-17 17:39+1200\n"
 "Last-Translator: Frank Denia <j@4u.net>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
@@ -11,6 +11,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\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 "
@@ -113,6 +117,10 @@ msgstr ""
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Champ Content-Length absent pour les requ&ecirc;tes POST ou 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
@@ -168,6 +176,18 @@ msgstr "ERREUR: L'URN suivante n'a pu &ecirc;tre charg&eacute;e"
 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 "FTP PUT r&eacute;ussi: Fichier cr&eacute;&eacute;"
@@ -206,17 +226,18 @@ msgstr "Relais interdit."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 ""
 
@@ -286,6 +307,10 @@ msgstr "Pas de relais WAIS"
 msgid "Operation successful"
 msgstr "Op&eacute;ration r&eacute;ussie"
 
+#: templates/ERR_FTP_LISTING:5
+msgid "Parent Directory"
+msgstr ""
+
 #: templates/ERR_CACHE_ACCESS_DENIED:7
 #, fuzzy
 msgid ""
index c2a16d3c8dcf6338353dc0271fa36dc9604c2101..5d4cf30d0fb0d1f706c0617c64b384a7e3499eea 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-11-02 03:46+1300\n"
 "Last-Translator: Ramdhani Fathurrohman <kontak@ramdhani.net>\n"
 "Language-Team: Indonesian <id@li.org>\n"
@@ -17,6 +17,10 @@ msgstr ""
 "X-Generator: Pootle 1.1.0\n"
 "X-Launchpad-Export-Date: 2008-07-31 11:24+0000\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 "
@@ -119,6 +123,10 @@ msgstr ""
 msgid "Content-Length missing for POST or PUT requests."
 msgstr ""
 
+#: 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
@@ -173,6 +181,18 @@ msgstr ""
 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 ""
@@ -210,17 +230,18 @@ msgstr ""
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 ""
 
@@ -285,6 +306,10 @@ msgstr ""
 msgid "Operation successful"
 msgstr ""
 
+#: 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 "
index 1ef45555a795e422a5e1c1188f7205b5a60cf497..3da670a7a0b0e5f0ef9e130402f0bd7c1cc69ba2 100644 (file)
@@ -2,8 +2,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
-"PO-Revision-Date: 2008-10-31 12:42+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
+"PO-Revision-Date: 2008-11-07 05:16+1300\n"
 "Last-Translator: Francesco Chemolli <kinkie@squid-cache.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "MIME-Version: 1.0\n"
@@ -11,6 +11,12 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\n"
 
+#: templates/ERR_FTP_LISTING:6
+msgid "<a href=\"../\">Parent Directory</a> (<a href=\"/\">Root Directory</a>)"
+msgstr ""
+"<a href=\"../\">Directory di Livello Superiore</a> (<a href=\"/\">Directory "
+"Radice</a>)"
+
 #: templates/ERR_INVALID_REQ:4
 msgid ""
 "<b>Invalid Request</b> error was encountered while trying to process the "
@@ -118,6 +124,10 @@ msgstr ""
 "Richiesta non valida: una richiesta di tipo POST oppure PUT non contiene il "
 "campo Content-Length."
 
+#: templates/ERR_FTP_LISTING:3
+msgid "Directory Content:"
+msgstr "Contenuto della Directory:"
+
 #: 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
@@ -172,6 +182,18 @@ msgstr "ERRORE: non è stato possibile accedere alla URN richiesta"
 msgid "ESI Processing failed."
 msgstr "L'elaborazione ESI è fallita."
 
+#: templates/ERR_FTP_LISTING:4
+msgid "FTP Directory Listing"
+msgstr "Lista della Directory FTP"
+
+#: templates/ERR_FTP_LISTING:1
+msgid "FTP Directory: %U"
+msgstr "Directory FTP: %U"
+
+#: templates/ERR_FTP_LISTING:2
+msgid "FTP Directory: <a href=\"/\">%U</a>/"
+msgstr "Directory FTP: <a href=\"/\">%U</a>/"
+
 #: templates/ERR_FTP_PUT_CREATED:1
 msgid "FTP PUT Successful: File Created"
 msgstr "L'invio dati (PUT) FTP ha avuto successo: il file è stato creato."
@@ -209,17 +231,18 @@ msgstr "Inoltro negato."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "Generato da %h (%s) il %T."
 
@@ -293,6 +316,10 @@ msgstr "Le funzioni di inoltro Wais non sono implementate."
 msgid "Operation successful"
 msgstr "L'operazione richiesta è stata portata a termine con successo."
 
+#: templates/ERR_FTP_LISTING:5
+msgid "Parent Directory"
+msgstr "Directory di Livello Superiore"
+
 #: templates/ERR_CACHE_ACCESS_DENIED:7
 msgid ""
 "Please contact the <a href=\"mailto:%w%W\">cache administrator</a> if you "
index 404829e31e9635a5e6984d282936d9d4bb6383ba..3b2e6b5f5bf79e54dde6c9807359b5d8b6c3fb87 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-11-02 01:15+1300\n"
 "Last-Translator: Takahiro Kambe <taca@back-street.net>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,6 +11,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\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 "
@@ -115,6 +119,10 @@ msgstr "%I への接続に失敗しました。"
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "POSTまたはPUTのリクエストにContent-Lengthヘッダがありません。"
 
+#: 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
@@ -170,6 +178,18 @@ msgstr "エラー: 要求されたURNからデータを取り出せませんで
 msgid "ESI Processing failed."
 msgstr "ESIの処理に失敗しました。"
 
+#: 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 "FTPのPUTに成功: ファイルを作成しました。"
@@ -208,17 +228,18 @@ msgstr "転送は拒否されました。"
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "%h (%s)が%Tに生成しました。"
 
@@ -234,13 +255,15 @@ msgstr "ICAPのプロトコル・エラーです。"
 msgid ""
 "If you are making a GET request, then the item you are trying to download is "
 "too large."
-msgstr "GETの要求をしていたなら、ダウンロードしようとしていた対象が大きすぎます。"
+msgstr ""
+"GETの要求をしていたなら、ダウンロードしようとしていた対象が大きすぎます。"
 
 #: 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 "POSTまたはPUTの要求をしていたなら、アップロードしていた対象が大きすぎます。"
+msgstr ""
+"POSTまたはPUTの要求をしていたなら、アップロードしていた対象が大きすぎます。"
 
 #: templates/ERR_INVALID_REQ:11 templates/ERR_INVALID_URL:11
 msgid "Illegal character in hostname; underscores are not allowed."
@@ -269,7 +292,8 @@ msgstr "ホスト名がありません。"
 #: templates/ERR_INVALID_URL:8
 msgid ""
 "Missing or incorrect access protocol (should be <q>http://</q> or similar)"
-msgstr "(<q>http://</q>または同類の)アクセス・プロトコルが抜けているか不正です。"
+msgstr ""
+"(<q>http://</q>または同類の)アクセス・プロトコルが抜けているか不正です。"
 
 #: templates/ERR_INVALID_REQ:6
 msgid "Missing or unknown request method."
@@ -283,6 +307,10 @@ msgstr "Waisの中継先が指定されていません。"
 msgid "Operation successful"
 msgstr "操作に成功"
 
+#: 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 "
index 7fb7ffdaa99fefaeb87f0e146c75f54ab19582ad..5555899d30bed101579cef9a78d5578adfb136cf 100644 (file)
@@ -9,6 +9,7 @@ ERR_FORWARDING_DENIED
 ERR_FTP_DISABLED
 ERR_FTP_FAILURE
 ERR_FTP_FORBIDDEN
+ERR_FTP_LISTING
 ERR_FTP_NOT_FOUND
 ERR_FTP_PUT_CREATED
 ERR_FTP_PUT_ERROR
index 7c9445923d41762cafc8fcb43a895c0eb9b41f68..bf0964bdc12ea2dee2d30ae205e8947e0167d3d9 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-08-29 00:49+1200\n"
 "Last-Translator: Mark Visser <mark@cal026031.student.utwente.nl>\n"
 "Language-Team: Dutch <nl@li.org>\n"
@@ -16,6 +16,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\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 "
@@ -116,6 +120,10 @@ msgstr ""
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "De Content-Length ontbreekt voor het POST of PUT verzoek."
 
+#: 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
@@ -143,7 +151,6 @@ msgid "ERROR: Cache Manager Access Denied"
 msgstr "FOUT: Cache Manager toegang niet toegestaan"
 
 #: templates/ERR_FTP_PUT_ERROR:1
-#, fuzzy
 msgid "ERROR: FTP upload failed"
 msgstr "FOUT: FTP upload mislukt"
 
@@ -171,14 +178,25 @@ msgstr "FOUT: De gevraagde URN kon niet worden opgehaald"
 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 "FTP PUT Succesvol: Bestand aangemaakt"
 
 #: templates/ERR_FTP_PUT_MODIFIED:1
-#, fuzzy
 msgid "FTP PUT Successful: File Updated"
-msgstr "FTP PUT Succesvol: Bestand vernieuwd"
+msgstr "FTP PUT Succesvol: Bestand Vernieuwd"
 
 #: templates/ERR_FTP_PUT_ERROR:3
 msgid "FTP PUT/upload failed"
@@ -209,17 +227,18 @@ msgstr "Doorsturen niet toegestaan."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 ""
 
@@ -294,6 +313,10 @@ msgstr "Geen WAIS Relay"
 msgid "Operation successful"
 msgstr "Bewerking succesvol"
 
+#: 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 "
@@ -393,9 +416,8 @@ msgid "Squid sent the following FTP command:"
 msgstr "Squid stuurde de volgende FTP opdracht:"
 
 #: templates/ERR_DNS_FAIL:6
-#, fuzzy
 msgid "The DNS server returned:"
-msgstr "De dnsserver gaf als antwoord:"
+msgstr "De DNS server gaf als antwoord:"
 
 #: templates/ERR_ESI:6
 msgid "The ESI processor returned:"
index d72209cedd084a0a76fa33c150a604919ee43145..05cf10e8345ce3b2800fa0797397925dd34dacc4 100644 (file)
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
-"PO-Revision-Date: 2008-10-31 05:38+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
+"PO-Revision-Date: 2008-11-07 05:17+1300\n"
 "Last-Translator: Aecio F. Neto <aecioneto@gmail.com>\n"
 "Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
 "MIME-Version: 1.0\n"
@@ -17,6 +17,10 @@ msgstr ""
 "X-Generator: Pootle 1.1.0\n"
 "X-Launchpad-Export-Date: 2008-07-27 05:12+0000\n"
 
+#: templates/ERR_FTP_LISTING:6
+msgid "<a href=\"../\">Parent Directory</a> (<a href=\"/\">Root Directory</a>)"
+msgstr "<a href=\"../\">Diretório pai</a> (<a href=\"/\">Diretório raiz</a>)"
+
 #: templates/ERR_INVALID_REQ:4
 msgid ""
 "<b>Invalid Request</b> error was encountered while trying to process the "
@@ -118,6 +122,10 @@ msgstr "Conexão para %I falhou."
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Content-Length faltando para requisições POST ou PUT."
 
+#: templates/ERR_FTP_LISTING:3
+msgid "Directory Content:"
+msgstr "Conteúdo do diretório:"
+
 #: 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
@@ -145,7 +153,6 @@ msgid "ERROR: Cache Manager Access Denied"
 msgstr "ERRO: Acesso ao gerenciador de cache negado"
 
 #: templates/ERR_FTP_PUT_ERROR:1
-#, fuzzy
 msgid "ERROR: FTP upload failed"
 msgstr "ERRO: upload via FTP falhou"
 
@@ -173,12 +180,23 @@ msgstr "ERRO: A URN requisitada não pode ser recuperada"
 msgid "ESI Processing failed."
 msgstr "O processamento de ESI falhou."
 
+#: templates/ERR_FTP_LISTING:4
+msgid "FTP Directory Listing"
+msgstr "Listagem do diretório FTP"
+
+#: templates/ERR_FTP_LISTING:1
+msgid "FTP Directory: %U"
+msgstr "Diretório FTP: %U"
+
+#: templates/ERR_FTP_LISTING:2
+msgid "FTP Directory: <a href=\"/\">%U</a>/"
+msgstr "Diretório FTP: <a href=\"/\">%U</a>/"
+
 #: templates/ERR_FTP_PUT_CREATED:1
 msgid "FTP PUT Successful: File Created"
 msgstr "FTP - PUT bem sucedido: Arquivo Criado"
 
 #: templates/ERR_FTP_PUT_MODIFIED:1
-#, fuzzy
 msgid "FTP PUT Successful: File Updated"
 msgstr "FTP - PUT bem sucedido: Arquivo Atualizado"
 
@@ -211,17 +229,18 @@ msgstr "Encaminhamento Negado."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "Gerado %T por %h (%s)"
 
@@ -292,6 +311,10 @@ msgstr "Sem Wais Relay"
 msgid "Operation successful"
 msgstr "Operação bem sucedida"
 
+#: templates/ERR_FTP_LISTING:5
+msgid "Parent Directory"
+msgstr "Diretório pai"
+
 #: templates/ERR_CACHE_ACCESS_DENIED:7
 msgid ""
 "Please contact the <a href=\"mailto:%w%W\">cache administrator</a> if you "
diff --git a/errors/ru.po b/errors/ru.po
new file mode 100644 (file)
index 0000000..1f7b884
--- /dev/null
@@ -0,0 +1,657 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: squid 3.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
+"PO-Revision-Date: 2008-11-07 17:12+1300\n"
+"Last-Translator: Profic' Ustiuzhanin <profic@gmail.com>\n"
+"Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Pootle 1.1.0\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 "Ошибка <b>неверный запрос</b> при обработке запроса:"
+
+#: templates/ERR_INVALID_RESP:4
+msgid ""
+"<b>Invalid Response</b> error was encountered while trying to process the "
+"request:"
+msgstr "Ошибка <b>неверный ответ</b> при обработке запроса:"
+
+#: 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 ""
+"Превышено время ожидания ответа во время чтения данных из сети. Сеть или "
+"сервер не работают либо перегружены. Пожалуйста, повторите запрос."
+
+#: templates/ERR_URN_RESOLVE:3
+msgid "A URL for the requested URN could not be retrieved"
+msgstr "URL для запрошенного URN не может быть получен"
+
+#: 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 ""
+"Настройка контроля доступа не даёт возможности выполнить Ваш запрос в "
+"настоящее время. Пожалуйста, свяжитесь с Вашим поставщиком услуг Интернет, "
+"если Вы считаете это неправильным."
+
+#: templates/ERR_FTP_FORBIDDEN:4
+msgid ""
+"An FTP authentication failure occurred while trying to retrieve the URL: <a "
+"href=\"%U\">%U</a>"
+msgstr ""
+"Произошла ошибка FTP идентификации при попытке получить URL (унифицированный "
+"указатель информационного ресурса): <a href=\"%U\">%U</a>"
+
+#: templates/ERR_FTP_FAILURE:4
+msgid ""
+"An FTP protocol error occurred while trying to retrieve the URL: <a href=\"%U"
+"\">%U</a>"
+msgstr ""
+"Произошла ошибка FTP протокола при попытке получить следующий URL "
+"(унифицированный указатель информационного ресурса): <a href=\"%U\">%U</a>"
+
+#: templates/ERR_ICAP_FAILURE:10
+msgid "An Illegal response was received from the ICAP server."
+msgstr "Получен неверный ответ от ICAP сервера."
+
+#: templates/ERR_READ_ERROR:7
+msgid ""
+"An error condition occurred while reading data from the network.  Please "
+"retry your request."
+msgstr ""
+"При попытке чтения данных из сети произошла ошибка. Пожалуйста, повторите "
+"запрос."
+
+#: templates/ERR_WRITE_ERROR:7
+msgid ""
+"An error condition occurred while writing to the network.  Please retry your "
+"request."
+msgstr ""
+"При попытке записи данных в сеть произошла ошибка. Пожалуйста, повторите "
+"запрос."
+
+#: 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 "Невозможно определить URN"
+
+#: templates/ERR_LIFETIME_EXP:5
+msgid "Connection Lifetime Expired"
+msgstr "Время жизни соединения истекло"
+
+#: templates/ERR_CONNECT_FAIL:5
+msgid "Connection to %I failed."
+msgstr "Соединение с %I не удалось"
+
+#: templates/ERR_INVALID_REQ:10
+msgid "Content-Length missing for POST or PUT requests."
+msgstr "Упещенный Content-Length в POST или 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_REQ:2 templates/ERR_URN_RESOLVE:2
+#: templates/ERR_WRITE_ERROR:2 templates/ERR_ZERO_SIZE_OBJECT:2
+msgid "ERROR"
+msgstr "ОШИБКА"
+
+#: 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
+msgid "ERROR: FTP upload failed"
+msgstr "ОШИБКА: Загрузка по FTP не удалась"
+
+#: 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_REQ:1
+#: templates/ERR_WRITE_ERROR:1 templates/ERR_ZERO_SIZE_OBJECT:1
+msgid "ERROR: The requested URL could not be retrieved"
+msgstr "ОШИБКА: Запрошенный URL не может быть получен"
+
+#: templates/ERR_URN_RESOLVE:1
+msgid "ERROR: The requested URN not be retrieved"
+msgstr "ОШИБКА: Запрошенный URN не может быть получен"
+
+#: templates/ERR_ESI:5
+msgid "ESI Processing failed."
+msgstr "Обработка ESI не удалась."
+
+#: 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 "Операция FTP PUT завершилась успешно: файл создан"
+
+#: templates/ERR_FTP_PUT_MODIFIED:1
+msgid "FTP PUT Successful: File Updated"
+msgstr "Операция FTP PUT завершилась успешно: файл обновлен"
+
+#: templates/ERR_FTP_PUT_ERROR:3
+msgid "FTP PUT/upload failed"
+msgstr "Операция FTP PUT (загрузка) не удалась"
+
+#: templates/ERR_FTP_DISABLED:5
+msgid "FTP is Disabled"
+msgstr "FTP отключен"
+
+#: templates/ERR_SECURE_CONNECT_FAIL:5
+msgid "Failed to establish a secure connection to %I"
+msgstr "Не удалось установить безопасное соединение с %I"
+
+#: templates/ERR_FTP_PUT_CREATED:3
+msgid "File created"
+msgstr "Файл создан"
+
+#: templates/ERR_FTP_PUT_MODIFIED:3
+msgid "File updated"
+msgstr "Файл обновлен"
+
+#: 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_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 "Не стоит ожидать чудес от URN-ов на %T :) "
+
+#: templates/ERR_ICAP_FAILURE:5
+msgid "ICAP protocol error."
+msgstr "Ошибка ICAP протокола."
+
+#: 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 "Если Вы делаете GET запрос, то скачиваемый объект слишком велик."
+
+#: 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 ""
+"Если Вы делаете POST или PUT запросы, то закачиваемый объект слишком велик."
+
+#: templates/ERR_INVALID_REQ:11 templates/ERR_INVALID_URL:11
+msgid "Illegal character in hostname; underscores are not allowed."
+msgstr "Недопустимый символ в имени (hostname), подчеркивания запрещены."
+
+#: templates/ERR_INVALID_URL:10
+msgid "Illegal double-escape in the URL-Path"
+msgstr "Недопустимое двойное экранирование в пути URL (URL-Path)"
+
+#: templates/ERR_INVALID_URL:5
+msgid "Invalid URL"
+msgstr "Неверный URL"
+
+#: templates/ERR_INVALID_REQ:8
+msgid "Missing HTTP Identifier (HTTP/1.0)."
+msgstr "Отсутствует HTTP идентификатор (HTTP/1.0)."
+
+#: templates/ERR_INVALID_REQ:7
+msgid "Missing URL."
+msgstr "Отсутствует URL."
+
+#: templates/ERR_INVALID_URL:9
+msgid "Missing hostname"
+msgstr "Отсутствует имя узла (hostname)"
+
+#: templates/ERR_INVALID_URL:8
+msgid ""
+"Missing or incorrect access protocol (should be <q>http://</q> or similar)"
+msgstr ""
+"Отсутствет или неверено указан протокол (должен быть <q>http://</q> или "
+"похожий)"
+
+#: templates/ERR_INVALID_REQ:6
+msgid "Missing or unknown request method."
+msgstr "Отсутствует или неизвестен метод запроса."
+
+#: templates/ERR_NO_RELAY:5
+msgid "No Wais Relay"
+msgstr "Wais Relay не определен"
+
+#: templates/ERR_FTP_PUT_CREATED:2 templates/ERR_FTP_PUT_MODIFIED:2
+msgid "Operation successful"
+msgstr "Операция завершилась успешно"
+
+#: 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 ""
+"Пожалуйста свяжитесь с <a href=\"mailto:%w%W\">администратором кэша</a>, если "
+"у Вас возникли проблемы с аутентификацией, либо <a href=\"http://%h/cgi-"
+"bin/chpasswd.cgi\">смените</a> Ваш пароль по умолчанию. "
+
+#: 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 ""
+"Пожалуйста свяжитесь с <a href=\"mailto:%w%W\">администратором кэша</a>, если "
+"у Вас возникли проблемы с аутентификацией, если же <em>Вы "
+"администратор</em>, прочитайте документацию по интерфейсу управления кэшем и "
+"просмотрите лог-файл на предмет более детальных сообщений об ошибках."
+
+#: 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 "Запрос слишком велик."
+
+#: templates/ERR_SOCKET_FAILURE:5
+msgid "Socket Failure"
+msgstr "Ошибка сокета"
+
+#: templates/ERR_INVALID_URL:6
+msgid "Some aspect of the requested URL is incorrect."
+msgstr "Некоторые параметры URL неверны"
+
+#: templates/ERR_ICAP_FAILURE:8 templates/ERR_INVALID_REQ:5
+#: templates/ERR_INVALID_URL:7
+msgid "Some possible problems are:"
+msgstr "Возможные проблемы:"
+
+#: templates/ERR_CACHE_MGR_ACCESS_DENIED:6
+msgid ""
+"Sorry, you are not currently allowed to request %U from this cache manager "
+"until you have authenticated yourself."
+msgstr ""
+"Извините, Вы не можете запросить %U из системы управления кэша до тех пор, "
+"пока не пройдете идентификацию."
+
+#: templates/ERR_CACHE_ACCESS_DENIED:6
+msgid ""
+"Sorry, you are not currently allowed to request %U from this cache until you "
+"have authenticated yourself."
+msgstr ""
+"Извините, Вы не можете запросить %U из этого кэша до тех пор, пока не "
+"пройдёте идентификацию."
+
+#: templates/ERR_ZERO_SIZE_OBJECT:6
+msgid "Squid did not receive any data for this request."
+msgstr "Squid не получил никаких данных в ответ на этот запрос."
+
+#: 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 не поддерживает все методы запросов для всех протоколов. К примеру, "
+"для Gopher протокола Вы не можете выполнять запрос POST."
+
+#: templates/ERR_LIFETIME_EXP:6
+msgid ""
+"Squid has terminated the request because it has exceeded the maximum "
+"connection lifetime."
+msgstr "Squid прервал запрос из-за превышения максимального времени соединения."
+
+#: 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 не может создать TCP сокет, предположительно из-за большой нагрузки. "
+"Пожалуйста, повторите запрос."
+
+#: 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 послал следующую FTP комманду:"
+
+#: templates/ERR_DNS_FAIL:6
+msgid "The DNS server returned:"
+msgstr "Сервер DNS ответил:"
+
+#: templates/ERR_ESI:6
+msgid "The ESI processor returned:"
+msgstr "Обработчик ESI ответил:"
+
+#: templates/ERR_FTP_UNAVAILABLE:4
+msgid "The FTP server was too busy to retrieve the URL: <a href=\"%U\">%U</a>"
+msgstr "Сервер FTP слишком нагружен, чтобы получить URL: <a href=\"%U\">%U</a>"
+
+#: templates/ERR_INVALID_RESP:5
+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 (HTTP Response message), полученный от сервера не может быть "
+"обработан или неверно сформирован. Пожалуйста, свяжитесь с оператором "
+"сервера."
+
+#: templates/ERR_ICAP_FAILURE:9
+msgid "The ICAP server is not reachable."
+msgstr "Сервер ICAP недоступен"
+
+#: templates/ERR_FTP_NOT_FOUND:4
+msgid "The following URL could not be retrieved: <a href=\"%U\">%U</a>"
+msgstr "Следующий URL не может быть получен: <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_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 "При получении URL <a href=\"%U\">%U</a> произошла следующая ошибка"
+
+#: templates/ERR_URN_RESOLVE:4
+msgid ""
+"The following error was encountered while trying to retrieve the URN: <a "
+"href=\"%U\">%U</a>"
+msgstr "При получении URN: <a href=\"%U\">%U</a> произошла следующая ошибка"
+
+#: templates/ERR_CONNECT_FAIL:7
+msgid "The remote host or network may be down.  Please try the request again."
+msgstr ""
+"Удаленный узел или сеть могут быть недоступны. Пожалуйста, повторите запрос "
+"позже."
+
+#: 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
+msgid "The requested URL could not be retrieved"
+msgstr "Запрошенный URL не может быть получен"
+
+#: 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 "Система вернула: <i>%E</i>"
+
+#: templates/ERR_NO_RELAY:6
+msgid ""
+"There is no WAIS Relay host defined for this Cache!  Yell at the "
+"administrator."
+msgstr "Для этого кэша не определен Wais Relay узел. Кричите на администратора."
+
+#: 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_FTP_DISABLED:6
+msgid "This cache does not support FTP."
+msgstr "Этот кэш не поддерживает FTP."
+
+#: templates/ERR_SHUTTING_DOWN:5
+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 ""
+"Этот кэш в процессе завершения работы и не может выполнить Ваш запрос в "
+"настоящее время. Пожалуйста, повторите запрос через некторое время."
+
+#: 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 ""
+"Этот кэш не будет пересылать Ваш запрос по причине установки взаимоотношений "
+"типа sibling. Скорее всего клиент %i - неправильно сконфигурированный кэш."
+
+#: templates/ERR_ICAP_FAILURE:7
+msgid "This means that some aspect of the ICAP communication failed."
+msgstr "Это означает, что некоторые аспекты ICAP связи неудались."
+
+#: 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 ""
+"Это означает, что FTP сервер может не иметь прав или свободного места для "
+"хранения файла. Проверьте путь, права, свободное место и повторите снова."
+
+#: templates/ERR_DNS_FAIL:7
+msgid ""
+"This means that the cache was not able to resolve the hostname presented in "
+"the URL. Check if the address is correct."
+msgstr ""
+"Это означает, что кэш не смог преобразовать имя узла в URL. Проверьте адрес "
+"на правильность."
+
+#: 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 ""
+"Это может быть вызвано FTP URL c абсолютным путем (который не соответствует "
+"RFC 1738). Если эта причина верна, то файл можно найти на <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
+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 ""
+"Этот запрос не может быть перенаправлен ни к первичному серверу, ни к "
+"родительским кэшам. Наиболее вероятная причина этой ошибки в том, что "
+"администратор запретил прямые соединения к первычным серверам, а все "
+"указанные родительские кэши в данный момент недоступны."
+
+#: templates/ERR_DNS_FAIL:5
+msgid "Unable to determine IP address from host name <q>%H</q>"
+msgstr "Невозможно определить IP адрес из имени узла <q>%H</q>"
+
+#: templates/ERR_CANNOT_FORWARD:5
+msgid "Unable to forward this request at this time."
+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 ""
+"Действительный документ не найден в кэше и указана деректива <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 "При попытке PUT следующего 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 ""
+"Вы сделали запрос с директивой управления кэшем <q>only-if-cached</q>. "
+"Документ не был найден в кэше <em>или</em> он требует обновления, "
+"запрешенного директивой <q>only-if-cached</q>."
+
+#: 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_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 "Администратор Вашего кэша: <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 ""
+"Администратор вашего кэша, при необходимости, может предоставить Вам более "
+"подробную информацию о действительных причинах проблемы."
+
+#: templates/ERR_ESI:8
+msgid "Your webmaster is <a href=\"mailto:%w\">%w</a>."
+msgstr "Ваш вебмастер: <a href=\"mailto:%w\">%w</a>."
+
+#: templates/ERR_ZERO_SIZE_OBJECT:5
+msgid "Zero Sized Reply"
+msgstr "Пустой ответ (нулевой длины)"
index 266e709d33375cd459764be9e3f7be3e0a6732ef..38f228eb40f036943a71f89763fb384e8431bc1b 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-10-17 19:43+1300\n"
 "Last-Translator: Henrik Nordström <henrik@henriknordstrom.net>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11,6 +11,10 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Pootle 1.1.0\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 "
@@ -116,6 +120,10 @@ msgstr "Anslutnings att %I misslyckades."
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "Content-Length saknas i POST eller PUT beg&auml;ran."
 
+#: 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
@@ -171,6 +179,18 @@ msgstr "FEL: Beg&auml;rd URN kunde inte h&auml;mtas"
 msgid "ESI Processing failed."
 msgstr "ESI bearbetning misslyckades."
 
+#: 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 "FTP PUT lyckades: Filen Skapades"
@@ -209,17 +229,18 @@ msgstr "Vidarebefodran Nekad."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "Skapad %T av %h (%s)"
 
@@ -294,6 +315,10 @@ msgstr "Igen Wais Relay"
 msgid "Operation successful"
 msgstr "Operationen lyckades"
 
+#: 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 "
diff --git a/errors/templates/ERR_FTP_LISTING b/errors/templates/ERR_FTP_LISTING
new file mode 100644 (file)
index 0000000..e66771d
--- /dev/null
@@ -0,0 +1,35 @@
+<!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=iso-8859-1">
+<title>FTP Directory: %U</title>
+<style type="text/css"><!-- %l --></style>
+</head><body>
+<div id="titles">
+<h2>FTP Directory: <a href="/">%U</a>/</h2>
+</div>
+<hr>
+
+<div id="content">
+<p>Directory Content:</p>
+
+<blockquote id="data">
+<pre>%z</pre>
+</blockquote>
+
+<table id="ftplisting" summary="FTP Directory Listing">
+<tr>
+<th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th>
+<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
+</tr>
+
+%g
+
+</table>
+</div>
+
+<hr>
+<div id="footer">
+<p>Generated %T by %h (%s)</p>
+<!-- %c -->
+</div>
+</body></html>
index d306cfddcd4a79d2ef4c5270789827f8885af7e9..9c50ae5c4b3910864102f144058e5e66df9e858c 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-09-24 23:28+0000\n"
 "Last-Translator: FrenzY <frenzy.ivan@gmail.com>\n"
 "Language-Team: Ukrainian <uk@li.org>\n"
@@ -17,6 +17,10 @@ msgstr ""
 "X-Launchpad-Export-Date: 2008-09-25 11:56+0000\n"
 "X-Generator: Launchpad (build Unknown)\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 "
@@ -109,6 +113,10 @@ msgstr "З'єднання з %I втрачене."
 msgid "Content-Length missing for POST or PUT requests."
 msgstr ""
 
+#: 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
@@ -164,6 +172,18 @@ msgstr "ПОМИЛКА: Запитаний URN не може бути отрим
 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 "FTP PUT Вдалий: Файл Створено"
@@ -202,17 +222,18 @@ msgstr "Forwarding Заборонено."
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 "Згенеровано %T за %h (%s)"
 
@@ -282,6 +303,10 @@ msgstr "No Wais Relay"
 msgid "Operation successful"
 msgstr "Операція пройшла успішно"
 
+#: 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 "
index ef3d4447f9899164e4e2ff39acff066fadcc6005..a60bf7bf828ad1e20dfa09e58ca316d98fccfedc 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: squid 3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 17:13+1300\n"
+"POT-Creation-Date: 2008-11-07 02:13+1300\n"
 "PO-Revision-Date: 2008-10-24 02:32+0000\n"
 "Last-Translator: Mr.Lodar <Unknown>\n"
 "Language-Team: Squid Developers <squid-dev@squid-cache.org>\n"
@@ -12,6 +12,10 @@ msgstr ""
 "X-Launchpad-Export-Date: 2008-10-25 14:12+0000\n"
 "X-Generator: Launchpad (build Unknown)\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 "
@@ -99,6 +103,10 @@ msgstr "连接到 %I 失败。"
 msgid "Content-Length missing for POST or PUT requests."
 msgstr "POST 或 PUT 请求中丢失内容长度(Content-Length)。"
 
+#: 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
@@ -126,7 +134,6 @@ msgid "ERROR: Cache Manager Access Denied"
 msgstr "错误: 缓存管理访问被拒绝"
 
 #: templates/ERR_FTP_PUT_ERROR:1
-#, fuzzy
 msgid "ERROR: FTP upload failed"
 msgstr "错误: FTP上传失败"
 
@@ -154,12 +161,23 @@ msgstr "错误: 没有获取到请求的 URN"
 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 "FTP PUT 成功: 文件已创建"
 
 #: templates/ERR_FTP_PUT_MODIFIED:1
-#, fuzzy
 msgid "FTP PUT Successful: File Updated"
 msgstr "FTP PUT 成功: 文件已更新"
 
@@ -192,17 +210,18 @@ msgstr ""
 #: 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_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_REQ:8 templates/ERR_URN_RESOLVE:8
-#: templates/ERR_WRITE_ERROR:9 templates/ERR_ZERO_SIZE_OBJECT: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_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 ""
 
@@ -267,6 +286,10 @@ msgstr ""
 msgid "Operation successful"
 msgstr ""
 
+#: 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 "