Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/mt.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/mt.xml |
michael@0 | 11 | */ |
michael@0 | 12 | mt{ |
michael@0 | 13 | AuxExemplarCharacters{"[c y]"} |
michael@0 | 14 | ExemplarCharacters{"[a à b ċ d e è f ġ g {għ} h ħ i ì j k l m n o ò p q r s t u ù v w x ż z]"} |
michael@0 | 15 | ExemplarCharactersIndex{"[A B Ċ C D E F Ġ G {GĦ} H Ħ I {IE} J K L M N O P Q R S T U V W X Y Ż Z]"} |
michael@0 | 16 | ExemplarCharactersPunctuation{"[\\- , ; \\: ! ? . ' ‘ ’ \u0022 “ ” ( ) \\[ \\] \\{ \\}]"} |
michael@0 | 17 | LocaleScript{ |
michael@0 | 18 | "Latn", |
michael@0 | 19 | } |
michael@0 | 20 | NumberElements{ |
michael@0 | 21 | latn{ |
michael@0 | 22 | patterns{ |
michael@0 | 23 | currencyFormat{"¤#,##0.00"} |
michael@0 | 24 | } |
michael@0 | 25 | symbols{ |
michael@0 | 26 | decimal{"."} |
michael@0 | 27 | group{","} |
michael@0 | 28 | } |
michael@0 | 29 | } |
michael@0 | 30 | } |
michael@0 | 31 | Version{"2.0.92.87"} |
michael@0 | 32 | calendar{ |
michael@0 | 33 | generic{ |
michael@0 | 34 | DateTimePatterns{ |
michael@0 | 35 | "HH:mm:ss zzzz", |
michael@0 | 36 | "HH:mm:ss z", |
michael@0 | 37 | "HH:mm:ss", |
michael@0 | 38 | "HH:mm", |
michael@0 | 39 | "EEEE, d 'ta'’ MMMM y G", |
michael@0 | 40 | "d 'ta'’ MMMM y G", |
michael@0 | 41 | "dd MMM y G", |
michael@0 | 42 | "dd/MM/y GGGGG", |
michael@0 | 43 | "{1} {0}", |
michael@0 | 44 | "{1} {0}", |
michael@0 | 45 | "{1} {0}", |
michael@0 | 46 | "{1} {0}", |
michael@0 | 47 | "{1} {0}", |
michael@0 | 48 | } |
michael@0 | 49 | } |
michael@0 | 50 | gregorian{ |
michael@0 | 51 | AmPmMarkers{ |
michael@0 | 52 | "QN", |
michael@0 | 53 | "WN", |
michael@0 | 54 | } |
michael@0 | 55 | DateTimePatterns{ |
michael@0 | 56 | "HH:mm:ss zzzz", |
michael@0 | 57 | "HH:mm:ss z", |
michael@0 | 58 | "HH:mm:ss", |
michael@0 | 59 | "HH:mm", |
michael@0 | 60 | "EEEE, d 'ta'’ MMMM y", |
michael@0 | 61 | "d 'ta'’ MMMM y", |
michael@0 | 62 | "dd MMM y", |
michael@0 | 63 | "dd/MM/y", |
michael@0 | 64 | "{1} {0}", |
michael@0 | 65 | "{1} {0}", |
michael@0 | 66 | "{1} {0}", |
michael@0 | 67 | "{1} {0}", |
michael@0 | 68 | "{1} {0}", |
michael@0 | 69 | } |
michael@0 | 70 | dayNames{ |
michael@0 | 71 | format{ |
michael@0 | 72 | abbreviated{ |
michael@0 | 73 | "Ħad", |
michael@0 | 74 | "Tne", |
michael@0 | 75 | "Tli", |
michael@0 | 76 | "Erb", |
michael@0 | 77 | "Ħam", |
michael@0 | 78 | "Ġim", |
michael@0 | 79 | "Sib", |
michael@0 | 80 | } |
michael@0 | 81 | narrow{ |
michael@0 | 82 | "Ħ", |
michael@0 | 83 | "T", |
michael@0 | 84 | "T", |
michael@0 | 85 | "E", |
michael@0 | 86 | "Ħ", |
michael@0 | 87 | "Ġ", |
michael@0 | 88 | "S", |
michael@0 | 89 | } |
michael@0 | 90 | wide{ |
michael@0 | 91 | "Il-Ħadd", |
michael@0 | 92 | "It-Tnejn", |
michael@0 | 93 | "It-Tlieta", |
michael@0 | 94 | "L-Erbgħa", |
michael@0 | 95 | "Il-Ħamis", |
michael@0 | 96 | "Il-Ġimgħa", |
michael@0 | 97 | "Is-Sibt", |
michael@0 | 98 | } |
michael@0 | 99 | } |
michael@0 | 100 | stand-alone{ |
michael@0 | 101 | narrow{ |
michael@0 | 102 | "Ħ", |
michael@0 | 103 | "T", |
michael@0 | 104 | "T", |
michael@0 | 105 | "E", |
michael@0 | 106 | "Ħ", |
michael@0 | 107 | "Ġ", |
michael@0 | 108 | "S", |
michael@0 | 109 | } |
michael@0 | 110 | } |
michael@0 | 111 | } |
michael@0 | 112 | eras{ |
michael@0 | 113 | abbreviated{ |
michael@0 | 114 | "QK", |
michael@0 | 115 | "WK", |
michael@0 | 116 | } |
michael@0 | 117 | wide{ |
michael@0 | 118 | "Qabel Kristu", |
michael@0 | 119 | "Wara Kristu", |
michael@0 | 120 | } |
michael@0 | 121 | } |
michael@0 | 122 | monthNames{ |
michael@0 | 123 | format{ |
michael@0 | 124 | abbreviated{ |
michael@0 | 125 | "Jan", |
michael@0 | 126 | "Fra", |
michael@0 | 127 | "Mar", |
michael@0 | 128 | "Apr", |
michael@0 | 129 | "Mej", |
michael@0 | 130 | "Ġun", |
michael@0 | 131 | "Lul", |
michael@0 | 132 | "Aww", |
michael@0 | 133 | "Set", |
michael@0 | 134 | "Ott", |
michael@0 | 135 | "Nov", |
michael@0 | 136 | "Diċ", |
michael@0 | 137 | } |
michael@0 | 138 | wide{ |
michael@0 | 139 | "Jannar", |
michael@0 | 140 | "Frar", |
michael@0 | 141 | "Marzu", |
michael@0 | 142 | "April", |
michael@0 | 143 | "Mejju", |
michael@0 | 144 | "Ġunju", |
michael@0 | 145 | "Lulju", |
michael@0 | 146 | "Awwissu", |
michael@0 | 147 | "Settembru", |
michael@0 | 148 | "Ottubru", |
michael@0 | 149 | "Novembru", |
michael@0 | 150 | "Diċembru", |
michael@0 | 151 | } |
michael@0 | 152 | } |
michael@0 | 153 | stand-alone{ |
michael@0 | 154 | narrow{ |
michael@0 | 155 | "J", |
michael@0 | 156 | "F", |
michael@0 | 157 | "M", |
michael@0 | 158 | "A", |
michael@0 | 159 | "M", |
michael@0 | 160 | "Ġ", |
michael@0 | 161 | "L", |
michael@0 | 162 | "A", |
michael@0 | 163 | "S", |
michael@0 | 164 | "O", |
michael@0 | 165 | "N", |
michael@0 | 166 | "D", |
michael@0 | 167 | } |
michael@0 | 168 | wide{ |
michael@0 | 169 | "Jannar", |
michael@0 | 170 | "Frar", |
michael@0 | 171 | "Marzu", |
michael@0 | 172 | "April", |
michael@0 | 173 | "Mejju", |
michael@0 | 174 | "Ġunju", |
michael@0 | 175 | "Lulju", |
michael@0 | 176 | "Awwissu", |
michael@0 | 177 | "Settembru", |
michael@0 | 178 | "Ottubru", |
michael@0 | 179 | "Novembru", |
michael@0 | 180 | "Diċembru", |
michael@0 | 181 | } |
michael@0 | 182 | } |
michael@0 | 183 | } |
michael@0 | 184 | quarters{ |
michael@0 | 185 | format{ |
michael@0 | 186 | abbreviated{ |
michael@0 | 187 | "K1", |
michael@0 | 188 | "K2", |
michael@0 | 189 | "K3", |
michael@0 | 190 | "K4", |
michael@0 | 191 | } |
michael@0 | 192 | narrow{ |
michael@0 | 193 | "1", |
michael@0 | 194 | "2", |
michael@0 | 195 | "3", |
michael@0 | 196 | "4", |
michael@0 | 197 | } |
michael@0 | 198 | wide{ |
michael@0 | 199 | "K1", |
michael@0 | 200 | "K2", |
michael@0 | 201 | "K3", |
michael@0 | 202 | "K4", |
michael@0 | 203 | } |
michael@0 | 204 | } |
michael@0 | 205 | stand-alone{ |
michael@0 | 206 | abbreviated{ |
michael@0 | 207 | "K1", |
michael@0 | 208 | "K2", |
michael@0 | 209 | "K3", |
michael@0 | 210 | "K4", |
michael@0 | 211 | } |
michael@0 | 212 | narrow{ |
michael@0 | 213 | "1", |
michael@0 | 214 | "2", |
michael@0 | 215 | "3", |
michael@0 | 216 | "4", |
michael@0 | 217 | } |
michael@0 | 218 | wide{ |
michael@0 | 219 | "1el kwart", |
michael@0 | 220 | "2ni kwart", |
michael@0 | 221 | "3et kwart", |
michael@0 | 222 | "4ba' kwart", |
michael@0 | 223 | } |
michael@0 | 224 | } |
michael@0 | 225 | } |
michael@0 | 226 | } |
michael@0 | 227 | } |
michael@0 | 228 | fields{ |
michael@0 | 229 | day{ |
michael@0 | 230 | dn{"Jum"} |
michael@0 | 231 | relative{ |
michael@0 | 232 | "-1"{"Ilbieraħ"} |
michael@0 | 233 | "0"{"Illum"} |
michael@0 | 234 | "1"{"Għada"} |
michael@0 | 235 | } |
michael@0 | 236 | } |
michael@0 | 237 | era{ |
michael@0 | 238 | dn{"Epoka"} |
michael@0 | 239 | } |
michael@0 | 240 | hour{ |
michael@0 | 241 | dn{"Siegħa"} |
michael@0 | 242 | } |
michael@0 | 243 | minute{ |
michael@0 | 244 | dn{"Minuta"} |
michael@0 | 245 | } |
michael@0 | 246 | mon{ |
michael@0 | 247 | relative{ |
michael@0 | 248 | "-1"{"It-Tnejn li għadda"} |
michael@0 | 249 | "1"{"It-Tnejn li ġej"} |
michael@0 | 250 | } |
michael@0 | 251 | } |
michael@0 | 252 | month{ |
michael@0 | 253 | dn{"Xahar"} |
michael@0 | 254 | relative{ |
michael@0 | 255 | "-1"{"Ix-xahar li għadda"} |
michael@0 | 256 | "0"{"Dan ix-xahar"} |
michael@0 | 257 | "1"{"Ix-xahar id-dieħel"} |
michael@0 | 258 | } |
michael@0 | 259 | } |
michael@0 | 260 | second{ |
michael@0 | 261 | dn{"Sekonda"} |
michael@0 | 262 | } |
michael@0 | 263 | sun{ |
michael@0 | 264 | relative{ |
michael@0 | 265 | "-1"{"Il-Ħadd li għadda"} |
michael@0 | 266 | "0"{"Dan il-Ħadd"} |
michael@0 | 267 | "1"{"Il-Ħadd li ġej"} |
michael@0 | 268 | } |
michael@0 | 269 | } |
michael@0 | 270 | week{ |
michael@0 | 271 | dn{"Ġimgħa"} |
michael@0 | 272 | relative{ |
michael@0 | 273 | "-1"{"Il-ġimgħa li għaddiet"} |
michael@0 | 274 | "0"{"Din il-ġimgħa"} |
michael@0 | 275 | "1"{"Il-ġimgħa d-dieħla"} |
michael@0 | 276 | } |
michael@0 | 277 | } |
michael@0 | 278 | weekday{ |
michael@0 | 279 | dn{"Jum tal-Ġimgħa"} |
michael@0 | 280 | } |
michael@0 | 281 | year{ |
michael@0 | 282 | dn{"Sena"} |
michael@0 | 283 | relative{ |
michael@0 | 284 | "-1"{"Is-sena li għaddiet"} |
michael@0 | 285 | "1"{"Is-sena d-dieħla"} |
michael@0 | 286 | } |
michael@0 | 287 | relativeTime{ |
michael@0 | 288 | past{ |
michael@0 | 289 | few{"{0} snin ilu"} |
michael@0 | 290 | many{"{0} snin ilu"} |
michael@0 | 291 | one{"{0} sena ilu"} |
michael@0 | 292 | other{"{0} snin ilu"} |
michael@0 | 293 | } |
michael@0 | 294 | } |
michael@0 | 295 | } |
michael@0 | 296 | zone{ |
michael@0 | 297 | dn{"Żona"} |
michael@0 | 298 | } |
michael@0 | 299 | } |
michael@0 | 300 | measurementSystemNames{ |
michael@0 | 301 | UK{"UK"} |
michael@0 | 302 | US{"US"} |
michael@0 | 303 | metric{"Metriku"} |
michael@0 | 304 | } |
michael@0 | 305 | } |