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