diff options
Diffstat (limited to 'Build/source/libs/icu/icu-49.1/samples/uresb/en.txt')
-rw-r--r-- | Build/source/libs/icu/icu-49.1/samples/uresb/en.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-49.1/samples/uresb/en.txt b/Build/source/libs/icu/icu-49.1/samples/uresb/en.txt new file mode 100644 index 00000000000..394d53c4a76 --- /dev/null +++ b/Build/source/libs/icu/icu-49.1/samples/uresb/en.txt @@ -0,0 +1,46 @@ +// Copyright (C) 2000-2003, International Business Machines +// Corporation and others. All Rights Reserved. + +en { + errorcodes { + "No error", + "Illegal argument passed", + "Missing resource", + "Format is invalid", + "File access error", + "Internal program error", + "Message parse error", + "Memory allocation error", + "Index out of bounds error", + "Parse error", + "Invalid char found", + "Truncated char found", + "Illegal char found", + "Invalid table format", + "Invalid table file", + "Buffer overflow error", + "Unsupported error", + "Resource type mismatch", + "Illegal escape sequence", + "Unsupported escape sequence" + } + helpTopics { + udata { "This is udata help topic" } + resourcebundles { "This is resource bundle help topic" } + collation { "This is collation help topic" } + breakit { "This is break iterator help topic" } + translit { "This is transliteration help topic" } + unicode { "This is unicode help topic" } + format { "This is format help topic" } + } + + helpKeywords { + udata { "udata" } + resourcebundles { "resources" } + collation { "collation" } + breakit { "breakit" } + translit { "transliteration" } + unicode { "unicode" } + format { "format" } + } +} |