]> git.ipfire.org Git - thirdparty/cups.git/blob - locale/locale.txt
Fix property on test file.
[thirdparty/cups.git] / locale / locale.txt
1 This directory contains the message strings used by CUPS for various
2 languages. Each subdirectory corresponds to a different locale, and
3 the cups_xx and cups_xx_YY files contain the messages for the locales
4 named "xx" or "xx_YY".
5
6 Each message file starts with a character set identifier, which can be
7 one 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
21 After that, all non-blank lines are treated as messages, with any
22 leading whitespace removed. If a line starts with a number then the
23 message index is updated to the number. Otherwise, the next message
24 number is used.
25
26 The message indices are defined in the include file <cups/language.h>.
27 The HTTP status messages use the status codes defined in <cups/http.h>.
28
29 If you would like to contribute a new message file for your locale, or
30 have corrections to the current ones, please send them to:
31
32 cups-support@cups.org