1This directory contains the message strings used by CUPS for various
2languages.  Each subdirectory corresponds to a different locale, and
3the cups_xx and cups_xx_YY files contain the messages for the locales
4named "xx" or "xx_YY".
5
6Each message file starts with a character set identifier, which can be
7one of the following:
8
9    us-ascii
10    iso-8859-1
11    iso-8859-2
12    iso-8859-3
13    iso-8859-4
14    iso-8859-5
15    iso-8859-6
16    iso-8859-7
17    iso-8859-8
18    iso-8859-9
19    utf-8
20
21After that, all non-blank lines are treated as messages, with any
22leading whitespace removed.  If a line starts with a number then the
23message index is updated to the number.  Otherwise, the next message
24number is used.
25
26The message indices are defined in the include file <cups/language.h>.
27The HTTP status messages use the status codes defined in <cups/http.h>.
28
29If you would like to contribute a new message file for your locale, or
30have corrections to the current ones, please send them to:
31
32    cups-support@cups.org
33