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

« back to all changes in this revision

Viewing changes to source/samples/uresb/sr.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
 
// Use --encoding cp1251 for genrb
2
 
 
3
 
sr {
4
 
     errorcodes {
5
 
                     "���� ������",
6
 
                     "�������� ��������",
7
 
                     "��������� ������",
8
 
                     "������ �� ���",
9
 
                     "������ � �������� ��������",
10
 
                     "������� ������ � ��������",
11
 
                     "������ � ��������� ��������",
12
 
                     "������ � ��������� �������",
13
 
                     "������ � ������ �������",
14
 
                     "������ � ��������� ��������",
15
 
                     "�������� �� ��� ������",
16
 
                     "�������� �� �������� ������",
17
 
                     "�������� �� �������� ������",
18
 
                     "��� ������ ������",
19
 
                     "���� �������� ������",
20
 
                     "����� �� ������",
21
 
                     "��������� ������",
22
 
                     "��� ��� �������",
23
 
                     "���� ����� ��������",
24
 
                     "���������� ����� ��������"
25
 
                     }
26
 
      helpTopics {
27
 
          udata           { "This is udata help topic" }
28
 
          resourcebundles { "This is resource bundle help topic" }
29
 
          collation       { "This is collation help topic" }
30
 
          breakit         { "This is break iterator help topic" }
31
 
          translit        { "This is transliteration help topic" }
32
 
          unicode         { "This is unicode help topic" }
33
 
          format          { "This is format help topic" }
34
 
      }
35
 
 
36
 
      helpKeywords {
37
 
          udata           { "udata" }
38
 
          resourcebundles { "resources" }
39
 
          collation       { "collation" }
40
 
          breakit         { "breakit" }
41
 
          translit        { "transliteration" }
42
 
          unicode         { "unicode" }
43
 
          format          { "format" }
44
 
      }
45
 
}