]> git.saurik.com Git - apple/icu.git/blame - icuSources/data/rbnf/ru.txt
ICU-6.2.13.tar.gz
[apple/icu.git] / icuSources / data / rbnf / ru.txt
CommitLineData
374ca955
A
1// ***************************************************************************
2// *
3// * Copyright (C) 2004, International Business Machines
4// * Corporation and others. All Rights Reserved.
5// *
6// ***************************************************************************
7//
8
9ru {
10 //------------------------------------------------------------
11 // Rule Based Number Format Support
12 //------------------------------------------------------------
13
14// * Spellout rules for Russian.
15
16 // TODO: Can someone supply me with information on decimals?
17 // How about words for billions and trillions?
18
19 SpelloutRules {
20 "-x: \u043C\u0438\u043D\u0443\u0441 >>;\n"
21 "\u043d\u043e\u043b\u044c; \u043e\u0434\u0438\u043d; \u0434\u0432\u0430; \u0442\u0440\u0438; "
22 "\u0447\u0435\u0442\u044b\u0440\u0435; \u043f\u044f\u0442\u044C; \u0448\u0435\u0441\u0442\u044C; "
23 "\u0441\u0435\u043c\u044c; \u0432\u043e\u0441\u0435\u043c\u044c; \u0434\u0435\u0432\u044f\u0442\u044C;\n"
24 "10: \u0434\u0435\u0441\u044f\u0442\u044c; "
25 "\u043e\u0434\u0438\u043d\u043d\u0430\u0434\u0446\u0430\u0442\u044c;\n"
26 "\u0434\u0432\u0435\u043d\u043d\u0430\u0434\u0446\u0430\u0442\u044c; "
27 "\u0442\u0440\u0438\u043d\u0430\u0434\u0446\u0430\u0442\u044c; "
28 "\u0447\u0435\u0442\u044b\u0440\u043d\u0430\u0434\u0446\u0430\u0442\u044c;\n"
29 "15: \u043f\u044f\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u044c; "
30 "\u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u044c; "
31 "\u0441\u0435\u043c\u043d\u0430\u0434\u0446\u0430\u0442\u044c; "
32 "\u0432\u043e\u0441\u0435\u043c\u043d\u0430\u0434\u0446\u0430\u0442\u044c; "
33 "\u0434\u0435\u0432\u044f\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u044c;\n"
34 "20: \u0434\u0432\u0430\u0434\u0446\u0430\u0442\u044c[ >>];\n"
35 "30: \u0442\u0440\u0438\u0434\u0446\u0430\u0442\u044c[ >>];\n"
36 "40: \u0441\u043e\u0440\u043e\u043a[ >>];\n"
37 "50: \u043f\u044f\u0442\u044c\u0434\u0435\u0441\u044f\u0442[ >>];\n"
38 "60: \u0448\u0435\u0441\u0442\u044c\u0434\u0435\u0441\u044f\u0442[ >>];\n"
39 "70: \u0441\u0435\u043c\u044c\u0434\u0435\u0441\u044f\u0442[ >>];\n"
40 "80: \u0432\u043e\u0441\u0435\u043c\u044c\u0434\u0435\u0441\u044f\u0442[ >>];\n"
41 "90: \u0434\u0435\u0432\u044f\u043d\u043e\u0441\u0442\u043e[ >>];\n"
42 "100: \u0441\u0442\u043e[ >>];\n"
43 "200: << \u0441\u0442\u043e[ >>];\n"
44 "1000: \u0442\u044b\u0441\u044f\u0447\u0430[ >>];\n"
45 "2000: << \u0442\u044b\u0441\u044f\u0447\u0430[ >>];\n"
46 "1,000,000: \u043c\u0438\u043b\u043b\u0438\u043e\u043d[ >>];\n"
47 "2,000,000: << \u043c\u0438\u043b\u043b\u0438\u043e\u043d[ >>];\n"
48 "1,000,000,000: =#,##0=;"
49 }
50
51}