intl/icu/source/data/locales/kn.txt

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

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

mercurial