~ubuntu-branches/ubuntu/gutsy/icu/gutsy-updates

« back to all changes in this revision

Viewing changes to source/samples/uresb/en.txt

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2005-11-19 11:29:31 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20051119112931-vcizkrp10tli4enw
Tags: 3.4-3
Explicitly build with g++ 3.4.  The current ICU fails its test suite
with 4.0 but not with 3.4.  Future versions should work properly with
4.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
en {
2
 
     errorcodes {
3
 
                     "No error",
4
 
                     "Illegal argument passed",
5
 
                     "Missing resource",
6
 
                     "Format is invalid",
7
 
                     "File access error",
8
 
                     "Internal program error",
9
 
                     "Message parse error",
10
 
                     "Memory allocation error",
11
 
                     "Index out of bounds error",
12
 
                     "Parse error",
13
 
                     "Invalid char found",
14
 
                     "Truncated char found",
15
 
                     "Illegal char found",
16
 
                     "Invalid table format",
17
 
                     "Invalid table file",
18
 
                     "Buffer overflow error",
19
 
                     "Unsupported error",
20
 
                     "Resource type mismatch",
21
 
                     "Illegal escape sequence",
22
 
                     "Unsupported escape sequence"
23
 
                     }
24
 
      helpTopics {
25
 
          udata           { "This is udata help topic" }
26
 
          resourcebundles { "This is resource bundle help topic" }
27
 
          collation       { "This is collation help topic" }
28
 
          breakit         { "This is break iterator help topic" }
29
 
          translit        { "This is transliteration help topic" }
30
 
          unicode         { "This is unicode help topic" }
31
 
          format          { "This is format help topic" }
32
 
      }
33
 
 
34
 
      helpKeywords {
35
 
          udata           { "udata" }
36
 
          resourcebundles { "resources" }
37
 
          collation       { "collation" }
38
 
          breakit         { "breakit" }
39
 
          translit        { "transliteration" }
40
 
          unicode         { "unicode" }
41
 
          format          { "format" }
42
 
      }
43
 
}