| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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 Version{"2.1.19.14"} |
| 11 latn{ | |
| 12 patternsLong{ | |
| 13 decimalFormat{ | |
| 14 1000000000{ | |
| 15 few{"0 بليون"} | |
| 16 many{"0 بليون"} | |
| 17 one{"0 بليون"} | |
| 18 other{"0 بليون"} | |
| 19 two{"0 بليون"} | |
| 20 zero{"0 بليون"} | |
| 21 } | |
| 22 10000000000{ | |
| 23 few{"00 بليون"} | |
| 24 many{"00 بليون"} | |
| 25 one{"00 بليون"} | |
| 26 other{"00 بليون"} | |
| 27 two{"00 بليون"} | |
| 28 zero{"00 بليون"} | |
| 29 } | |
| 30 100000000000{ | |
| 31 few{"000 بليون"} | |
| 32 many{"000 بليون"} | |
| 33 one{"000 بليون"} | |
| 34 other{"000 بليون"} | |
| 35 two{"000 بليون"} | |
| 36 zero{"000 بليون"} | |
| 37 } | |
| 38 } | |
| 39 } | |
| 40 } | |
| 41 } | |
| 42 Version{"2.1.8.19"} | |
| 43 calendar{ | 11 calendar{ |
| 44 gregorian{ | 12 gregorian{ |
| 45 monthNames{ | 13 monthNames{ |
| 46 format{ | 14 format{ |
| 47 abbreviated{ | 15 abbreviated{ |
| 48 "كانون الثاني", | 16 "كانون الثاني", |
| 49 "شباط", | 17 "شباط", |
| 50 "آذار", | 18 "آذار", |
| 51 "نيسان", | 19 "نيسان", |
| 52 "أيار", | 20 "أيار", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "أيلول", | 96 "أيلول", |
| 129 "تشرين الأول", | 97 "تشرين الأول", |
| 130 "تشرين الثاني", | 98 "تشرين الثاني", |
| 131 "كانون الأول", | 99 "كانون الأول", |
| 132 } | 100 } |
| 133 } | 101 } |
| 134 } | 102 } |
| 135 } | 103 } |
| 136 } | 104 } |
| 137 } | 105 } |
| OLD | NEW |