You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2003/02/17 01:23:18 UTC

cvs commit: httpd-2.0/docs/error HTTP_BAD_GATEWAY.html.var HTTP_BAD_REQUEST.html.var HTTP_FORBIDDEN.html.var HTTP_GONE.html.var HTTP_INTERNAL_SERVER_ERROR.html.var HTTP_LENGTH_REQUIRED.html.var HTTP_METHOD_NOT_ALLOWED.html.var HTTP_NOT_ACCEPTABLE.html.var HTTP_NOT_FOUND.html.var HTTP_NOT_IMPLEMENTED.html.var HTTP_PRECONDITION_FAILED.html.var HTTP_REQUEST_ENTITY_TOO_LARGE.html.var HTTP_REQUEST_TIME_OUT.html.var HTTP_REQUEST_URI_TOO_LARGE.html.var HTTP_SERVICE_UNAVAILABLE.html.var HTTP_UNAUTHORIZED.html.var HTTP_UNSUPPORTED_MEDIA_TYPE.html.var HTTP_VARIANT_ALSO_VARIES.html.var README contact.html.var

erikabele    2003/02/16 16:23:18

  Modified:    docs/error HTTP_BAD_GATEWAY.html.var
                        HTTP_BAD_REQUEST.html.var HTTP_FORBIDDEN.html.var
                        HTTP_GONE.html.var
                        HTTP_INTERNAL_SERVER_ERROR.html.var
                        HTTP_LENGTH_REQUIRED.html.var
                        HTTP_METHOD_NOT_ALLOWED.html.var
                        HTTP_NOT_ACCEPTABLE.html.var
                        HTTP_NOT_FOUND.html.var
                        HTTP_NOT_IMPLEMENTED.html.var
                        HTTP_PRECONDITION_FAILED.html.var
                        HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
                        HTTP_REQUEST_TIME_OUT.html.var
                        HTTP_REQUEST_URI_TOO_LARGE.html.var
                        HTTP_SERVICE_UNAVAILABLE.html.var
                        HTTP_UNAUTHORIZED.html.var
                        HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
                        HTTP_VARIANT_ALSO_VARIES.html.var README
                        contact.html.var
  Log:
  Added translations for romanian error documents and included
  missing <!--#set var="CONTENT_LANGUAGE" value="ro"-->.
  
  Translated by: Andrei Besleaga <an...@hotmail.com>
  Reviewd by: Cristian Dinca <cr...@yahoo.com>
  
  Also added translators info to README and alphabetized the
  list of available languages.
  
  Revision  Changes    Path
  1.11      +17 -0     httpd-2.0/docs/error/HTTP_BAD_GATEWAY.html.var
  
  Index: HTTP_BAD_GATEWAY.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_BAD_GATEWAY.html.var,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- HTTP_BAD_GATEWAY.html.var	27 Nov 2002 06:02:33 -0000	1.10
  +++ HTTP_BAD_GATEWAY.html.var	17 Feb 2003 00:23:17 -0000	1.11
  @@ -141,3 +141,20 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Gateway invalid!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    Serverul proxy a primit un raspuns invalid
  +    de la serverul precedent.
  +
  +  <!--#if expr="$REDIRECT_ERROR_NOTES" -->
  +    <!--#include virtual="include/spacer.html" -->
  +    <!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
  +  <!--#endif -->
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.10      +12 -0     httpd-2.0/docs/error/HTTP_BAD_REQUEST.html.var
  
  Index: HTTP_BAD_REQUEST.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_BAD_REQUEST.html.var,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HTTP_BAD_REQUEST.html.var	27 Nov 2002 06:02:33 -0000	1.9
  +++ HTTP_BAD_REQUEST.html.var	17 Feb 2003 00:23:17 -0000	1.10
  @@ -101,3 +101,15 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Cerere incomprensibila!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    Browserul (sau proxy-ul) dumneavoastra a trimis
  +    serverului o cerere ce nu poate fi procesata.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.14      +21 -0     httpd-2.0/docs/error/HTTP_FORBIDDEN.html.var
  
  Index: HTTP_FORBIDDEN.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_FORBIDDEN.html.var,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- HTTP_FORBIDDEN.html.var	27 Nov 2002 06:02:33 -0000	1.13
  +++ HTTP_FORBIDDEN.html.var	17 Feb 2003 00:23:17 -0000	1.14
  @@ -185,3 +185,24 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Accesul interzis!"
  +--><!--#include virtual="include/top.html" -->
  +
  +  <!--#if expr="$REDIRECT_URL = /\/$/" -->
  +
  +    Nu aveti permisiunea sa accesati directorul cerut.
  +    Nu este nici un document index sau directorul este protejat la citire.
  +
  +  <!--#else -->
  +
  +    Nu aveti permisiunea sa accesati obiectul cerut.
  +    Este protejat la citire sau nu poate fi citit de server.
  +
  +  <!--#endif -->
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.11      +25 -0     httpd-2.0/docs/error/HTTP_GONE.html.var
  
  Index: HTTP_GONE.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_GONE.html.var,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- HTTP_GONE.html.var	27 Nov 2002 06:02:33 -0000	1.10
  +++ HTTP_GONE.html.var	17 Feb 2003 00:23:17 -0000	1.11
  @@ -208,3 +208,28 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Resursa nu mai este disponibila!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    URL-ul cerut nu mai este disponibil pe acest server si nu
  +    exista o adresa de inaintare.
  +
  +  <!--#if expr="$HTTP_REFERER" -->
  +
  +    Va rugam informati autorul
  +    <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">paginii
  +    referite</a> ca link-ul nu mai este de actualitate.
  +
  +  <!--#else -->
  +
  +    Va rugam contactati autorul acestei pagini daca ati urmat
  +    un link dintr-o pagina externa.
  +
  +  <!--#endif -->
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.16      +27 -0     httpd-2.0/docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var
  
  Index: HTTP_INTERNAL_SERVER_ERROR.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- HTTP_INTERNAL_SERVER_ERROR.html.var	27 Nov 2002 06:02:33 -0000	1.15
  +++ HTTP_INTERNAL_SERVER_ERROR.html.var	17 Feb 2003 00:23:17 -0000	1.16
  @@ -224,3 +224,30 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Eroare server!"
  +--><!--#include virtual="include/top.html" -->
  +
  +  <!--#if expr="$REDIRECT_ERROR_NOTES" -->
  +
  +    Serverul a intalnit o eroare interna si nu a
  +    putut rezolva cererea dumneavoastra.
  +
  +    <!--#include virtual="include/spacer.html" -->
  +
  +    Mesajul de eroare :
  +    <br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
  +
  +  <!--#else -->
  +
  +    Serverul a intalnit o eroare interna si nu a
  +    putut rezolva cererea dumneavoastra. Serverul este
  +    supraincarcat sau a fost o eroare intr-un script CGI.
  +
  +  <!--#endif -->
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.12      +12 -0     httpd-2.0/docs/error/HTTP_LENGTH_REQUIRED.html.var
  
  Index: HTTP_LENGTH_REQUIRED.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_LENGTH_REQUIRED.html.var,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- HTTP_LENGTH_REQUIRED.html.var	27 Nov 2002 06:02:33 -0000	1.11
  +++ HTTP_LENGTH_REQUIRED.html.var	17 Feb 2003 00:23:17 -0000	1.12
  @@ -94,3 +94,15 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Content-Length invalid!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    O cerere cu metoda <!--#echo var="REDIRECT_REQUEST_METHOD" -->
  +    necesita un header <code>Content-Length</code> valid.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.12      +12 -0     httpd-2.0/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var
  
  Index: HTTP_METHOD_NOT_ALLOWED.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_METHOD_NOT_ALLOWED.html.var,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- HTTP_METHOD_NOT_ALLOWED.html.var	27 Nov 2002 06:02:33 -0000	1.11
  +++ HTTP_METHOD_NOT_ALLOWED.html.var	17 Feb 2003 00:23:17 -0000	1.12
  @@ -103,3 +103,15 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Metoda nepermisa!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    Metoda <!--#echo var="REDIRECT_REQUEST_METHOD" -->
  +    nu este permisa pentru URL-ul cerut.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.10      +12 -0     httpd-2.0/docs/error/HTTP_NOT_ACCEPTABLE.html.var
  
  Index: HTTP_NOT_ACCEPTABLE.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_NOT_ACCEPTABLE.html.var,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HTTP_NOT_ACCEPTABLE.html.var	27 Nov 2002 06:02:33 -0000	1.9
  +++ HTTP_NOT_ACCEPTABLE.html.var	17 Feb 2003 00:23:17 -0000	1.10
  @@ -103,3 +103,15 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Nici un obiect acceptabil gasit!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    Nici o reprezentare potrivita a resursei cerute
  +    nu a putut fi gasita pe acest server.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.11      +26 -0     httpd-2.0/docs/error/HTTP_NOT_FOUND.html.var
  
  Index: HTTP_NOT_FOUND.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_NOT_FOUND.html.var,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- HTTP_NOT_FOUND.html.var	27 Nov 2002 06:02:33 -0000	1.10
  +++ HTTP_NOT_FOUND.html.var	17 Feb 2003 00:23:17 -0000	1.11
  @@ -218,3 +218,29 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Obiectul nu a fost gasit!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    URL-ul cerut nu a fost gasit pe acest server.
  +
  +  <!--#if expr="$HTTP_REFERER" -->
  +
  +    Link-ul de pe
  +    <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">pagina
  +    de unde ati venit</a> pare a fi gresit sau invechit. Va rugam informati autorul
  +    <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">acestei pagini</a>
  +    despre eroare.
  +
  +  <!--#else -->
  +
  +    Daca ati introdus URL-ul manual, va rugam verificati
  +    corectitudinea si incercati din nou.
  +
  +  <!--#endif -->
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.11      +11 -0     httpd-2.0/docs/error/HTTP_NOT_IMPLEMENTED.html.var
  
  Index: HTTP_NOT_IMPLEMENTED.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_NOT_IMPLEMENTED.html.var,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- HTTP_NOT_IMPLEMENTED.html.var	27 Nov 2002 06:02:33 -0000	1.10
  +++ HTTP_NOT_IMPLEMENTED.html.var	17 Feb 2003 00:23:17 -0000	1.11
  @@ -98,3 +98,14 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Cererea nu poate fi procesata!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    Serverul nu suporta actiunea ceruta de browser.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.9       +11 -0     httpd-2.0/docs/error/HTTP_PRECONDITION_FAILED.html.var
  
  Index: HTTP_PRECONDITION_FAILED.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_PRECONDITION_FAILED.html.var,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- HTTP_PRECONDITION_FAILED.html.var	27 Nov 2002 06:02:33 -0000	1.8
  +++ HTTP_PRECONDITION_FAILED.html.var	17 Feb 2003 00:23:17 -0000	1.9
  @@ -100,3 +100,14 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Precondition failed!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    Preconditionarea pentru cererea URL-ului nu a fost evaluata pozitiv.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.12      +13 -0     httpd-2.0/docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
  
  Index: HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- HTTP_REQUEST_ENTITY_TOO_LARGE.html.var	27 Nov 2002 06:02:33 -0000	1.11
  +++ HTTP_REQUEST_ENTITY_TOO_LARGE.html.var	17 Feb 2003 00:23:17 -0000	1.12
  @@ -109,3 +109,16 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Entitate ceruta prea mare!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    Metoda <!--#echo var="REDIRECT_REQUEST_METHOD" -->
  +    nu permite transmiterea datelor, sau volumul de date
  +    depaseste limita capacitatii.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.11      +12 -0     httpd-2.0/docs/error/HTTP_REQUEST_TIME_OUT.html.var
  
  Index: HTTP_REQUEST_TIME_OUT.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_REQUEST_TIME_OUT.html.var,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- HTTP_REQUEST_TIME_OUT.html.var	27 Nov 2002 06:02:33 -0000	1.10
  +++ HTTP_REQUEST_TIME_OUT.html.var	17 Feb 2003 00:23:17 -0000	1.11
  @@ -106,3 +106,15 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Time-out al cererii!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    Serverul a terminat conexiunea cu browserul pentru ca acesta
  +    nu a terminat cererea in limita timpului specificat.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.11      +12 -0     httpd-2.0/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var
  
  Index: HTTP_REQUEST_URI_TOO_LARGE.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- HTTP_REQUEST_URI_TOO_LARGE.html.var	27 Nov 2002 06:02:33 -0000	1.10
  +++ HTTP_REQUEST_URI_TOO_LARGE.html.var	17 Feb 2003 00:23:17 -0000	1.11
  @@ -107,3 +107,15 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="URL-ul submis este prea mare!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    Lungimea URL-ului cerut depaseste limita capacitatii pentru
  +    acest server. Cererea nu poate fi procesata.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.10      +13 -0     httpd-2.0/docs/error/HTTP_SERVICE_UNAVAILABLE.html.var
  
  Index: HTTP_SERVICE_UNAVAILABLE.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_SERVICE_UNAVAILABLE.html.var,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HTTP_SERVICE_UNAVAILABLE.html.var	27 Nov 2002 06:02:33 -0000	1.9
  +++ HTTP_SERVICE_UNAVAILABLE.html.var	17 Feb 2003 00:23:17 -0000	1.10
  @@ -116,3 +116,16 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Serviciu indisponibil!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    Serverul nu poate, temporar, sa raspunda cererii
  +    dumneavoastra datorita intretinerii acestuia sau a
  +    unor probleme de capacitate. Va rugam incercati mai tarziu.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.12      +19 -0     httpd-2.0/docs/error/HTTP_UNAUTHORIZED.html.var
  
  Index: HTTP_UNAUTHORIZED.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_UNAUTHORIZED.html.var,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- HTTP_UNAUTHORIZED.html.var	27 Nov 2002 06:02:33 -0000	1.11
  +++ HTTP_UNAUTHORIZED.html.var	17 Feb 2003 00:23:17 -0000	1.12
  @@ -167,3 +167,22 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Autentificare necesara!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    Acest server nu a putut verifica daca sunteti autorizat sa accesati
  +    URL-ul "<!--#echo encoding="url" var="REDIRECT_URL" -->".
  +    Ati furnizat parametrii de acreditare gresiti (ex: parola gresita), sau browserul
  +    dumneavoastra nu poate furniza aceste detalii de acreditare.
  +
  +  <!--#include virtual="include/spacer.html" -->
  +
  +    In cazul in care nu va este permis sa cereti un document, va rugam
  +    sa va verificati numele de utilizator si parola si sa incercati din nou.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.10      +11 -0     httpd-2.0/docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
  
  Index: HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HTTP_UNSUPPORTED_MEDIA_TYPE.html.var	27 Nov 2002 06:02:33 -0000	1.9
  +++ HTTP_UNSUPPORTED_MEDIA_TYPE.html.var	17 Feb 2003 00:23:17 -0000	1.10
  @@ -98,3 +98,14 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Tip de date nesuportate!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    Serverul nu suporta tipul de date trimise in cerere.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.10      +13 -0     httpd-2.0/docs/error/HTTP_VARIANT_ALSO_VARIES.html.var
  
  Index: HTTP_VARIANT_ALSO_VARIES.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/HTTP_VARIANT_ALSO_VARIES.html.var,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HTTP_VARIANT_ALSO_VARIES.html.var	27 Nov 2002 06:02:33 -0000	1.9
  +++ HTTP_VARIANT_ALSO_VARIES.html.var	17 Feb 2003 00:23:17 -0000	1.10
  @@ -109,3 +109,16 @@
   <!--#include virtual="include/bottom.html" -->
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +<!--#set var="CONTENT_LANGUAGE" value="ro"
  +--><!--#set var="TITLE" value="Varianta deasemenea variaza!"
  +--><!--#include virtual="include/top.html" -->
  +
  +    O varianta pentru entitatea ceruta
  +    este ea insasi o resursa negociabila.
  +    Accesul nu este posibil.
  +
  +<!--#include virtual="include/bottom.html" -->
  +----------ro--
  
  
  
  1.10      +3 -3      httpd-2.0/docs/error/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/README,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- README	2 Feb 2003 20:46:06 -0000	1.9
  +++ README	17 Feb 2003 00:23:17 -0000	1.10
  @@ -10,7 +10,6 @@
    You may configure the design and markup of the documents by modifying
    the HTML files in the directory 'error/include'.
   
  -
    Supported Languages:
    
     +-----------------------+------------------------------------------+
  @@ -18,11 +17,12 @@
     +-----------------------+------------------------------------------+
     | Brazilian (pt-br)     | Ricardo Leite                            |
     | Dutch (nl/*)          | Peter Van Biesen                         |
  -  | French (fr)           | Cecile de Crecy                          |
     | English (en)          | Lars Eilebrecht                          |
  +  | French (fr)           | Cecile de Crecy                          |
     | German (de)           | Lars Eilebrecht                          |
  +  | Italian (it)          | Luigi Rosa                               |
  +  | Romanian (ro)         | Andrei Besleaga                          |
     | Spanish (es)          | Karla Quintero                           |
  -  | Italian (fr)          | Luigi Rosa                               |
     | Swedish (sv)          | Thomas Sj�gren                           |
     +-----------------------+------------------------------------------+
     (Please see http://httpd.apache.org/docs-project/ if you would
  
  
  
  1.14      +7 -0      httpd-2.0/docs/error/contact.html.var
  
  Index: contact.html.var
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/error/contact.html.var,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- contact.html.var	27 Nov 2002 06:02:33 -0000	1.13
  +++ contact.html.var	17 Feb 2003 00:23:17 -0000	1.14
  @@ -58,3 +58,10 @@
   <a href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->">webmaster</a>.
   -------pt-br--
   
  +Content-language: ro
  +Content-type: text/html; charset=ISO-8859-1
  +Body:----------ro--
  +Va rugam sa il contactati pe
  +<a href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->">webmaster</a>
  +in cazul in care credeti ca aceasta este o eroare a serverului.
  +----------ro--