1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00
Files
apache/docs/error
Hiroaki Kawai c4921bbd35 Add Japanese error docs.
See: http://issues.apache.org/bugzilla/show_bug.cgi?id=11521

Submitted by: TAKAHASHI Makoto <hobbit.makoto at nifty.ne.jp>
Reviewed by: Nobuyuki Morita <marika at plum.freemail.ne.jp>, 
             yoshiki, 
             kawai


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124566 13f79535-47bb-0310-9956-ffa450edef68
2005-01-07 19:45:15 +00:00
..
2004-04-19 20:21:56 +00:00
2005-01-07 19:45:15 +00:00
2005-01-07 19:45:15 +00:00
2004-02-16 22:07:10 +00:00

 Multi Language Custom Error Documents
 -------------------------------------

 The 'error' directory contains HTTP error messages in multiple languages.
 If the preferred language of a client is available it is selected
 automatically via the MultiViews feature. This feature is enabled
 by default via the Options, Language and ErrorDocument directives.

 You may configure the design and markup of the documents by modifying
 the HTML files in the directory 'error/include'.

 Supported Languages:
 
  +-----------------------+------------------------------------------+
  | Language              | Contributed by                           |
  +-----------------------+------------------------------------------+
  | Brazilian (pt-br)     | Ricardo Leite                            |
  | Czech (cs)            | Marcel Kolaja                            |
  | Dutch (nl)            | Peter Van Biesen                         |
  | English (en)          | Lars Eilebrecht                          |
  | French (fr)           | Cecile de Crecy                          |
  | German (de)           | Lars Eilebrecht                          |
  | Italian (it)          | Luigi Rosa                               |
  | Korean (ko)           | Jaeho Shin                               |
  | Polish (pl)           | Tomasz Kepczynski                        |
  | Romanian (ro)         | Andrei Besleaga                          |
  | Spanish (es)          | Karla Quintero                           |
  | Swedish (sv)          | Thomas Sjögren                           |
  | Turkish (tr)          | Emre Sokullu                             |
  +-----------------------+------------------------------------------+
  (Please see http://httpd.apache.org/docs-project/ if you would
   like to contribute the pages in an additional language.)


 Copyright (c) 2001-2004 The Apache Software Foundation. All rights reserved.