1
2 Multi Language Custom Error Documents
3 -------------------------------------
4
5 The 'error' directory contains HTTP error messages in multiple languages.
6 If the preferred language of a client is available it is selected
7 automatically via the MultiViews feature. This feature is enabled
8 by default via the Options, Language and ErrorDocument directives.
9
10 You may configure the design and markup of the documents by modifying
11 the HTML files in the directory 'error/include'.
12
13 Supported Languages:
14 
15  +-----------------------+------------------------------------------+
16  | Language              | Contributed by                           |
17  +-----------------------+------------------------------------------+
18  | Brazilian (pt-br)     | Ricardo Leite                            |
19  | Czech (cs)            | Marcel Kolaja                            |
20  | Dutch (nl)            | Peter Van Biesen                         |
21  | English (en)          | Lars Eilebrecht                          |
22  | French (fr)           | Cecile de Crecy                          |
23  | German (de)           | Lars Eilebrecht                          |
24  | Italian (it)          | Luigi Rosa                               |
25  | Korean (ko)           | Jaeho Shin                               |
26  | Polish (pl)           | Tomasz Kepczynski                        |
27  | Romanian (ro)         | Andrei Besleaga                          |
28  | Serbian (sr)          | Nikola Smolenski                         |
29  | Spanish (es)          | Karla Quintero                           |
30  | Swedish (sv)          | Thomas Sj�gren                           |
31  | Turkish (tr)          | Emre Sokullu                             |
32  | Irish (ga)            | Noirin Plunkett                          |
33  +-----------------------+------------------------------------------+
34  (Please see http://httpd.apache.org/docs-project/ if you would
35   like to contribute the pages in an additional language.)
36
37