]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | // Copyright (C) 2000-2003, International Business Machines |
2 | // Corporation and others. All Rights Reserved. | |
3 | ||
4 | en { | |
5 | errorcodes { | |
6 | "No error", | |
7 | "Illegal argument passed", | |
8 | "Missing resource", | |
9 | "Format is invalid", | |
10 | "File access error", | |
11 | "Internal program error", | |
12 | "Message parse error", | |
13 | "Memory allocation error", | |
14 | "Index out of bounds error", | |
15 | "Parse error", | |
16 | "Invalid char found", | |
17 | "Truncated char found", | |
18 | "Illegal char found", | |
19 | "Invalid table format", | |
20 | "Invalid table file", | |
21 | "Buffer overflow error", | |
22 | "Unsupported error", | |
23 | "Resource type mismatch", | |
24 | "Illegal escape sequence", | |
25 | "Unsupported escape sequence" | |
26 | } | |
27 | helpTopics { | |
28 | udata { "This is udata help topic" } | |
29 | resourcebundles { "This is resource bundle help topic" } | |
30 | collation { "This is collation help topic" } | |
31 | breakit { "This is break iterator help topic" } | |
32 | translit { "This is transliteration help topic" } | |
33 | unicode { "This is unicode help topic" } | |
34 | format { "This is format help topic" } | |
35 | } | |
36 | ||
37 | helpKeywords { | |
38 | udata { "udata" } | |
39 | resourcebundles { "resources" } | |
40 | collation { "collation" } | |
41 | breakit { "breakit" } | |
42 | translit { "transliteration" } | |
43 | unicode { "unicode" } | |
44 | format { "format" } | |
45 | } | |
46 | } |