OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/ar_PS.xml | 6 // * Source File: <path>/common/main/ar_PS.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 ar_PS{ | 9 ar_PS{ |
10 NumberElements{ | 10 NumberElements{ |
11 latn{ | 11 latn{ |
12 patternsLong{ | 12 patternsLong{ |
13 decimalFormat{ | 13 decimalFormat{ |
14 1000000000{ | 14 1000000000{ |
15 few{"0 بليون"} | 15 few{"0 بليون"} |
16 many{"0 بليون"} | 16 many{"0 بليون"} |
17 one{"0 بليون"} | 17 one{"0 بليون"} |
18 other{"0 بليون"} | 18 other{"0 بليون"} |
19 two{"0 بليون"} | 19 two{"0 بليون"} |
20 zero{"0 بليون"} | 20 zero{"0 بليون"} |
21 } | 21 } |
22 } | 22 10000000000{ |
23 } | 23 few{"00 بليون"} |
24 patternsShort{ | 24 many{"00 بليون"} |
25 decimalFormat{ | 25 one{"00 بليون"} |
26 1000000000{ | 26 other{"00 بليون"} |
27 few{"0 بليون"} | 27 two{"00 بليون"} |
28 many{"0 بليون"} | 28 zero{"00 بليون"} |
29 one{"0 بليون"} | 29 } |
30 other{"0 بليون"} | 30 100000000000{ |
31 two{"0 بليون"} | 31 few{"000 بليون"} |
32 zero{"0 بليون"} | 32 many{"000 بليون"} |
| 33 one{"000 بليون"} |
| 34 other{"000 بليون"} |
| 35 two{"000 بليون"} |
| 36 zero{"000 بليون"} |
33 } | 37 } |
34 } | 38 } |
35 } | 39 } |
36 } | 40 } |
37 } | 41 } |
38 Version{"2.0.90.61"} | 42 Version{"2.1.8.19"} |
39 calendar{ | 43 calendar{ |
40 gregorian{ | 44 gregorian{ |
41 monthNames{ | 45 monthNames{ |
42 format{ | 46 format{ |
43 abbreviated{ | 47 abbreviated{ |
44 "كانون الثاني", | 48 "كانون الثاني", |
45 "شباط", | 49 "شباط", |
46 "آذار", | 50 "آذار", |
47 "نيسان", | 51 "نيسان", |
48 "أيار", | 52 "أيار", |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 "أيلول", | 128 "أيلول", |
125 "تشرين الأول", | 129 "تشرين الأول", |
126 "تشرين الثاني", | 130 "تشرين الثاني", |
127 "كانون الأول", | 131 "كانون الأول", |
128 } | 132 } |
129 } | 133 } |
130 } | 134 } |
131 } | 135 } |
132 } | 136 } |
133 } | 137 } |
OLD | NEW |