OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/main/mt.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/common/main/mt.xml |
| 11 */ |
| 12 mt{ |
| 13 Version{"2.1.8.22"} |
| 14 units{ |
| 15 angle{ |
| 16 arc-minute{ |
| 17 few{"{0}′"} |
| 18 many{"{0}′"} |
| 19 one{"{0}′"} |
| 20 other{"{0}′"} |
| 21 } |
| 22 } |
| 23 consumption{ |
| 24 liter-per-kilometer{ |
| 25 dnam{"L/km"} |
| 26 few{"{0} litri kull kilometru"} |
| 27 many{"{0} litri kull kilometru"} |
| 28 one{"{0} litru kull kilometru"} |
| 29 other{"{0} litri kull kilometru"} |
| 30 } |
| 31 } |
| 32 digital{ |
| 33 megabyte{ |
| 34 dnam{"megabytes"} |
| 35 few{"{0} megabytes"} |
| 36 many{"{0} megabytes"} |
| 37 one{"{0} megabyte"} |
| 38 other{"{0} megabytes"} |
| 39 } |
| 40 terabit{ |
| 41 dnam{"terabits"} |
| 42 few{"{0} terabits"} |
| 43 many{"{0} terabits"} |
| 44 one{"{0} terabit"} |
| 45 other{"{0} terabits"} |
| 46 } |
| 47 terabyte{ |
| 48 dnam{"terabytes"} |
| 49 few{"{0} terabytes"} |
| 50 many{"{0} terabytes"} |
| 51 one{"{0} terabyte"} |
| 52 other{"{0} terabytes"} |
| 53 } |
| 54 } |
| 55 duration{ |
| 56 millisecond{ |
| 57 dnam{"millisekondi"} |
| 58 few{"{0} millisekondi"} |
| 59 many{"{0} millisekondi"} |
| 60 one{"{0} millisekonda"} |
| 61 other{"{0} millisekondi"} |
| 62 } |
| 63 } |
| 64 light{ |
| 65 lux{ |
| 66 dnam{"lx"} |
| 67 few{"{0} lx"} |
| 68 many{"{0} lx"} |
| 69 one{"{0} lx"} |
| 70 other{"{0} lx"} |
| 71 } |
| 72 } |
| 73 proportion{ |
| 74 karat{ |
| 75 dnam{"karati"} |
| 76 few{"{0} kt"} |
| 77 many{"{0} kt"} |
| 78 one{"{0} kt"} |
| 79 other{"{0} kt"} |
| 80 } |
| 81 } |
| 82 } |
| 83 unitsNarrow{ |
| 84 duration{ |
| 85 millisecond{ |
| 86 dnam{"millisek"} |
| 87 few{"{0}ms"} |
| 88 many{"{0}ms"} |
| 89 one{"{0}ms"} |
| 90 other{"{0}ms"} |
| 91 } |
| 92 } |
| 93 } |
| 94 unitsShort{ |
| 95 consumption{ |
| 96 liter-per-kilometer{ |
| 97 dnam{"L/km"} |
| 98 few{"{0} L/km"} |
| 99 many{"{0} L/km"} |
| 100 one{"{0} L/km"} |
| 101 other{"{0} L/km"} |
| 102 } |
| 103 } |
| 104 digital{ |
| 105 megabit{ |
| 106 few{"{0} Mb"} |
| 107 many{"{0} Mb"} |
| 108 one{"{0} Mb"} |
| 109 other{"{0} Mb"} |
| 110 } |
| 111 megabyte{ |
| 112 dnam{"MB"} |
| 113 few{"{0} MB"} |
| 114 many{"{0} MB"} |
| 115 one{"{0} MB"} |
| 116 other{"{0} MB"} |
| 117 } |
| 118 terabit{ |
| 119 dnam{"Tb"} |
| 120 few{"{0} Tb"} |
| 121 many{"{0} Tb"} |
| 122 one{"{0} Tb"} |
| 123 other{"{0} Tb"} |
| 124 } |
| 125 terabyte{ |
| 126 dnam{"TB"} |
| 127 few{"{0} TB"} |
| 128 many{"{0} TB"} |
| 129 one{"{0} TB"} |
| 130 other{"{0} TB"} |
| 131 } |
| 132 } |
| 133 duration{ |
| 134 millisecond{ |
| 135 dnam{"millisek"} |
| 136 few{"{0} ms"} |
| 137 many{"{0} ms"} |
| 138 one{"{0} ms"} |
| 139 other{"{0} ms"} |
| 140 } |
| 141 } |
| 142 light{ |
| 143 lux{ |
| 144 dnam{"lx"} |
| 145 few{"{0} lx"} |
| 146 many{"{0} lx"} |
| 147 one{"{0} lx"} |
| 148 other{"{0} lx"} |
| 149 } |
| 150 } |
| 151 proportion{ |
| 152 karat{ |
| 153 dnam{"kt"} |
| 154 few{"{0} kt"} |
| 155 many{"{0} kt"} |
| 156 one{"{0} kt"} |
| 157 other{"{0} kt"} |
| 158 } |
| 159 } |
| 160 } |
| 161 } |
OLD | NEW |