[Momonga-devel.ja:01429] Re: apache2.0 ErrorDocument


shigeです.

やっと自分の環境も Apache2 を導入したのですが, ErrorDocument に日本語
メッセージが無かったので,とりあえず自分の手元で,日本語メッセージの追
加と,外部 CSS でスタイル指定が出来るように変更を加えました.

その変更をコミットする予定なのですが,日本語訳が機械翻訳頼りっきりの直
訳で, Momonga スタンダードにするにはあまりにもアレ (何) なので,英語
の堪能な方に訳を御願いしたいのですが,どなたか「そんなもんくらい訳した
るわい! 」と名乗りを上げてくださいませんでしょうか.

以下に,各エラーコード別の英語メッセージを抜き出したものを張り付けてお
きます.

宜しく御願いします.

#---------------------------------------------------------------------
[400 HTTP_BAD_REQUEST]

* Bad request!

      Your browser (or proxy) sent a request that this server could
      not understand.

#---------------------------------------------------------------------
[401 HTTP_UNAUTHORIZED]

* Authentication required!

      This server could not verify that you are authorized to access
      the URL.

      You either supplied the wrong credentials (e.g., bad password),
      or your browser doesn't understand how to supply the credentials
      required.

      In case you are allowed to request the document, please check
      your user-id and password and try again.

#---------------------------------------------------------------------
[403 HTTP_FORBIDDEN]

* Access forbidden!

	#-----------------------------
      You don't have permission to access the requested directory.

      There is either no index document or the directory is
      read-protected.

	#-----------------------------
      You don't have permission to access the requested object.

      It is either read-protected or not readable by the server.

#---------------------------------------------------------------------
[404 HTTP_NOT_FOUND]

* Object not found!

      The requested URL was not found on this server.

	#-----------------------------
      The link on the referring page seems to be wrong or outdated.

	  Please inform the author of that page about the error.

	#-----------------------------
      If you entered the URL manually please check your spelling and
      try again.

#---------------------------------------------------------------------
[405 HTTP_METHOD_NOT_ALLOWED]

* Method not allowed!

      The {REDIRECT_REQUEST_METHOD} method is not allowed for the
      requested URL.

#---------------------------------------------------------------------
[408 HTTP_REQUEST_TIME_OUT]

* Request time-out!

      The server closed the network connection because the browser
      didn't finish the request within the specified time.

#---------------------------------------------------------------------
[410 HTTP_GONE]

* Resource is no longer available!

      The requested URL is no longer available on this server and
      there is no forwarding address.

	#-----------------------------
      Please inform the author of the referring page that the link is
      outdated.

	#-----------------------------
      If you followed a link from a foreign page, please contact the
      author of this page.

#---------------------------------------------------------------------
[411 HTTP_LENGTH_REQUIRED]

* Bad Content-Length!

      A request with the {REDIRECT_REQUEST_METHOD} method requires a
      valid Content-Length header.

#---------------------------------------------------------------------
[412 HTTP_PRECONDITION_FAILED]

* Precondition failed!

      The precondition on the request for the URL failed positive
      evaluation.

#---------------------------------------------------------------------
[413 HTTP_REQUEST_ENTITY_TOO_LARGE]

* Request entity too large!

      The {REDIRECT_REQUEST_METHOD} method does not allow the data
      transmitted, or the data volume exceeds the capacity.

#---------------------------------------------------------------------
[414 HTTP_REQUEST_URI_TOO_LARGE]

* Submitted URI too large!

      The length of the requested URL exceeds the capacity limit for
      this server. The request cannot be processed.

#---------------------------------------------------------------------
[415 HTTP_SERVICE_UNAVAILABLE]

* Service unavailable!

      The server is temporarily unable to service your request due to
      maintenance downtime or capacity problems.

      Please try again later.

#---------------------------------------------------------------------
[500 HTTP_INTERNAL_SERVER_ERROR]

* Server error!

	#-----------------------------
      The server encountered an internal error and was unable to
      complete your request.

        Error message:
			  {REDIRECT_ERROR_NOTES}

	#-----------------------------
      The server encountered an internal error and was unable to
      complete your request. Either the server is overloaded or there
      was an error in a CGI script.

#---------------------------------------------------------------------
[501 HTTP_NOT_IMPLEMENTED]

* Cannot process request!

      The server does not support the action requested by the browser.

#---------------------------------------------------------------------
[502 HTTP_BAD_GATEWAY]

* Bad Gateway!

      The proxy server received an invalid response from an upstream
      server.

#---------------------------------------------------------------------
[506 HTTP_VARIANT_ALSO_VARIES]

* Variant also varies!

      A variant for the requested entity is itself a negotiable
      resource.

      Access not possible.

#---------------------------------------------------------------------
[HTTP_NOT_ACCEPTABLE]

* No acceptable object found!

      An appropriate representation of the requested resource could
      not be found on this server.

#---------------------------------------------------------------------
[HTTP_UNSUPPORTED_MEDIA_TYPE]

* Unsupported media type!

      The server does not support the media type transmitted in the
      request.

#---------------------------------------------------------------------
[contact]

      If you think this is a server error, please contact the
      webmaster.

#---------------------------------------------------------------------