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/ne.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/ne.xml |
michael@0 | 11 | */ |
michael@0 | 12 | ne{ |
michael@0 | 13 | AuxExemplarCharacters{"[\u200C\u200D]"} |
michael@0 | 14 | Ellipsis{ |
michael@0 | 15 | final{"{0}…"} |
michael@0 | 16 | initial{"…{0}"} |
michael@0 | 17 | word-final{"{0} …"} |
michael@0 | 18 | word-initial{"… {0}"} |
michael@0 | 19 | word-medial{"{0} … {1}"} |
michael@0 | 20 | } |
michael@0 | 21 | ExemplarCharacters{ |
michael@0 | 22 | "[\u093C \u0901 \u0902 ः ॐ अ आ इ ई उ ऊ ऋ ऌ ऍ ए ऐ ऑ ओ औ क ख ग घ ङ च छ ज झ ञ ट " |
michael@0 | 23 | "ठ ड ढ ण त थ द ध न प फ ब भ म य र ल ळ व श ष स ह ऽ ा ि ी \u0941 \u0942 \u0943 " |
michael@0 | 24 | "\u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]" |
michael@0 | 25 | } |
michael@0 | 26 | LocaleScript{ |
michael@0 | 27 | "Deva", |
michael@0 | 28 | } |
michael@0 | 29 | MoreInformation{"?"} |
michael@0 | 30 | NumberElements{ |
michael@0 | 31 | default{"deva"} |
michael@0 | 32 | deva{ |
michael@0 | 33 | patterns{ |
michael@0 | 34 | currencyFormat{"¤#,##0.00"} |
michael@0 | 35 | decimalFormat{"#,##0.###"} |
michael@0 | 36 | percentFormat{"#,##0%"} |
michael@0 | 37 | scientificFormat{"#E0"} |
michael@0 | 38 | } |
michael@0 | 39 | symbols{ |
michael@0 | 40 | decimal{"."} |
michael@0 | 41 | exponential{"E"} |
michael@0 | 42 | group{","} |
michael@0 | 43 | infinity{"∞"} |
michael@0 | 44 | minusSign{"-"} |
michael@0 | 45 | nan{"NaN"} |
michael@0 | 46 | perMille{"‰"} |
michael@0 | 47 | percentSign{"%"} |
michael@0 | 48 | plusSign{"+"} |
michael@0 | 49 | superscriptingExponent{"×"} |
michael@0 | 50 | } |
michael@0 | 51 | } |
michael@0 | 52 | latn{ |
michael@0 | 53 | miscPatterns{ |
michael@0 | 54 | atLeast{"{0}+"} |
michael@0 | 55 | range{"{0}–{1}"} |
michael@0 | 56 | } |
michael@0 | 57 | patterns{ |
michael@0 | 58 | accountingFormat{"¤ #,##0.00"} |
michael@0 | 59 | currencyFormat{"¤ #,##0.00"} |
michael@0 | 60 | decimalFormat{"#,##0.###"} |
michael@0 | 61 | percentFormat{"#,##0%"} |
michael@0 | 62 | scientificFormat{"#E0"} |
michael@0 | 63 | } |
michael@0 | 64 | patternsLong{ |
michael@0 | 65 | decimalFormat{ |
michael@0 | 66 | 1000{ |
michael@0 | 67 | one{"0 हजार"} |
michael@0 | 68 | other{"0 हजार"} |
michael@0 | 69 | } |
michael@0 | 70 | 10000{ |
michael@0 | 71 | one{"00 हजार"} |
michael@0 | 72 | other{"00 हजार"} |
michael@0 | 73 | } |
michael@0 | 74 | 100000{ |
michael@0 | 75 | one{"0 लाख"} |
michael@0 | 76 | other{"0 लाख"} |
michael@0 | 77 | } |
michael@0 | 78 | 1000000{ |
michael@0 | 79 | one{"0 करोड"} |
michael@0 | 80 | other{"0 करोड"} |
michael@0 | 81 | } |
michael@0 | 82 | 10000000{ |
michael@0 | 83 | one{"00 करोड"} |
michael@0 | 84 | other{"00 करोड"} |
michael@0 | 85 | } |
michael@0 | 86 | 100000000{ |
michael@0 | 87 | one{"000 करोड"} |
michael@0 | 88 | other{"000 करोड"} |
michael@0 | 89 | } |
michael@0 | 90 | 1000000000{ |
michael@0 | 91 | one{"0 अर्ब"} |
michael@0 | 92 | other{"0 अर्ब"} |
michael@0 | 93 | } |
michael@0 | 94 | 10000000000{ |
michael@0 | 95 | one{"00 अर्ब"} |
michael@0 | 96 | other{"00 अर्ब"} |
michael@0 | 97 | } |
michael@0 | 98 | 100000000000{ |
michael@0 | 99 | one{"0 खरब"} |
michael@0 | 100 | other{"0 खरब"} |
michael@0 | 101 | } |
michael@0 | 102 | 1000000000000{ |
michael@0 | 103 | one{"0T"} |
michael@0 | 104 | other{"0T"} |
michael@0 | 105 | } |
michael@0 | 106 | 10000000000000{ |
michael@0 | 107 | one{"0 शंख"} |
michael@0 | 108 | other{"0 शंख"} |
michael@0 | 109 | } |
michael@0 | 110 | 100000000000000{ |
michael@0 | 111 | one{"00 शंख"} |
michael@0 | 112 | other{"00 शंख"} |
michael@0 | 113 | } |
michael@0 | 114 | } |
michael@0 | 115 | } |
michael@0 | 116 | patternsShort{ |
michael@0 | 117 | decimalFormat{ |
michael@0 | 118 | 1000{ |
michael@0 | 119 | one{"0 हजार"} |
michael@0 | 120 | other{"0 हजार"} |
michael@0 | 121 | } |
michael@0 | 122 | 10000{ |
michael@0 | 123 | one{"00 हजार"} |
michael@0 | 124 | other{"00 हजार"} |
michael@0 | 125 | } |
michael@0 | 126 | 100000{ |
michael@0 | 127 | one{"0 लाख"} |
michael@0 | 128 | other{"0 लाख"} |
michael@0 | 129 | } |
michael@0 | 130 | 1000000{ |
michael@0 | 131 | one{"00 लाख"} |
michael@0 | 132 | other{"00 लाख"} |
michael@0 | 133 | } |
michael@0 | 134 | 10000000{ |
michael@0 | 135 | one{"0 करोड"} |
michael@0 | 136 | other{"0 करोड"} |
michael@0 | 137 | } |
michael@0 | 138 | 100000000{ |
michael@0 | 139 | one{"00 करोड"} |
michael@0 | 140 | other{"00 करोड"} |
michael@0 | 141 | } |
michael@0 | 142 | 1000000000{ |
michael@0 | 143 | one{"0 अरब"} |
michael@0 | 144 | other{"0 अरब"} |
michael@0 | 145 | } |
michael@0 | 146 | 10000000000{ |
michael@0 | 147 | one{"00 अरब"} |
michael@0 | 148 | other{"00 अरब"} |
michael@0 | 149 | } |
michael@0 | 150 | 100000000000{ |
michael@0 | 151 | one{"0 खरब"} |
michael@0 | 152 | other{"0 खरब"} |
michael@0 | 153 | } |
michael@0 | 154 | 1000000000000{ |
michael@0 | 155 | one{"00 खरब"} |
michael@0 | 156 | other{"00 खरब"} |
michael@0 | 157 | } |
michael@0 | 158 | 10000000000000{ |
michael@0 | 159 | one{"0 शंख"} |
michael@0 | 160 | other{"0 शंख"} |
michael@0 | 161 | } |
michael@0 | 162 | 100000000000000{ |
michael@0 | 163 | one{"00 शंख"} |
michael@0 | 164 | other{"00 शंख"} |
michael@0 | 165 | } |
michael@0 | 166 | } |
michael@0 | 167 | } |
michael@0 | 168 | symbols{ |
michael@0 | 169 | decimal{"."} |
michael@0 | 170 | exponential{"E"} |
michael@0 | 171 | group{","} |
michael@0 | 172 | infinity{"∞"} |
michael@0 | 173 | list{";"} |
michael@0 | 174 | minusSign{"-"} |
michael@0 | 175 | nan{"NaN"} |
michael@0 | 176 | perMille{"‰"} |
michael@0 | 177 | percentSign{"%"} |
michael@0 | 178 | plusSign{"+"} |
michael@0 | 179 | superscriptingExponent{"×"} |
michael@0 | 180 | } |
michael@0 | 181 | } |
michael@0 | 182 | native{"deva"} |
michael@0 | 183 | } |
michael@0 | 184 | Version{"2.0.92.87"} |
michael@0 | 185 | calendar{ |
michael@0 | 186 | generic{ |
michael@0 | 187 | DateTimePatterns{ |
michael@0 | 188 | "HH:mm:ss zzzz", |
michael@0 | 189 | "HH:mm:ss z", |
michael@0 | 190 | "HH:mm:ss", |
michael@0 | 191 | "HH:mm", |
michael@0 | 192 | "G y MMMM d, EEEE", |
michael@0 | 193 | "G y MMMM d", |
michael@0 | 194 | "G y MMM d", |
michael@0 | 195 | "GGGGG y-MM-dd", |
michael@0 | 196 | "{1} {0}", |
michael@0 | 197 | "{1} {0}", |
michael@0 | 198 | "{1} {0}", |
michael@0 | 199 | "{1} {0}", |
michael@0 | 200 | "{1} {0}", |
michael@0 | 201 | } |
michael@0 | 202 | availableFormats{ |
michael@0 | 203 | Ed{"d, E"} |
michael@0 | 204 | Gy{"G y"} |
michael@0 | 205 | GyMMM{"G y MMM"} |
michael@0 | 206 | GyMMMEd{"G y MMM d, E"} |
michael@0 | 207 | GyMMMd{"G y MMM d"} |
michael@0 | 208 | M{"L"} |
michael@0 | 209 | MEd{"MM/dd, E"} |
michael@0 | 210 | MMM{"LLL"} |
michael@0 | 211 | MMMEd{"MMM d, E"} |
michael@0 | 212 | MMMd{"MMM d"} |
michael@0 | 213 | Md{"MM-dd"} |
michael@0 | 214 | d{"d"} |
michael@0 | 215 | y{"G y"} |
michael@0 | 216 | yyyy{"G y"} |
michael@0 | 217 | yyyyM{"GGGGG y-MM"} |
michael@0 | 218 | yyyyMEd{"GGGGG y-MM-dd, E"} |
michael@0 | 219 | yyyyMMM{"G y MMM"} |
michael@0 | 220 | yyyyMMMEd{"G y MMM d, E"} |
michael@0 | 221 | yyyyMMMd{"G y MMM d"} |
michael@0 | 222 | yyyyMd{"GGGGG y-MM-dd"} |
michael@0 | 223 | yyyyQQQ{"G y QQQ"} |
michael@0 | 224 | yyyyQQQQ{"G y QQQQ"} |
michael@0 | 225 | } |
michael@0 | 226 | intervalFormats{ |
michael@0 | 227 | M{ |
michael@0 | 228 | M{"MM–MM"} |
michael@0 | 229 | } |
michael@0 | 230 | MEd{ |
michael@0 | 231 | M{"MM/dd, E – MM/dd, E"} |
michael@0 | 232 | d{"MM/dd, E – MM/dd, E"} |
michael@0 | 233 | } |
michael@0 | 234 | MMM{ |
michael@0 | 235 | M{"LLL–LLL"} |
michael@0 | 236 | } |
michael@0 | 237 | MMMEd{ |
michael@0 | 238 | M{"MMM d, E – MMM d, E"} |
michael@0 | 239 | d{"MMM d, E – MMM d, E"} |
michael@0 | 240 | } |
michael@0 | 241 | MMMd{ |
michael@0 | 242 | M{"MMM d – MMM d"} |
michael@0 | 243 | d{"MMM d–d"} |
michael@0 | 244 | } |
michael@0 | 245 | Md{ |
michael@0 | 246 | M{"MM-dd – MM-dd"} |
michael@0 | 247 | d{"MM-dd – MM-dd"} |
michael@0 | 248 | } |
michael@0 | 249 | d{ |
michael@0 | 250 | d{"d–d"} |
michael@0 | 251 | } |
michael@0 | 252 | fallback{"{0} – {1}"} |
michael@0 | 253 | y{ |
michael@0 | 254 | y{"G y–y"} |
michael@0 | 255 | } |
michael@0 | 256 | yM{ |
michael@0 | 257 | M{"GGGGG y-MM – y-MM"} |
michael@0 | 258 | y{"GGGGG y-MM – y-MM"} |
michael@0 | 259 | } |
michael@0 | 260 | yMEd{ |
michael@0 | 261 | M{"GGGGG y-MM-dd, E – y-MM-dd, E"} |
michael@0 | 262 | d{"GGGGG y-MM-dd, E – y-MM-dd, E"} |
michael@0 | 263 | y{"GGGGG y-MM-dd, E – y-MM-dd, E"} |
michael@0 | 264 | } |
michael@0 | 265 | yMMM{ |
michael@0 | 266 | M{"G y MMM–MMM"} |
michael@0 | 267 | y{"G y MMM – y MMM"} |
michael@0 | 268 | } |
michael@0 | 269 | yMMMEd{ |
michael@0 | 270 | M{"G y MMM d, E – MMM d, E"} |
michael@0 | 271 | d{"G y MMM d, E – MMM d, E"} |
michael@0 | 272 | y{"G y MMM d, E – y MMM d, E"} |
michael@0 | 273 | } |
michael@0 | 274 | yMMMM{ |
michael@0 | 275 | M{"G y MMMM–MMMM"} |
michael@0 | 276 | y{"G y MMMM – y MMMM"} |
michael@0 | 277 | } |
michael@0 | 278 | yMMMd{ |
michael@0 | 279 | M{"G y MMM d – MMM d"} |
michael@0 | 280 | d{"G y MMM d–d"} |
michael@0 | 281 | y{"G y MMM d – y MMM d"} |
michael@0 | 282 | } |
michael@0 | 283 | yMd{ |
michael@0 | 284 | M{"GGGGG y-MM-dd – y-MM-dd"} |
michael@0 | 285 | d{"GGGGG y-MM-dd – y-MM-dd"} |
michael@0 | 286 | y{"GGGGG y-MM-dd – y-MM-dd"} |
michael@0 | 287 | } |
michael@0 | 288 | } |
michael@0 | 289 | } |
michael@0 | 290 | gregorian{ |
michael@0 | 291 | AmPmMarkers{ |
michael@0 | 292 | "पूर्व मध्यान्ह", |
michael@0 | 293 | "उत्तर मध्यान्ह", |
michael@0 | 294 | } |
michael@0 | 295 | DateTimePatterns{ |
michael@0 | 296 | "HH:mm:ss zzzz", |
michael@0 | 297 | "HH:mm:ss z", |
michael@0 | 298 | "HH:mm:ss", |
michael@0 | 299 | "HH:mm", |
michael@0 | 300 | "y MMMM d, EEEE", |
michael@0 | 301 | "y MMMM d", |
michael@0 | 302 | "y MMM d", |
michael@0 | 303 | "y-MM-dd", |
michael@0 | 304 | "{1}, {0}", |
michael@0 | 305 | "{1} {0}", |
michael@0 | 306 | "{1} {0}", |
michael@0 | 307 | "{1}, {0}", |
michael@0 | 308 | "{1}, {0}", |
michael@0 | 309 | } |
michael@0 | 310 | appendItems{ |
michael@0 | 311 | Timezone{"{0} {1}"} |
michael@0 | 312 | } |
michael@0 | 313 | availableFormats{ |
michael@0 | 314 | EHm{"E HH:mm"} |
michael@0 | 315 | EHms{"E HH:mm:ss"} |
michael@0 | 316 | Ed{"d E"} |
michael@0 | 317 | Ehm{"E h:mm a"} |
michael@0 | 318 | Ehms{"E h:mm:ss a"} |
michael@0 | 319 | Gy{"G y"} |
michael@0 | 320 | GyMMM{"G y MMM"} |
michael@0 | 321 | GyMMMEd{"G y MMM d, E"} |
michael@0 | 322 | GyMMMd{"G y MMM d"} |
michael@0 | 323 | H{"HH"} |
michael@0 | 324 | Hm{"HH:mm"} |
michael@0 | 325 | Hms{"HH:mm:ss"} |
michael@0 | 326 | M{"L"} |
michael@0 | 327 | MEd{"MM-dd, E"} |
michael@0 | 328 | MMM{"LLL"} |
michael@0 | 329 | MMMEd{"MMM d, E"} |
michael@0 | 330 | MMMd{"MMM d"} |
michael@0 | 331 | Md{"MM-dd"} |
michael@0 | 332 | d{"d"} |
michael@0 | 333 | h{"h a"} |
michael@0 | 334 | hm{"h:mm a"} |
michael@0 | 335 | hms{"h:mm:ss a"} |
michael@0 | 336 | ms{"mm:ss"} |
michael@0 | 337 | y{"y"} |
michael@0 | 338 | yM{"y-MM"} |
michael@0 | 339 | yMEd{"y-MM-dd, E"} |
michael@0 | 340 | yMMM{"y MMM"} |
michael@0 | 341 | yMMMEd{"y MMM d, E"} |
michael@0 | 342 | yMMMd{"y MMM d"} |
michael@0 | 343 | yMd{"y-MM-dd"} |
michael@0 | 344 | yQQQ{"y QQQ"} |
michael@0 | 345 | yQQQQ{"y QQQQ"} |
michael@0 | 346 | } |
michael@0 | 347 | dayNames{ |
michael@0 | 348 | format{ |
michael@0 | 349 | abbreviated{ |
michael@0 | 350 | "आइत", |
michael@0 | 351 | "सोम", |
michael@0 | 352 | "मङ्गल", |
michael@0 | 353 | "बुध", |
michael@0 | 354 | "बिही", |
michael@0 | 355 | "शुक्र", |
michael@0 | 356 | "शनि", |
michael@0 | 357 | } |
michael@0 | 358 | narrow{ |
michael@0 | 359 | "आ", |
michael@0 | 360 | "सो", |
michael@0 | 361 | "म", |
michael@0 | 362 | "बु", |
michael@0 | 363 | "बि", |
michael@0 | 364 | "शु", |
michael@0 | 365 | "श", |
michael@0 | 366 | } |
michael@0 | 367 | short{ |
michael@0 | 368 | "आइत", |
michael@0 | 369 | "सोम", |
michael@0 | 370 | "मङ्गल", |
michael@0 | 371 | "बुध", |
michael@0 | 372 | "बिही", |
michael@0 | 373 | "शुक्र", |
michael@0 | 374 | "शनि", |
michael@0 | 375 | } |
michael@0 | 376 | wide{ |
michael@0 | 377 | "आइतबार", |
michael@0 | 378 | "सोमबार", |
michael@0 | 379 | "मङ्गलबार", |
michael@0 | 380 | "बुधबार", |
michael@0 | 381 | "बिहीबार", |
michael@0 | 382 | "शुक्रबार", |
michael@0 | 383 | "शनिबार", |
michael@0 | 384 | } |
michael@0 | 385 | } |
michael@0 | 386 | stand-alone{ |
michael@0 | 387 | abbreviated{ |
michael@0 | 388 | "आइत", |
michael@0 | 389 | "सोम", |
michael@0 | 390 | "मङ्गल", |
michael@0 | 391 | "बुध", |
michael@0 | 392 | "बिही", |
michael@0 | 393 | "शुक्र", |
michael@0 | 394 | "शनि", |
michael@0 | 395 | } |
michael@0 | 396 | narrow{ |
michael@0 | 397 | "आ", |
michael@0 | 398 | "सो", |
michael@0 | 399 | "म", |
michael@0 | 400 | "बु", |
michael@0 | 401 | "बि", |
michael@0 | 402 | "शु", |
michael@0 | 403 | "श", |
michael@0 | 404 | } |
michael@0 | 405 | short{ |
michael@0 | 406 | "आइत", |
michael@0 | 407 | "सोम", |
michael@0 | 408 | "मङ्गल", |
michael@0 | 409 | "बुध", |
michael@0 | 410 | "बिही", |
michael@0 | 411 | "शुक्र", |
michael@0 | 412 | "शनि", |
michael@0 | 413 | } |
michael@0 | 414 | wide{ |
michael@0 | 415 | "आइतबार", |
michael@0 | 416 | "सोमबार", |
michael@0 | 417 | "मङ्गलबार", |
michael@0 | 418 | "बुधबार", |
michael@0 | 419 | "बिहीबार", |
michael@0 | 420 | "शुक्रबार", |
michael@0 | 421 | "शनिबार", |
michael@0 | 422 | } |
michael@0 | 423 | } |
michael@0 | 424 | } |
michael@0 | 425 | eras{ |
michael@0 | 426 | abbreviated{ |
michael@0 | 427 | "ईसा पूर्व", |
michael@0 | 428 | "सन्", |
michael@0 | 429 | } |
michael@0 | 430 | } |
michael@0 | 431 | intervalFormats{ |
michael@0 | 432 | H{ |
michael@0 | 433 | H{"HH–HH"} |
michael@0 | 434 | } |
michael@0 | 435 | Hm{ |
michael@0 | 436 | H{"HH:mm–HH:mm"} |
michael@0 | 437 | m{"HH:mm–HH:mm"} |
michael@0 | 438 | } |
michael@0 | 439 | Hmv{ |
michael@0 | 440 | H{"HH:mm–HH:mm v"} |
michael@0 | 441 | m{"HH:mm–HH:mm v"} |
michael@0 | 442 | } |
michael@0 | 443 | Hv{ |
michael@0 | 444 | H{"HH–HH v"} |
michael@0 | 445 | } |
michael@0 | 446 | M{ |
michael@0 | 447 | M{"MM–MM"} |
michael@0 | 448 | } |
michael@0 | 449 | MEd{ |
michael@0 | 450 | M{"MM-dd, E – MM-dd, E"} |
michael@0 | 451 | d{"MM-dd, E – MM-dd, E"} |
michael@0 | 452 | } |
michael@0 | 453 | MMM{ |
michael@0 | 454 | M{"LLL–LLL"} |
michael@0 | 455 | } |
michael@0 | 456 | MMMEd{ |
michael@0 | 457 | M{"MMM d, E – MMM d, E"} |
michael@0 | 458 | d{"MMM d, E – MMM d, E"} |
michael@0 | 459 | } |
michael@0 | 460 | MMMd{ |
michael@0 | 461 | M{"MMM d – MMM d"} |
michael@0 | 462 | d{"MMM d–d"} |
michael@0 | 463 | } |
michael@0 | 464 | Md{ |
michael@0 | 465 | M{"MM-dd – MM-dd"} |
michael@0 | 466 | d{"MM-dd – MM-dd"} |
michael@0 | 467 | } |
michael@0 | 468 | d{ |
michael@0 | 469 | d{"d–d"} |
michael@0 | 470 | } |
michael@0 | 471 | fallback{"{0} – {1}"} |
michael@0 | 472 | h{ |
michael@0 | 473 | a{"h a – h a"} |
michael@0 | 474 | h{"h–h a"} |
michael@0 | 475 | } |
michael@0 | 476 | hm{ |
michael@0 | 477 | a{"h:mm a – h:mm a"} |
michael@0 | 478 | h{"h:mm–h:mm a"} |
michael@0 | 479 | m{"h:mm–h:mm a"} |
michael@0 | 480 | } |
michael@0 | 481 | hmv{ |
michael@0 | 482 | a{"h:mm a – h:mm a v"} |
michael@0 | 483 | h{"h:mm–h:mm a v"} |
michael@0 | 484 | m{"h:mm–h:mm a v"} |
michael@0 | 485 | } |
michael@0 | 486 | hv{ |
michael@0 | 487 | a{"h a – h a v"} |
michael@0 | 488 | h{"h–h a v"} |
michael@0 | 489 | } |
michael@0 | 490 | y{ |
michael@0 | 491 | y{"y–y"} |
michael@0 | 492 | } |
michael@0 | 493 | yM{ |
michael@0 | 494 | M{"y-MM – y-MM"} |
michael@0 | 495 | y{"y-MM – y-MM"} |
michael@0 | 496 | } |
michael@0 | 497 | yMEd{ |
michael@0 | 498 | M{"y-MM-dd, E – y-MM-dd, E"} |
michael@0 | 499 | d{"y-MM-dd, E – y-MM-dd, E"} |
michael@0 | 500 | y{"y-MM-dd, E – y-MM-dd, E"} |
michael@0 | 501 | } |
michael@0 | 502 | yMMM{ |
michael@0 | 503 | M{"y MMM–MMM"} |
michael@0 | 504 | y{"y MMM – y MMM"} |
michael@0 | 505 | } |
michael@0 | 506 | yMMMEd{ |
michael@0 | 507 | M{"y MMM d, E – MMM d, E"} |
michael@0 | 508 | d{"y MMM d, E – MMM d, E"} |
michael@0 | 509 | y{"y MMM d, E – y MMM d, E"} |
michael@0 | 510 | } |
michael@0 | 511 | yMMMM{ |
michael@0 | 512 | M{"y MMMM–MMMM"} |
michael@0 | 513 | y{"y MMMM – y MMMM"} |
michael@0 | 514 | } |
michael@0 | 515 | yMMMd{ |
michael@0 | 516 | M{"y MMM d – MMM d"} |
michael@0 | 517 | d{"y MMM d–d"} |
michael@0 | 518 | y{"y MMM d – y MMM d"} |
michael@0 | 519 | } |
michael@0 | 520 | yMd{ |
michael@0 | 521 | M{"y-MM-dd – y-MM-dd"} |
michael@0 | 522 | d{"y-MM-dd – y-MM-dd"} |
michael@0 | 523 | y{"y-MM-dd – y-MM-dd"} |
michael@0 | 524 | } |
michael@0 | 525 | } |
michael@0 | 526 | monthNames{ |
michael@0 | 527 | format{ |
michael@0 | 528 | abbreviated{ |
michael@0 | 529 | "जनवरी", |
michael@0 | 530 | "फेब्रुअरी", |
michael@0 | 531 | "मार्च", |
michael@0 | 532 | "अप्रिल", |
michael@0 | 533 | "मे", |
michael@0 | 534 | "जुन", |
michael@0 | 535 | "जुलाई", |
michael@0 | 536 | "अगस्ट", |
michael@0 | 537 | "सेप्टेम्बर", |
michael@0 | 538 | "अक्टोबर", |
michael@0 | 539 | "नोभेम्बर", |
michael@0 | 540 | "डिसेम्बर", |
michael@0 | 541 | } |
michael@0 | 542 | narrow{ |
michael@0 | 543 | "१", |
michael@0 | 544 | "२", |
michael@0 | 545 | "३", |
michael@0 | 546 | "४", |
michael@0 | 547 | "५", |
michael@0 | 548 | "६", |
michael@0 | 549 | "७", |
michael@0 | 550 | "८", |
michael@0 | 551 | "९", |
michael@0 | 552 | "१०", |
michael@0 | 553 | "११", |
michael@0 | 554 | "१२", |
michael@0 | 555 | } |
michael@0 | 556 | wide{ |
michael@0 | 557 | "जनवरी", |
michael@0 | 558 | "फेब्रुअरी", |
michael@0 | 559 | "मार्च", |
michael@0 | 560 | "अप्रिल", |
michael@0 | 561 | "मे", |
michael@0 | 562 | "जुन", |
michael@0 | 563 | "जुलाई", |
michael@0 | 564 | "अगस्ट", |
michael@0 | 565 | "सेप्टेम्बर", |
michael@0 | 566 | "अक्टोबर", |
michael@0 | 567 | "नोभेम्बर", |
michael@0 | 568 | "डिसेम्बर", |
michael@0 | 569 | } |
michael@0 | 570 | } |
michael@0 | 571 | stand-alone{ |
michael@0 | 572 | abbreviated{ |
michael@0 | 573 | "जनवरी", |
michael@0 | 574 | "फेब्रुअरी", |
michael@0 | 575 | "मार्च", |
michael@0 | 576 | "अप्रिल", |
michael@0 | 577 | "मे", |
michael@0 | 578 | "जुन", |
michael@0 | 579 | "जुलाई", |
michael@0 | 580 | "अगस्ट", |
michael@0 | 581 | "सेप्टेम्बर", |
michael@0 | 582 | "अक्टोबर", |
michael@0 | 583 | "नोभेम्बर", |
michael@0 | 584 | "डिसेम्बर", |
michael@0 | 585 | } |
michael@0 | 586 | narrow{ |
michael@0 | 587 | "१", |
michael@0 | 588 | "२", |
michael@0 | 589 | "३", |
michael@0 | 590 | "४", |
michael@0 | 591 | "५", |
michael@0 | 592 | "६", |
michael@0 | 593 | "७", |
michael@0 | 594 | "८", |
michael@0 | 595 | "९", |
michael@0 | 596 | "१०", |
michael@0 | 597 | "११", |
michael@0 | 598 | "१२", |
michael@0 | 599 | } |
michael@0 | 600 | wide{ |
michael@0 | 601 | "जनवरी", |
michael@0 | 602 | "फेब्रुअरी", |
michael@0 | 603 | "मार्च", |
michael@0 | 604 | "अप्रिल", |
michael@0 | 605 | "मे", |
michael@0 | 606 | "जुन", |
michael@0 | 607 | "जुलाई", |
michael@0 | 608 | "अगस्ट", |
michael@0 | 609 | "सेप्टेम्बर", |
michael@0 | 610 | "अक्टोबर", |
michael@0 | 611 | "नोभेम्बर", |
michael@0 | 612 | "डिसेम्बर", |
michael@0 | 613 | } |
michael@0 | 614 | } |
michael@0 | 615 | } |
michael@0 | 616 | quarters{ |
michael@0 | 617 | format{ |
michael@0 | 618 | abbreviated{ |
michael@0 | 619 | "पहिलो सत्र", |
michael@0 | 620 | "दोस्रो सत्र", |
michael@0 | 621 | "तेस्रो सत्र", |
michael@0 | 622 | "चौथो सत्र", |
michael@0 | 623 | } |
michael@0 | 624 | narrow{ |
michael@0 | 625 | "१", |
michael@0 | 626 | "२", |
michael@0 | 627 | "३", |
michael@0 | 628 | "४", |
michael@0 | 629 | } |
michael@0 | 630 | wide{ |
michael@0 | 631 | "पहिलो सत्र", |
michael@0 | 632 | "दोस्रो सत्र", |
michael@0 | 633 | "तेस्रो सत्र", |
michael@0 | 634 | "चौथो सत्र", |
michael@0 | 635 | } |
michael@0 | 636 | } |
michael@0 | 637 | stand-alone{ |
michael@0 | 638 | abbreviated{ |
michael@0 | 639 | "पहिलो सत्र", |
michael@0 | 640 | "दोस्रो सत्र", |
michael@0 | 641 | "तेस्रो सत्र", |
michael@0 | 642 | "चौथो सत्र", |
michael@0 | 643 | } |
michael@0 | 644 | narrow{ |
michael@0 | 645 | "१", |
michael@0 | 646 | "२", |
michael@0 | 647 | "३", |
michael@0 | 648 | "४", |
michael@0 | 649 | } |
michael@0 | 650 | wide{ |
michael@0 | 651 | "पहिलो सत्र", |
michael@0 | 652 | "दोस्रो सत्र", |
michael@0 | 653 | "तेस्रो सत्र", |
michael@0 | 654 | "चौथो सत्र", |
michael@0 | 655 | } |
michael@0 | 656 | } |
michael@0 | 657 | } |
michael@0 | 658 | } |
michael@0 | 659 | } |
michael@0 | 660 | delimiters{ |
michael@0 | 661 | alternateQuotationEnd{"’"} |
michael@0 | 662 | alternateQuotationStart{"‘"} |
michael@0 | 663 | quotationEnd{"”"} |
michael@0 | 664 | quotationStart{"“"} |
michael@0 | 665 | } |
michael@0 | 666 | durationUnits{ |
michael@0 | 667 | hm{"h:mm"} |
michael@0 | 668 | hms{"h:mm:ss"} |
michael@0 | 669 | ms{"m:ss"} |
michael@0 | 670 | } |
michael@0 | 671 | fields{ |
michael@0 | 672 | day{ |
michael@0 | 673 | dn{"बार"} |
michael@0 | 674 | relative{ |
michael@0 | 675 | "-1"{"हिजो"} |
michael@0 | 676 | "-2"{"अस्ति"} |
michael@0 | 677 | "0"{"आज"} |
michael@0 | 678 | "1"{"भोली"} |
michael@0 | 679 | } |
michael@0 | 680 | relativeTime{ |
michael@0 | 681 | future{ |
michael@0 | 682 | one{"{0} दिनमा"} |
michael@0 | 683 | other{"{0} दिनमा"} |
michael@0 | 684 | } |
michael@0 | 685 | past{ |
michael@0 | 686 | one{"{0} दिन पहिले"} |
michael@0 | 687 | other{"{0} दिन पहिले"} |
michael@0 | 688 | } |
michael@0 | 689 | } |
michael@0 | 690 | } |
michael@0 | 691 | dayperiod{ |
michael@0 | 692 | dn{"पूर्व मध्यान्ह/उत्तर मध्यान्ह"} |
michael@0 | 693 | } |
michael@0 | 694 | era{ |
michael@0 | 695 | dn{"काल"} |
michael@0 | 696 | } |
michael@0 | 697 | fri{ |
michael@0 | 698 | relative{ |
michael@0 | 699 | "-1"{"गत शुक्रबार"} |
michael@0 | 700 | "0"{"यो शुक्रबार"} |
michael@0 | 701 | "1"{"अर्को शुक्रबार"} |
michael@0 | 702 | } |
michael@0 | 703 | } |
michael@0 | 704 | hour{ |
michael@0 | 705 | dn{"घण्टा"} |
michael@0 | 706 | relativeTime{ |
michael@0 | 707 | future{ |
michael@0 | 708 | one{"{0} घण्टामा"} |
michael@0 | 709 | other{"{0} घण्टामा"} |
michael@0 | 710 | } |
michael@0 | 711 | past{ |
michael@0 | 712 | one{"{0} घण्टा पहिले"} |
michael@0 | 713 | other{"{0} घण्टा पहिले"} |
michael@0 | 714 | } |
michael@0 | 715 | } |
michael@0 | 716 | } |
michael@0 | 717 | minute{ |
michael@0 | 718 | dn{"मिनेट"} |
michael@0 | 719 | relativeTime{ |
michael@0 | 720 | future{ |
michael@0 | 721 | one{"{0} मिनेटमा"} |
michael@0 | 722 | other{"{0} मिनेटमा"} |
michael@0 | 723 | } |
michael@0 | 724 | past{ |
michael@0 | 725 | one{"{0} मिनेट पहिले"} |
michael@0 | 726 | other{"{0} मिनेट पहिले"} |
michael@0 | 727 | } |
michael@0 | 728 | } |
michael@0 | 729 | } |
michael@0 | 730 | mon{ |
michael@0 | 731 | relative{ |
michael@0 | 732 | "-1"{"गत सोमबार"} |
michael@0 | 733 | "0"{"यो सोमबार"} |
michael@0 | 734 | "1"{"अर्को सोमबार"} |
michael@0 | 735 | } |
michael@0 | 736 | } |
michael@0 | 737 | month{ |
michael@0 | 738 | dn{"महिना"} |
michael@0 | 739 | relative{ |
michael@0 | 740 | "-1"{"गएको महिना"} |
michael@0 | 741 | "0"{"यो महिना"} |
michael@0 | 742 | "1"{"अर्को महिना"} |
michael@0 | 743 | } |
michael@0 | 744 | relativeTime{ |
michael@0 | 745 | future{ |
michael@0 | 746 | one{"{0} महिनामा"} |
michael@0 | 747 | other{"{0} महिनामा"} |
michael@0 | 748 | } |
michael@0 | 749 | past{ |
michael@0 | 750 | one{"{0} महिना पहिले"} |
michael@0 | 751 | other{"{0} महिना पहिले"} |
michael@0 | 752 | } |
michael@0 | 753 | } |
michael@0 | 754 | } |
michael@0 | 755 | sat{ |
michael@0 | 756 | relative{ |
michael@0 | 757 | "-1"{"गत शनिबार"} |
michael@0 | 758 | "0"{"यो शनिबार"} |
michael@0 | 759 | "1"{"अर्को शनिबार"} |
michael@0 | 760 | } |
michael@0 | 761 | } |
michael@0 | 762 | second{ |
michael@0 | 763 | dn{"दोस्रो"} |
michael@0 | 764 | relative{ |
michael@0 | 765 | "0"{"अब"} |
michael@0 | 766 | } |
michael@0 | 767 | relativeTime{ |
michael@0 | 768 | future{ |
michael@0 | 769 | one{"{0} सेकेण्डमा"} |
michael@0 | 770 | other{"{0} सेकेण्डमा"} |
michael@0 | 771 | } |
michael@0 | 772 | past{ |
michael@0 | 773 | one{"{0} सेकेण्ड पहिले"} |
michael@0 | 774 | other{"{0} सेकेण्ड पहिले"} |
michael@0 | 775 | } |
michael@0 | 776 | } |
michael@0 | 777 | } |
michael@0 | 778 | sun{ |
michael@0 | 779 | relative{ |
michael@0 | 780 | "-1"{"गत आईतबार"} |
michael@0 | 781 | "0"{"यो आईतबार"} |
michael@0 | 782 | "1"{"अर्को आईतबार"} |
michael@0 | 783 | } |
michael@0 | 784 | } |
michael@0 | 785 | thu{ |
michael@0 | 786 | relative{ |
michael@0 | 787 | "-1"{"गत बिहिबार"} |
michael@0 | 788 | "0"{"यो बिहिबार"} |
michael@0 | 789 | "1"{"अर्को बिहिबार"} |
michael@0 | 790 | } |
michael@0 | 791 | } |
michael@0 | 792 | tue{ |
michael@0 | 793 | relative{ |
michael@0 | 794 | "-1"{"गत मंगलबार"} |
michael@0 | 795 | "0"{"यो मंगलबार"} |
michael@0 | 796 | "1"{"अर्को मंगलबार"} |
michael@0 | 797 | } |
michael@0 | 798 | } |
michael@0 | 799 | wed{ |
michael@0 | 800 | relative{ |
michael@0 | 801 | "-1"{"गत बुधबार"} |
michael@0 | 802 | "0"{"यो बुधबार"} |
michael@0 | 803 | "1"{"अर्को बुधबार"} |
michael@0 | 804 | } |
michael@0 | 805 | } |
michael@0 | 806 | week{ |
michael@0 | 807 | dn{"हप्ता"} |
michael@0 | 808 | relative{ |
michael@0 | 809 | "-1"{"गएको हप्ता"} |
michael@0 | 810 | "0"{"यो हप्ता"} |
michael@0 | 811 | "1"{"आउने हप्ता"} |
michael@0 | 812 | } |
michael@0 | 813 | relativeTime{ |
michael@0 | 814 | future{ |
michael@0 | 815 | one{"{0} हप्तामा"} |
michael@0 | 816 | other{"{0} हप्तामा"} |
michael@0 | 817 | } |
michael@0 | 818 | past{ |
michael@0 | 819 | one{"{0} हप्ता पहिले"} |
michael@0 | 820 | other{"{0} हप्ता पहिले"} |
michael@0 | 821 | } |
michael@0 | 822 | } |
michael@0 | 823 | } |
michael@0 | 824 | weekday{ |
michael@0 | 825 | dn{"हप्ताको बार"} |
michael@0 | 826 | } |
michael@0 | 827 | year{ |
michael@0 | 828 | dn{"बर्ष"} |
michael@0 | 829 | relative{ |
michael@0 | 830 | "-1"{"पहिलो वर्ष"} |
michael@0 | 831 | "0"{"यो वर्ष"} |
michael@0 | 832 | "1"{"अर्को वर्ष"} |
michael@0 | 833 | } |
michael@0 | 834 | relativeTime{ |
michael@0 | 835 | future{ |
michael@0 | 836 | one{"{0} वर्षमा"} |
michael@0 | 837 | other{"{0} वर्षमा"} |
michael@0 | 838 | } |
michael@0 | 839 | past{ |
michael@0 | 840 | one{"{0} वर्ष अघि"} |
michael@0 | 841 | other{"{0} वर्ष अघि"} |
michael@0 | 842 | } |
michael@0 | 843 | } |
michael@0 | 844 | } |
michael@0 | 845 | zone{ |
michael@0 | 846 | dn{"क्षेत्र"} |
michael@0 | 847 | } |
michael@0 | 848 | } |
michael@0 | 849 | listPattern{ |
michael@0 | 850 | standard{ |
michael@0 | 851 | 2{"{0} र {1}"} |
michael@0 | 852 | end{"{0} र {1}"} |
michael@0 | 853 | middle{"{0}, {1}"} |
michael@0 | 854 | start{"{0} र {1}"} |
michael@0 | 855 | } |
michael@0 | 856 | unit{ |
michael@0 | 857 | 2{"{0} {1}"} |
michael@0 | 858 | end{"{0} {1}"} |
michael@0 | 859 | middle{"{0}, {1}"} |
michael@0 | 860 | start{"{0} {1}"} |
michael@0 | 861 | } |
michael@0 | 862 | unit-narrow{ |
michael@0 | 863 | 2{"{0} {1}"} |
michael@0 | 864 | end{"{0} {1}"} |
michael@0 | 865 | middle{"{0}, {1}"} |
michael@0 | 866 | start{"{0} {1}"} |
michael@0 | 867 | } |
michael@0 | 868 | unit-short{ |
michael@0 | 869 | 2{"{0} {1}"} |
michael@0 | 870 | end{"{0} {1}"} |
michael@0 | 871 | middle{"{0}, {1}"} |
michael@0 | 872 | start{"{0} {1}"} |
michael@0 | 873 | } |
michael@0 | 874 | } |
michael@0 | 875 | measurementSystemNames{ |
michael@0 | 876 | UK{"UK"} |
michael@0 | 877 | US{"US"} |
michael@0 | 878 | metric{"मेट्रिक"} |
michael@0 | 879 | } |
michael@0 | 880 | units{ |
michael@0 | 881 | acceleration{ |
michael@0 | 882 | g-force{ |
michael@0 | 883 | one{"{0} गुरूत्वाकर्षण शक्ति"} |
michael@0 | 884 | other{"{0} गुरूत्वाकर्षण शक्ति"} |
michael@0 | 885 | } |
michael@0 | 886 | } |
michael@0 | 887 | angle{ |
michael@0 | 888 | arc-minute{ |
michael@0 | 889 | one{"{0} मिनेट"} |
michael@0 | 890 | other{"{0} मिनेट"} |
michael@0 | 891 | } |
michael@0 | 892 | arc-second{ |
michael@0 | 893 | one{"{0} सेकेण्ड"} |
michael@0 | 894 | other{"{0} सेकेण्ड"} |
michael@0 | 895 | } |
michael@0 | 896 | degree{ |
michael@0 | 897 | one{"{0} डिग्री"} |
michael@0 | 898 | other{"{0} डिग्री"} |
michael@0 | 899 | } |
michael@0 | 900 | } |
michael@0 | 901 | area{ |
michael@0 | 902 | acre{ |
michael@0 | 903 | one{"{0} एकर"} |
michael@0 | 904 | other{"{0} एकर"} |
michael@0 | 905 | } |
michael@0 | 906 | hectare{ |
michael@0 | 907 | one{"{0} हेक्टर"} |
michael@0 | 908 | other{"{0} हेक्टर"} |
michael@0 | 909 | } |
michael@0 | 910 | square-foot{ |
michael@0 | 911 | one{"{0} बर्ग फुट"} |
michael@0 | 912 | other{"{0} बर्ग फुट"} |
michael@0 | 913 | } |
michael@0 | 914 | square-kilometer{ |
michael@0 | 915 | one{"{0} बर्ग किलोमिटर"} |
michael@0 | 916 | other{"{0} बर्ग किलोमिटर"} |
michael@0 | 917 | } |
michael@0 | 918 | square-meter{ |
michael@0 | 919 | one{"{0} बर्ग मिटर"} |
michael@0 | 920 | other{"{0} बर्ग मिटर"} |
michael@0 | 921 | } |
michael@0 | 922 | square-mile{ |
michael@0 | 923 | one{"{0} बर्ग माईल"} |
michael@0 | 924 | other{"{0} बर्ग माईल"} |
michael@0 | 925 | } |
michael@0 | 926 | } |
michael@0 | 927 | compound{ |
michael@0 | 928 | per{"{0}/{1}"} |
michael@0 | 929 | } |
michael@0 | 930 | duration{ |
michael@0 | 931 | day{ |
michael@0 | 932 | one{"{0} दिन"} |
michael@0 | 933 | other{"{0} दिन"} |
michael@0 | 934 | } |
michael@0 | 935 | hour{ |
michael@0 | 936 | one{"{0} घण्टा"} |
michael@0 | 937 | other{"{0} घण्टा"} |
michael@0 | 938 | } |
michael@0 | 939 | millisecond{ |
michael@0 | 940 | one{"{0} मिली सेकेण्ड"} |
michael@0 | 941 | other{"{0} मिली सेकेण्ड"} |
michael@0 | 942 | } |
michael@0 | 943 | minute{ |
michael@0 | 944 | one{"{0} मिनेट"} |
michael@0 | 945 | other{"{0} मिनेट"} |
michael@0 | 946 | } |
michael@0 | 947 | month{ |
michael@0 | 948 | one{"{0} महिना"} |
michael@0 | 949 | other{"{0} महिना"} |
michael@0 | 950 | } |
michael@0 | 951 | second{ |
michael@0 | 952 | one{"{0} सेकेण्ड"} |
michael@0 | 953 | other{"{0} सेकेण्ड"} |
michael@0 | 954 | } |
michael@0 | 955 | week{ |
michael@0 | 956 | one{"{0} हप्ता"} |
michael@0 | 957 | other{"{0} सप्ताह"} |
michael@0 | 958 | } |
michael@0 | 959 | year{ |
michael@0 | 960 | one{"{0} वर्ष"} |
michael@0 | 961 | other{"{0} वर्ष"} |
michael@0 | 962 | } |
michael@0 | 963 | } |
michael@0 | 964 | length{ |
michael@0 | 965 | centimeter{ |
michael@0 | 966 | one{"{0} सेन्टिमिटर"} |
michael@0 | 967 | other{"{0} सेन्टिमिटर"} |
michael@0 | 968 | } |
michael@0 | 969 | foot{ |
michael@0 | 970 | one{"{0} फुट"} |
michael@0 | 971 | other{"{0} फुट"} |
michael@0 | 972 | } |
michael@0 | 973 | inch{ |
michael@0 | 974 | one{"{0} ईञ्च"} |
michael@0 | 975 | other{"{0} ईञ्च"} |
michael@0 | 976 | } |
michael@0 | 977 | kilometer{ |
michael@0 | 978 | one{"{0} किलो मिटर"} |
michael@0 | 979 | other{"{0} किलो मिटर"} |
michael@0 | 980 | } |
michael@0 | 981 | light-year{ |
michael@0 | 982 | one{"{0} प्रकाश वर्ष"} |
michael@0 | 983 | other{"{0} प्रकाश वर्ष"} |
michael@0 | 984 | } |
michael@0 | 985 | meter{ |
michael@0 | 986 | one{"{0} मिटर"} |
michael@0 | 987 | other{"{0} मिटर"} |
michael@0 | 988 | } |
michael@0 | 989 | mile{ |
michael@0 | 990 | one{"{0} माईल"} |
michael@0 | 991 | other{"{0} माईल"} |
michael@0 | 992 | } |
michael@0 | 993 | millimeter{ |
michael@0 | 994 | one{"{0} मिलि मिटर"} |
michael@0 | 995 | other{"{0} मिलि मिटर"} |
michael@0 | 996 | } |
michael@0 | 997 | picometer{ |
michael@0 | 998 | one{"{0} पिको मिटर"} |
michael@0 | 999 | other{"{0} पिको मिटर"} |
michael@0 | 1000 | } |
michael@0 | 1001 | yard{ |
michael@0 | 1002 | one{"{0} गज"} |
michael@0 | 1003 | other{"{0} गज"} |
michael@0 | 1004 | } |
michael@0 | 1005 | } |
michael@0 | 1006 | mass{ |
michael@0 | 1007 | gram{ |
michael@0 | 1008 | one{"{0} ग्राम"} |
michael@0 | 1009 | other{"{0} ग्राम"} |
michael@0 | 1010 | } |
michael@0 | 1011 | kilogram{ |
michael@0 | 1012 | one{"{0} किलो"} |
michael@0 | 1013 | other{"{0} किलो"} |
michael@0 | 1014 | } |
michael@0 | 1015 | ounce{ |
michael@0 | 1016 | one{"{0} आऊन्स"} |
michael@0 | 1017 | other{"{0} आऊन्स"} |
michael@0 | 1018 | } |
michael@0 | 1019 | pound{ |
michael@0 | 1020 | one{"{0} पाउण्ड"} |
michael@0 | 1021 | other{"{0} पाउण्ड"} |
michael@0 | 1022 | } |
michael@0 | 1023 | } |
michael@0 | 1024 | power{ |
michael@0 | 1025 | horsepower{ |
michael@0 | 1026 | one{"{0} घोडा शक्ति"} |
michael@0 | 1027 | other{"{0} घोडा शक्ति"} |
michael@0 | 1028 | } |
michael@0 | 1029 | kilowatt{ |
michael@0 | 1030 | one{"{0} किलो वाट"} |
michael@0 | 1031 | other{"{0} किलो वाट"} |
michael@0 | 1032 | } |
michael@0 | 1033 | watt{ |
michael@0 | 1034 | one{"{0} वाट"} |
michael@0 | 1035 | other{"{0} वाट"} |
michael@0 | 1036 | } |
michael@0 | 1037 | } |
michael@0 | 1038 | pressure{ |
michael@0 | 1039 | hectopascal{ |
michael@0 | 1040 | one{"{0} हेक्टो पास्कल"} |
michael@0 | 1041 | other{"{0} हेक्टो पास्कल"} |
michael@0 | 1042 | } |
michael@0 | 1043 | inch-hg{ |
michael@0 | 1044 | one{"{0} ईञ्च पारो"} |
michael@0 | 1045 | other{"{0} ईञ्च पारो"} |
michael@0 | 1046 | } |
michael@0 | 1047 | millibar{ |
michael@0 | 1048 | one{"{0} मिलीबार"} |
michael@0 | 1049 | other{"{0} मिलीबार"} |
michael@0 | 1050 | } |
michael@0 | 1051 | } |
michael@0 | 1052 | speed{ |
michael@0 | 1053 | kilometer-per-hour{ |
michael@0 | 1054 | one{"{0} किलोमिटर प्रति घण्टा"} |
michael@0 | 1055 | other{"{0} किलोमिटर प्रति घण्टा"} |
michael@0 | 1056 | } |
michael@0 | 1057 | meter-per-second{ |
michael@0 | 1058 | one{"{0} मिटर प्रति सेकेण्ड"} |
michael@0 | 1059 | other{"{0} मिटर प्रति सेकेण्ड"} |
michael@0 | 1060 | } |
michael@0 | 1061 | mile-per-hour{ |
michael@0 | 1062 | one{"{0} माईल प्रति सेकेण्ड"} |
michael@0 | 1063 | other{"{0} माईल प्रति सेकेण्ड"} |
michael@0 | 1064 | } |
michael@0 | 1065 | } |
michael@0 | 1066 | temperature{ |
michael@0 | 1067 | celsius{ |
michael@0 | 1068 | one{"{0} डिग्री सेल्सियस्"} |
michael@0 | 1069 | other{"{0} डिग्री सेल्सियस्"} |
michael@0 | 1070 | } |
michael@0 | 1071 | fahrenheit{ |
michael@0 | 1072 | one{"{0}डिग्री फरेनहाइट"} |
michael@0 | 1073 | other{"{0}डिग्री फरेनहाइट"} |
michael@0 | 1074 | } |
michael@0 | 1075 | } |
michael@0 | 1076 | volume{ |
michael@0 | 1077 | cubic-kilometer{ |
michael@0 | 1078 | one{"{0} घन किलोमिटर"} |
michael@0 | 1079 | other{"{0} घन किलोमिटर"} |
michael@0 | 1080 | } |
michael@0 | 1081 | cubic-mile{ |
michael@0 | 1082 | one{"{0} घन माईल"} |
michael@0 | 1083 | other{"{0} घन माईल"} |
michael@0 | 1084 | } |
michael@0 | 1085 | liter{ |
michael@0 | 1086 | one{"{0} लिटर"} |
michael@0 | 1087 | other{"{0} लिटर"} |
michael@0 | 1088 | } |
michael@0 | 1089 | } |
michael@0 | 1090 | } |
michael@0 | 1091 | unitsNarrow{ |
michael@0 | 1092 | acceleration{ |
michael@0 | 1093 | g-force{ |
michael@0 | 1094 | one{"{0} G"} |
michael@0 | 1095 | other{"{0} G"} |
michael@0 | 1096 | } |
michael@0 | 1097 | } |
michael@0 | 1098 | angle{ |
michael@0 | 1099 | arc-minute{ |
michael@0 | 1100 | one{"{0}′"} |
michael@0 | 1101 | other{"{0}′"} |
michael@0 | 1102 | } |
michael@0 | 1103 | arc-second{ |
michael@0 | 1104 | one{"{0}″"} |
michael@0 | 1105 | other{"{0}″"} |
michael@0 | 1106 | } |
michael@0 | 1107 | degree{ |
michael@0 | 1108 | one{"{0}°"} |
michael@0 | 1109 | other{"{0}°"} |
michael@0 | 1110 | } |
michael@0 | 1111 | } |
michael@0 | 1112 | area{ |
michael@0 | 1113 | acre{ |
michael@0 | 1114 | one{"{0} एकर"} |
michael@0 | 1115 | other{"{0} एकर"} |
michael@0 | 1116 | } |
michael@0 | 1117 | hectare{ |
michael@0 | 1118 | one{"{0} हे."} |
michael@0 | 1119 | other{"{0} हे."} |
michael@0 | 1120 | } |
michael@0 | 1121 | square-foot{ |
michael@0 | 1122 | one{"{0} ब.फु."} |
michael@0 | 1123 | other{"{0} ब.फु."} |
michael@0 | 1124 | } |
michael@0 | 1125 | square-kilometer{ |
michael@0 | 1126 | one{"{0} ब.कि.मि."} |
michael@0 | 1127 | other{"{0} ब.कि.मि."} |
michael@0 | 1128 | } |
michael@0 | 1129 | square-meter{ |
michael@0 | 1130 | one{"{0} ब.मि."} |
michael@0 | 1131 | other{"{0} ब.मि."} |
michael@0 | 1132 | } |
michael@0 | 1133 | square-mile{ |
michael@0 | 1134 | one{"{0} बर्ग माईल"} |
michael@0 | 1135 | other{"{0} बर्ग माईल"} |
michael@0 | 1136 | } |
michael@0 | 1137 | } |
michael@0 | 1138 | compound{ |
michael@0 | 1139 | per{"{0}/{1}"} |
michael@0 | 1140 | } |
michael@0 | 1141 | duration{ |
michael@0 | 1142 | day{ |
michael@0 | 1143 | one{"{0} दिन"} |
michael@0 | 1144 | other{"{0} दिन"} |
michael@0 | 1145 | } |
michael@0 | 1146 | hour{ |
michael@0 | 1147 | one{"{0} घण्टा"} |
michael@0 | 1148 | other{"{0} घण्टा"} |
michael@0 | 1149 | } |
michael@0 | 1150 | millisecond{ |
michael@0 | 1151 | one{"{0} मिली से."} |
michael@0 | 1152 | other{"{0} मिली से."} |
michael@0 | 1153 | } |
michael@0 | 1154 | minute{ |
michael@0 | 1155 | one{"{0} मिनेट"} |
michael@0 | 1156 | other{"{0} मिनेट"} |
michael@0 | 1157 | } |
michael@0 | 1158 | month{ |
michael@0 | 1159 | one{"{0} महिना"} |
michael@0 | 1160 | other{"{0} महिना"} |
michael@0 | 1161 | } |
michael@0 | 1162 | second{ |
michael@0 | 1163 | one{"{0} सेकेण्ड"} |
michael@0 | 1164 | other{"{0} सेकेण्ड"} |
michael@0 | 1165 | } |
michael@0 | 1166 | week{ |
michael@0 | 1167 | one{"{0} हप्ता"} |
michael@0 | 1168 | other{"{0} सप्ताह"} |
michael@0 | 1169 | } |
michael@0 | 1170 | year{ |
michael@0 | 1171 | one{"{0} वर्ष"} |
michael@0 | 1172 | other{"{0} वर्ष"} |
michael@0 | 1173 | } |
michael@0 | 1174 | } |
michael@0 | 1175 | length{ |
michael@0 | 1176 | centimeter{ |
michael@0 | 1177 | one{"{0} से.मी."} |
michael@0 | 1178 | other{"{0} से.मी."} |
michael@0 | 1179 | } |
michael@0 | 1180 | foot{ |
michael@0 | 1181 | one{"{0}′"} |
michael@0 | 1182 | other{"{0}′"} |
michael@0 | 1183 | } |
michael@0 | 1184 | inch{ |
michael@0 | 1185 | one{"{0}″"} |
michael@0 | 1186 | other{"{0}″"} |
michael@0 | 1187 | } |
michael@0 | 1188 | kilometer{ |
michael@0 | 1189 | one{"{0} कि.मी."} |
michael@0 | 1190 | other{"{0} कि.मी."} |
michael@0 | 1191 | } |
michael@0 | 1192 | light-year{ |
michael@0 | 1193 | one{"{0} ly"} |
michael@0 | 1194 | other{"{0} ly"} |
michael@0 | 1195 | } |
michael@0 | 1196 | meter{ |
michael@0 | 1197 | one{"{0} मि."} |
michael@0 | 1198 | other{"{0} मि."} |
michael@0 | 1199 | } |
michael@0 | 1200 | mile{ |
michael@0 | 1201 | one{"{0} माईल"} |
michael@0 | 1202 | other{"{0} माईल"} |
michael@0 | 1203 | } |
michael@0 | 1204 | millimeter{ |
michael@0 | 1205 | one{"{0} मिमि."} |
michael@0 | 1206 | other{"{0} मिमि."} |
michael@0 | 1207 | } |
michael@0 | 1208 | picometer{ |
michael@0 | 1209 | one{"{0} pm"} |
michael@0 | 1210 | other{"{0} pm"} |
michael@0 | 1211 | } |
michael@0 | 1212 | yard{ |
michael@0 | 1213 | one{"{0} गज"} |
michael@0 | 1214 | other{"{0} गज"} |
michael@0 | 1215 | } |
michael@0 | 1216 | } |
michael@0 | 1217 | mass{ |
michael@0 | 1218 | gram{ |
michael@0 | 1219 | one{"{0} ग्राम"} |
michael@0 | 1220 | other{"{0} ग्राम"} |
michael@0 | 1221 | } |
michael@0 | 1222 | kilogram{ |
michael@0 | 1223 | one{"{0} किलो"} |
michael@0 | 1224 | other{"{0} किलो"} |
michael@0 | 1225 | } |
michael@0 | 1226 | ounce{ |
michael@0 | 1227 | one{"{0} आऊन्स"} |
michael@0 | 1228 | other{"{0} आऊन्स"} |
michael@0 | 1229 | } |
michael@0 | 1230 | pound{ |
michael@0 | 1231 | one{"{0} पाउण्ड"} |
michael@0 | 1232 | other{"{0} पाउण्ड"} |
michael@0 | 1233 | } |
michael@0 | 1234 | } |
michael@0 | 1235 | power{ |
michael@0 | 1236 | horsepower{ |
michael@0 | 1237 | one{"{0} घोडा"} |
michael@0 | 1238 | other{"{0} घोडा"} |
michael@0 | 1239 | } |
michael@0 | 1240 | kilowatt{ |
michael@0 | 1241 | one{"किलो वाट"} |
michael@0 | 1242 | other{"{0} किलो वाट"} |
michael@0 | 1243 | } |
michael@0 | 1244 | watt{ |
michael@0 | 1245 | one{"{0} वाट"} |
michael@0 | 1246 | other{"{0} वाट"} |
michael@0 | 1247 | } |
michael@0 | 1248 | } |
michael@0 | 1249 | pressure{ |
michael@0 | 1250 | hectopascal{ |
michael@0 | 1251 | one{"{0} hPa"} |
michael@0 | 1252 | other{"{0} hPa"} |
michael@0 | 1253 | } |
michael@0 | 1254 | inch-hg{ |
michael@0 | 1255 | one{"{0} ईञ्च पारो"} |
michael@0 | 1256 | other{"{0} ईञ्च पारो"} |
michael@0 | 1257 | } |
michael@0 | 1258 | millibar{ |
michael@0 | 1259 | one{"{0} मिलीबार"} |
michael@0 | 1260 | other{"{0} मिलीबार"} |
michael@0 | 1261 | } |
michael@0 | 1262 | } |
michael@0 | 1263 | speed{ |
michael@0 | 1264 | kilometer-per-hour{ |
michael@0 | 1265 | one{"{0} km/h"} |
michael@0 | 1266 | other{"{0} km/h"} |
michael@0 | 1267 | } |
michael@0 | 1268 | meter-per-second{ |
michael@0 | 1269 | one{"{0} m/s"} |
michael@0 | 1270 | other{"{0} m/s"} |
michael@0 | 1271 | } |
michael@0 | 1272 | mile-per-hour{ |
michael@0 | 1273 | one{"{0} mi/h"} |
michael@0 | 1274 | other{"{0} mi/h"} |
michael@0 | 1275 | } |
michael@0 | 1276 | } |
michael@0 | 1277 | temperature{ |
michael@0 | 1278 | celsius{ |
michael@0 | 1279 | one{"{0}°से"} |
michael@0 | 1280 | other{"{0}°से"} |
michael@0 | 1281 | } |
michael@0 | 1282 | fahrenheit{ |
michael@0 | 1283 | one{"{0}°फ"} |
michael@0 | 1284 | other{"{0}°फ"} |
michael@0 | 1285 | } |
michael@0 | 1286 | } |
michael@0 | 1287 | volume{ |
michael@0 | 1288 | cubic-kilometer{ |
michael@0 | 1289 | one{"{0} km³"} |
michael@0 | 1290 | other{"{0} km³"} |
michael@0 | 1291 | } |
michael@0 | 1292 | cubic-mile{ |
michael@0 | 1293 | one{"{0} घन माईल"} |
michael@0 | 1294 | other{"{0} घन माईल"} |
michael@0 | 1295 | } |
michael@0 | 1296 | liter{ |
michael@0 | 1297 | one{"{0} लि."} |
michael@0 | 1298 | other{"{0} लि."} |
michael@0 | 1299 | } |
michael@0 | 1300 | } |
michael@0 | 1301 | } |
michael@0 | 1302 | unitsShort{ |
michael@0 | 1303 | acceleration{ |
michael@0 | 1304 | g-force{ |
michael@0 | 1305 | one{"{0} गुरूत्वाकर्षण शक्त"} |
michael@0 | 1306 | other{"{0} गुरूत्वाकर्षण शक्ति"} |
michael@0 | 1307 | } |
michael@0 | 1308 | } |
michael@0 | 1309 | angle{ |
michael@0 | 1310 | arc-minute{ |
michael@0 | 1311 | one{"{0} मिनेट"} |
michael@0 | 1312 | other{"{0} मिनेट"} |
michael@0 | 1313 | } |
michael@0 | 1314 | arc-second{ |
michael@0 | 1315 | one{"{0} सेकेण्ड"} |
michael@0 | 1316 | other{"{0} सेकेण्ड"} |
michael@0 | 1317 | } |
michael@0 | 1318 | degree{ |
michael@0 | 1319 | one{"{0}°"} |
michael@0 | 1320 | other{"{0}°"} |
michael@0 | 1321 | } |
michael@0 | 1322 | } |
michael@0 | 1323 | area{ |
michael@0 | 1324 | acre{ |
michael@0 | 1325 | one{"{0} एकर"} |
michael@0 | 1326 | other{"{0} एकर"} |
michael@0 | 1327 | } |
michael@0 | 1328 | hectare{ |
michael@0 | 1329 | one{"{0} हे."} |
michael@0 | 1330 | other{"{0} हे."} |
michael@0 | 1331 | } |
michael@0 | 1332 | square-foot{ |
michael@0 | 1333 | one{"{0} ब.फु."} |
michael@0 | 1334 | other{"{0} ब.फु."} |
michael@0 | 1335 | } |
michael@0 | 1336 | square-kilometer{ |
michael@0 | 1337 | one{"{0} ब.कि.मि."} |
michael@0 | 1338 | other{"{0} ब.कि.मि."} |
michael@0 | 1339 | } |
michael@0 | 1340 | square-meter{ |
michael@0 | 1341 | one{"{0} ब.मि."} |
michael@0 | 1342 | other{"{0} ब.मि."} |
michael@0 | 1343 | } |
michael@0 | 1344 | square-mile{ |
michael@0 | 1345 | one{"{0} बर्ग माईल"} |
michael@0 | 1346 | other{"{0} बर्ग माईल"} |
michael@0 | 1347 | } |
michael@0 | 1348 | } |
michael@0 | 1349 | compound{ |
michael@0 | 1350 | per{"{0}/{1}"} |
michael@0 | 1351 | } |
michael@0 | 1352 | duration{ |
michael@0 | 1353 | day{ |
michael@0 | 1354 | one{"{0} दिन"} |
michael@0 | 1355 | other{"{0} दिन"} |
michael@0 | 1356 | } |
michael@0 | 1357 | hour{ |
michael@0 | 1358 | one{"{0} घण्टा"} |
michael@0 | 1359 | other{"{0} घण्टा"} |
michael@0 | 1360 | } |
michael@0 | 1361 | millisecond{ |
michael@0 | 1362 | one{"{0} मिली से."} |
michael@0 | 1363 | other{"{0} मिली से."} |
michael@0 | 1364 | } |
michael@0 | 1365 | minute{ |
michael@0 | 1366 | one{"{0} मिनेट"} |
michael@0 | 1367 | other{"{0} मिनेट"} |
michael@0 | 1368 | } |
michael@0 | 1369 | month{ |
michael@0 | 1370 | one{"{0} महिना"} |
michael@0 | 1371 | other{"{0} महिना"} |
michael@0 | 1372 | } |
michael@0 | 1373 | second{ |
michael@0 | 1374 | one{"{0} सेकेण्ड"} |
michael@0 | 1375 | other{"{0} सेकेण्ड"} |
michael@0 | 1376 | } |
michael@0 | 1377 | week{ |
michael@0 | 1378 | one{"{0} हप्ता"} |
michael@0 | 1379 | other{"{0} सप्ताह"} |
michael@0 | 1380 | } |
michael@0 | 1381 | year{ |
michael@0 | 1382 | one{"{0} वर्ष"} |
michael@0 | 1383 | other{"{0} वर्ष"} |
michael@0 | 1384 | } |
michael@0 | 1385 | } |
michael@0 | 1386 | length{ |
michael@0 | 1387 | centimeter{ |
michael@0 | 1388 | one{"{0} से.मी."} |
michael@0 | 1389 | other{"{0} से.मी."} |
michael@0 | 1390 | } |
michael@0 | 1391 | foot{ |
michael@0 | 1392 | one{"{0} फुट"} |
michael@0 | 1393 | other{"{0} फुट"} |
michael@0 | 1394 | } |
michael@0 | 1395 | inch{ |
michael@0 | 1396 | one{"{0} ईञ्च"} |
michael@0 | 1397 | other{"{0} ईञ्च"} |
michael@0 | 1398 | } |
michael@0 | 1399 | kilometer{ |
michael@0 | 1400 | one{"{0} कि.मी."} |
michael@0 | 1401 | other{"{0} कि.मी."} |
michael@0 | 1402 | } |
michael@0 | 1403 | light-year{ |
michael@0 | 1404 | one{"{0} प्रकाश वर्ष"} |
michael@0 | 1405 | other{"{0} प्रकाश वर्ष"} |
michael@0 | 1406 | } |
michael@0 | 1407 | meter{ |
michael@0 | 1408 | one{"{0} मि."} |
michael@0 | 1409 | other{"{0} मि."} |
michael@0 | 1410 | } |
michael@0 | 1411 | mile{ |
michael@0 | 1412 | one{"{0} माईल"} |
michael@0 | 1413 | other{"{0} माईल"} |
michael@0 | 1414 | } |
michael@0 | 1415 | millimeter{ |
michael@0 | 1416 | one{"{0} मिमि."} |
michael@0 | 1417 | other{"{0} मिमि."} |
michael@0 | 1418 | } |
michael@0 | 1419 | picometer{ |
michael@0 | 1420 | one{"{0} पिको मिटर"} |
michael@0 | 1421 | other{"{0} पिको मिटर"} |
michael@0 | 1422 | } |
michael@0 | 1423 | yard{ |
michael@0 | 1424 | one{"{0} गज"} |
michael@0 | 1425 | other{"{0} गज"} |
michael@0 | 1426 | } |
michael@0 | 1427 | } |
michael@0 | 1428 | mass{ |
michael@0 | 1429 | gram{ |
michael@0 | 1430 | one{"{0} ग्राम"} |
michael@0 | 1431 | other{"{0} ग्राम"} |
michael@0 | 1432 | } |
michael@0 | 1433 | kilogram{ |
michael@0 | 1434 | one{"{0} किलो"} |
michael@0 | 1435 | other{"{0} किलो"} |
michael@0 | 1436 | } |
michael@0 | 1437 | ounce{ |
michael@0 | 1438 | one{"{0} आऊन्स"} |
michael@0 | 1439 | other{"{0} आऊन्स"} |
michael@0 | 1440 | } |
michael@0 | 1441 | pound{ |
michael@0 | 1442 | one{"{0} पाउण्ड"} |
michael@0 | 1443 | other{"{0} पाउण्ड"} |
michael@0 | 1444 | } |
michael@0 | 1445 | } |
michael@0 | 1446 | power{ |
michael@0 | 1447 | horsepower{ |
michael@0 | 1448 | one{"{0} घोडा"} |
michael@0 | 1449 | other{"{0} घोडा"} |
michael@0 | 1450 | } |
michael@0 | 1451 | kilowatt{ |
michael@0 | 1452 | one{"{0} किलो वाट"} |
michael@0 | 1453 | other{"{0} किलो वाट"} |
michael@0 | 1454 | } |
michael@0 | 1455 | watt{ |
michael@0 | 1456 | one{"{0} वाट"} |
michael@0 | 1457 | other{"{0} वाट"} |
michael@0 | 1458 | } |
michael@0 | 1459 | } |
michael@0 | 1460 | pressure{ |
michael@0 | 1461 | hectopascal{ |
michael@0 | 1462 | one{"{0} हेक्टो पास्कल"} |
michael@0 | 1463 | other{"{0} हेक्टो पास्कल"} |
michael@0 | 1464 | } |
michael@0 | 1465 | inch-hg{ |
michael@0 | 1466 | one{"{0} ईञ्च पारो"} |
michael@0 | 1467 | other{"{0} ईञ्च पारो"} |
michael@0 | 1468 | } |
michael@0 | 1469 | millibar{ |
michael@0 | 1470 | one{"{0} मिलीबार"} |
michael@0 | 1471 | other{"{0} मिलीबार"} |
michael@0 | 1472 | } |
michael@0 | 1473 | } |
michael@0 | 1474 | speed{ |
michael@0 | 1475 | kilometer-per-hour{ |
michael@0 | 1476 | one{"{0} कि.मि. प्रति घण्टा"} |
michael@0 | 1477 | other{"{0} कि.मि. प्रति घण्टा"} |
michael@0 | 1478 | } |
michael@0 | 1479 | meter-per-second{ |
michael@0 | 1480 | one{"{0} मि. प्रति सेकेण्ड"} |
michael@0 | 1481 | other{"{0} मि. प्रति सेकेण्ड"} |
michael@0 | 1482 | } |
michael@0 | 1483 | mile-per-hour{ |
michael@0 | 1484 | one{"{0} माईल प्रति सेकेण्ड"} |
michael@0 | 1485 | other{"{0} माईल प्रति सेकेण्ड"} |
michael@0 | 1486 | } |
michael@0 | 1487 | } |
michael@0 | 1488 | temperature{ |
michael@0 | 1489 | celsius{ |
michael@0 | 1490 | one{"{0}°से"} |
michael@0 | 1491 | other{"{0}°से"} |
michael@0 | 1492 | } |
michael@0 | 1493 | fahrenheit{ |
michael@0 | 1494 | one{"{0}°फ"} |
michael@0 | 1495 | other{"{0}°फ"} |
michael@0 | 1496 | } |
michael@0 | 1497 | } |
michael@0 | 1498 | volume{ |
michael@0 | 1499 | cubic-kilometer{ |
michael@0 | 1500 | one{"{0} घन किलोमिटर³"} |
michael@0 | 1501 | other{"{0} घन किलोमिटर³"} |
michael@0 | 1502 | } |
michael@0 | 1503 | cubic-mile{ |
michael@0 | 1504 | one{"{0} घन माईल"} |
michael@0 | 1505 | other{"{0} घन माईल"} |
michael@0 | 1506 | } |
michael@0 | 1507 | liter{ |
michael@0 | 1508 | one{"{0} लि."} |
michael@0 | 1509 | other{"{0} लि."} |
michael@0 | 1510 | } |
michael@0 | 1511 | } |
michael@0 | 1512 | } |
michael@0 | 1513 | } |