]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 2004, International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * | |
6 | // *************************************************************************** | |
7 | // | |
8 | ||
9 | pl { | |
10 | SpelloutRules { | |
11 | "-x: minus >>;\n" | |
12 | "zero; jeden; dwa; trzy; cztery; pi\u0119\u0107;\n" | |
13 | "sze\u015B\u0107; siedem; osiem; dziewi\u0119\u0107; dziesi\u0119\u0107;\n" | |
14 | "jedena\u015Bcie; dwana\u015Bcie; trzyna\u015Bcie; czterna\u015Bcie; pi\u0119tna\u015Bcie;\n" | |
15 | "szesna\u015Bcie; siedemna\u015Bcie; osiemna\u015Bcie; dziewi\u0119tna\u015Bcie;\n" | |
16 | "20: dwadzie\u015Bcia[ >>];\n" | |
17 | "30: trzydzie\u015Bci[ >>];\n" | |
18 | "40: czterdzie\u015Bci[ >>];\n" | |
19 | "50: pi\u0119\u0107dziesi\u0105t[ >>];\n" | |
20 | "60: sze\u015B\u0107dziesi\u0105t[ >>];\n" | |
21 | "70: siedemdziesi\u0105t[ >>];\n" | |
22 | "80: osiemdziesi\u0105t[ >>];\n" | |
23 | "90: dziewi\u0119\u0107dziesi\u0105t[ >>];\n" | |
24 | "100: sto[ >>];\n" | |
25 | "200: dwie\u015Bcie[ >>];\n" | |
26 | "300: trzysta[ >>];\n" | |
27 | "400: czterysta[ >>];\n" | |
28 | "500: pi\u0119\u0107set[ >>];\n" | |
29 | "600: sze\u015B\u0107set[ >>];\n" | |
30 | "700: siedemset[ >>];\n" | |
31 | "800: osiemset[ >>];\n" | |
32 | "900: dziewi\u0119\u0107set[ >>];\n" | |
33 | "1000: tysi\u0105c[ >>];\n" | |
34 | "2000: << tysi\u0105cy[ >>];\n" | |
35 | "1,000,000: milion[ >>];\n" | |
36 | "2,000,000: << miliony[ >>];\n" | |
37 | "1,000,000,000: bilion[ >>];\n" | |
38 | "2,000,000,000: << biliony[ >>];\n" | |
39 | "1,000,000,000,000: trylion[ >>];\n" | |
40 | "2,000,000,000,000: << tryliony[ >>];\n" | |
41 | "1,000,000,000,000,000: =#,##0=;" | |
42 | } | |
43 | ||
44 | } |