Sat, 03 Jan 2015 20:18:00 +0100
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/my.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/my.xml |
michael@0 | 11 | */ |
michael@0 | 12 | my{ |
michael@0 | 13 | AuxExemplarCharacters{"[ၐ ၑ ဢ ၒ ၓ ၔ ၕ ဨ ၖ ၗ \u1058 \u1059]"} |
michael@0 | 14 | ExemplarCharacters{ |
michael@0 | 15 | "[\u1036 း \u1037 က ခ ဂ ဃ င စ ဆ ဇ ဈ ဉ ည ဋ ဌ ဍ ဎ ဏ တ ထ ဒ ဓ န ပ ဖ ဗ ဘ မ ယ ျ ရ ြ" |
michael@0 | 16 | " လ ဝ \u103D သ ဿ ဟ \u103E ဠ အ ဣ ဤ ဥ ဦ ဧ ဩ ဪ ာ ါ \u102D \u102E \u102F \u1030 ေ" |
michael@0 | 17 | " \u1032 \u1039 \u103A]" |
michael@0 | 18 | } |
michael@0 | 19 | ExemplarCharactersIndex{"[က ခ ဂ ဃ င စ ဆ ဇ ဈ ဉ ည ဋ ဌ ဍ ဎ ဏ တ ထ ဒ ဓ န ပ ဖ ဗ ဘ မ ယ ရ လ ဝ သ ဟ ဠ အ]"} |
michael@0 | 20 | ExemplarCharactersPunctuation{"[၊ ။ ‘ ’ “ ”]"} |
michael@0 | 21 | LocaleScript{ |
michael@0 | 22 | "Mymr", |
michael@0 | 23 | } |
michael@0 | 24 | NumberElements{ |
michael@0 | 25 | default{"mymr"} |
michael@0 | 26 | latn{ |
michael@0 | 27 | miscPatterns{ |
michael@0 | 28 | atLeast{"⩾{0}"} |
michael@0 | 29 | range{"{0}–{1}"} |
michael@0 | 30 | } |
michael@0 | 31 | patterns{ |
michael@0 | 32 | accountingFormat{"¤ #,##0.00"} |
michael@0 | 33 | currencyFormat{"¤ #,##0.00"} |
michael@0 | 34 | decimalFormat{"#,##0.###"} |
michael@0 | 35 | percentFormat{"#,##0%"} |
michael@0 | 36 | scientificFormat{"#E0"} |
michael@0 | 37 | } |
michael@0 | 38 | patternsLong{ |
michael@0 | 39 | decimalFormat{ |
michael@0 | 40 | 1000{ |
michael@0 | 41 | other{"0ထောင်"} |
michael@0 | 42 | } |
michael@0 | 43 | 10000{ |
michael@0 | 44 | other{"0သောင်း"} |
michael@0 | 45 | } |
michael@0 | 46 | 100000{ |
michael@0 | 47 | other{"0သိန်း"} |
michael@0 | 48 | } |
michael@0 | 49 | 1000000{ |
michael@0 | 50 | other{"0သန်း"} |
michael@0 | 51 | } |
michael@0 | 52 | 10000000{ |
michael@0 | 53 | other{"0ကုဋေ"} |
michael@0 | 54 | } |
michael@0 | 55 | 100000000{ |
michael@0 | 56 | other{"00ကုဋေ"} |
michael@0 | 57 | } |
michael@0 | 58 | 1000000000{ |
michael@0 | 59 | other{"000ကုဋေ"} |
michael@0 | 60 | } |
michael@0 | 61 | 10000000000{ |
michael@0 | 62 | other{"0000ကုဋေ"} |
michael@0 | 63 | } |
michael@0 | 64 | 100000000000{ |
michael@0 | 65 | other{"00000ကုဋေ"} |
michael@0 | 66 | } |
michael@0 | 67 | 1000000000000{ |
michael@0 | 68 | other{"000000ကုဋေ"} |
michael@0 | 69 | } |
michael@0 | 70 | 10000000000000{ |
michael@0 | 71 | other{"0000000ကုဋေ"} |
michael@0 | 72 | } |
michael@0 | 73 | 100000000000000{ |
michael@0 | 74 | other{"0ကောဋိ"} |
michael@0 | 75 | } |
michael@0 | 76 | } |
michael@0 | 77 | } |
michael@0 | 78 | patternsShort{ |
michael@0 | 79 | decimalFormat{ |
michael@0 | 80 | 1000{ |
michael@0 | 81 | other{"0ထောင်"} |
michael@0 | 82 | } |
michael@0 | 83 | 10000{ |
michael@0 | 84 | other{"0သောင်း"} |
michael@0 | 85 | } |
michael@0 | 86 | 100000{ |
michael@0 | 87 | other{"0သိန်း"} |
michael@0 | 88 | } |
michael@0 | 89 | 1000000{ |
michael@0 | 90 | other{"0သန်း"} |
michael@0 | 91 | } |
michael@0 | 92 | 10000000{ |
michael@0 | 93 | other{"0ကုဋေ"} |
michael@0 | 94 | } |
michael@0 | 95 | 100000000{ |
michael@0 | 96 | other{"00ကုဋေ"} |
michael@0 | 97 | } |
michael@0 | 98 | 1000000000{ |
michael@0 | 99 | other{"ကုဋေ000"} |
michael@0 | 100 | } |
michael@0 | 101 | 10000000000{ |
michael@0 | 102 | other{"ကုဋေ0000"} |
michael@0 | 103 | } |
michael@0 | 104 | 100000000000{ |
michael@0 | 105 | other{"0000ကုဋေ"} |
michael@0 | 106 | } |
michael@0 | 107 | 1000000000000{ |
michael@0 | 108 | other{"ကုဋေ0သိန်း"} |
michael@0 | 109 | } |
michael@0 | 110 | 10000000000000{ |
michael@0 | 111 | other{"ကုဋေ0သန်း"} |
michael@0 | 112 | } |
michael@0 | 113 | 100000000000000{ |
michael@0 | 114 | other{"0ကောဋိ"} |
michael@0 | 115 | } |
michael@0 | 116 | } |
michael@0 | 117 | } |
michael@0 | 118 | symbols{ |
michael@0 | 119 | decimal{"."} |
michael@0 | 120 | exponential{"E"} |
michael@0 | 121 | group{","} |
michael@0 | 122 | infinity{"∞"} |
michael@0 | 123 | list{";"} |
michael@0 | 124 | minusSign{"-"} |
michael@0 | 125 | nan{"ဂဏန်းမဟုတ်သော"} |
michael@0 | 126 | perMille{"‰"} |
michael@0 | 127 | percentSign{"%"} |
michael@0 | 128 | plusSign{"+"} |
michael@0 | 129 | superscriptingExponent{"×"} |
michael@0 | 130 | } |
michael@0 | 131 | } |
michael@0 | 132 | mymr{ |
michael@0 | 133 | symbols{ |
michael@0 | 134 | list{"၊"} |
michael@0 | 135 | } |
michael@0 | 136 | } |
michael@0 | 137 | native{"mymr"} |
michael@0 | 138 | } |
michael@0 | 139 | Version{"2.0.93.16"} |
michael@0 | 140 | calendar{ |
michael@0 | 141 | generic{ |
michael@0 | 142 | DateTimePatterns{ |
michael@0 | 143 | "HH:mm:ss zzzz", |
michael@0 | 144 | "HH:mm:ss z", |
michael@0 | 145 | "HH:mm:ss", |
michael@0 | 146 | "HH:mm", |
michael@0 | 147 | "EEEE, G y MMMM dd", |
michael@0 | 148 | "G y MMMM d", |
michael@0 | 149 | "G y MMM d", |
michael@0 | 150 | "GGGGG y/MM/dd", |
michael@0 | 151 | "{1} {0}", |
michael@0 | 152 | "{1} {0}တွင်", |
michael@0 | 153 | "{1} {0}တွင်", |
michael@0 | 154 | "{1} {0}", |
michael@0 | 155 | "{1} {0}", |
michael@0 | 156 | } |
michael@0 | 157 | availableFormats{ |
michael@0 | 158 | Ed{"E, d"} |
michael@0 | 159 | Gy{"G y"} |
michael@0 | 160 | GyMMM{"G y MMM"} |
michael@0 | 161 | GyMMMEd{"E, G y MMM d"} |
michael@0 | 162 | GyMMMd{"G y MMM d"} |
michael@0 | 163 | H{"HH"} |
michael@0 | 164 | Hm{"HH:mm"} |
michael@0 | 165 | Hms{"HH:mm:ss"} |
michael@0 | 166 | M{"L"} |
michael@0 | 167 | MEd{"E, M/d"} |
michael@0 | 168 | MMM{"LLL"} |
michael@0 | 169 | MMMEd{"E, MMM d"} |
michael@0 | 170 | MMMMEd{"E, MMMM d"} |
michael@0 | 171 | MMMMd{"MMMM d"} |
michael@0 | 172 | MMMd{"MMM d"} |
michael@0 | 173 | Md{"M/d"} |
michael@0 | 174 | d{"d"} |
michael@0 | 175 | ms{"mm:ss"} |
michael@0 | 176 | y{"G y"} |
michael@0 | 177 | yyyy{"G y"} |
michael@0 | 178 | yyyyM{"G y/M"} |
michael@0 | 179 | yyyyMEd{"E, G y/M/d"} |
michael@0 | 180 | yyyyMMM{"G y MMM"} |
michael@0 | 181 | yyyyMMMEd{"E, G y MMM d"} |
michael@0 | 182 | yyyyMMMM{"G y MMMM"} |
michael@0 | 183 | yyyyMMMd{"G y MMM d"} |
michael@0 | 184 | yyyyMd{"GGGGG y-MM-dd"} |
michael@0 | 185 | yyyyQQQ{"G y QQQ"} |
michael@0 | 186 | yyyyQQQQ{"G y QQQQ"} |
michael@0 | 187 | } |
michael@0 | 188 | intervalFormats{ |
michael@0 | 189 | H{ |
michael@0 | 190 | H{"HH-HH"} |
michael@0 | 191 | } |
michael@0 | 192 | Hm{ |
michael@0 | 193 | H{"HH:mm-HH:mm"} |
michael@0 | 194 | m{"HH:mm-HH:mm"} |
michael@0 | 195 | } |
michael@0 | 196 | Hmv{ |
michael@0 | 197 | H{"HH:mm-HH:mm v"} |
michael@0 | 198 | m{"HH:mm-HH:mm v"} |
michael@0 | 199 | } |
michael@0 | 200 | Hv{ |
michael@0 | 201 | H{"HH-HH v"} |
michael@0 | 202 | } |
michael@0 | 203 | M{ |
michael@0 | 204 | M{"M-M"} |
michael@0 | 205 | } |
michael@0 | 206 | MEd{ |
michael@0 | 207 | M{"EEEE၊ M/d – EEEE၊ M/d"} |
michael@0 | 208 | d{"EEEE၊ M/d – EEEE၊ M/d"} |
michael@0 | 209 | } |
michael@0 | 210 | MMM{ |
michael@0 | 211 | M{"MMM – MMM"} |
michael@0 | 212 | } |
michael@0 | 213 | MMMEd{ |
michael@0 | 214 | M{"MMM d၊ EEEE – MMM d၊ EEEE"} |
michael@0 | 215 | d{"MMM d၊ EEEE – MMM d၊ EEEE"} |
michael@0 | 216 | } |
michael@0 | 217 | MMMd{ |
michael@0 | 218 | M{"MMM d – MMM d"} |
michael@0 | 219 | d{"MMM d–d"} |
michael@0 | 220 | } |
michael@0 | 221 | Md{ |
michael@0 | 222 | M{"M/d – M/d"} |
michael@0 | 223 | d{"M/d – M/d"} |
michael@0 | 224 | } |
michael@0 | 225 | d{ |
michael@0 | 226 | d{"d–d"} |
michael@0 | 227 | } |
michael@0 | 228 | fallback{"{0} – {1}"} |
michael@0 | 229 | h{ |
michael@0 | 230 | a{"h a - h a"} |
michael@0 | 231 | h{"h-h a"} |
michael@0 | 232 | } |
michael@0 | 233 | hm{ |
michael@0 | 234 | a{"h:mm a - h:mm a"} |
michael@0 | 235 | h{"h:mm-h:mm a"} |
michael@0 | 236 | m{"h:mm-h:mm a"} |
michael@0 | 237 | } |
michael@0 | 238 | hmv{ |
michael@0 | 239 | a{"h:mm a - h:mm a v"} |
michael@0 | 240 | h{"h:mm-h:mm a v"} |
michael@0 | 241 | m{"h:mm-h:mm a v"} |
michael@0 | 242 | } |
michael@0 | 243 | hv{ |
michael@0 | 244 | a{"h a - h a v"} |
michael@0 | 245 | h{"h-h a v"} |
michael@0 | 246 | } |
michael@0 | 247 | y{ |
michael@0 | 248 | y{"G y-y"} |
michael@0 | 249 | } |
michael@0 | 250 | yM{ |
michael@0 | 251 | M{"G y/M – y/M"} |
michael@0 | 252 | y{"G y/M – y/M"} |
michael@0 | 253 | } |
michael@0 | 254 | yMEd{ |
michael@0 | 255 | M{"EEEE၊ G y/M/d – EEEE၊ y/M/d"} |
michael@0 | 256 | d{"EEEE၊ G y/M/d – EEEE၊ y/M/d"} |
michael@0 | 257 | y{"EEEE၊ G y/M/d – EEEE၊ y/M/d"} |
michael@0 | 258 | } |
michael@0 | 259 | yMMM{ |
michael@0 | 260 | M{"G y MMM – y MMM"} |
michael@0 | 261 | y{"G y MMM – y MMM"} |
michael@0 | 262 | } |
michael@0 | 263 | yMMMEd{ |
michael@0 | 264 | M{"G y၊ MMM d၊ EEEE – MMM d၊ EEEE"} |
michael@0 | 265 | d{"G y၊ MMM d၊ EEEE – MMM d၊ EEEE"} |
michael@0 | 266 | y{"G y၊ MMM d၊ EEEE – y၊ MMM d၊ EEEE"} |
michael@0 | 267 | } |
michael@0 | 268 | yMMMM{ |
michael@0 | 269 | M{"G y MMMM–MMMM"} |
michael@0 | 270 | y{"G y MMMM – y MMMM"} |
michael@0 | 271 | } |
michael@0 | 272 | yMMMd{ |
michael@0 | 273 | M{"G y၊ MMM d – MMM d"} |
michael@0 | 274 | d{"G y MMM d–d"} |
michael@0 | 275 | y{"G y MMM d – y MMM d"} |
michael@0 | 276 | } |
michael@0 | 277 | yMd{ |
michael@0 | 278 | M{"G y/M/d – y/M/d"} |
michael@0 | 279 | d{"G y/M/d – y/M/d"} |
michael@0 | 280 | y{"G y/M/d – y/M/d"} |
michael@0 | 281 | } |
michael@0 | 282 | } |
michael@0 | 283 | } |
michael@0 | 284 | gregorian{ |
michael@0 | 285 | AmPmMarkers{ |
michael@0 | 286 | "နံနက်", |
michael@0 | 287 | "ညနေ", |
michael@0 | 288 | } |
michael@0 | 289 | DateTimePatterns{ |
michael@0 | 290 | "HH:mm:ss zzzz", |
michael@0 | 291 | "HH:mm:ss z", |
michael@0 | 292 | "HH:mm:ss", |
michael@0 | 293 | "HH:mm", |
michael@0 | 294 | "EEEE, y MMMM dd", |
michael@0 | 295 | "y MMMM d", |
michael@0 | 296 | "y MMM d", |
michael@0 | 297 | "yy/MM/dd", |
michael@0 | 298 | "{1} {0}", |
michael@0 | 299 | "{1}မှာ {0}", |
michael@0 | 300 | "{1} {0}", |
michael@0 | 301 | "{1} {0}", |
michael@0 | 302 | "{1} {0}", |
michael@0 | 303 | } |
michael@0 | 304 | appendItems{ |
michael@0 | 305 | Timezone{"{0} {1}"} |
michael@0 | 306 | } |
michael@0 | 307 | availableFormats{ |
michael@0 | 308 | EHm{"E HH:mm"} |
michael@0 | 309 | EHms{"E HH:mm:ss"} |
michael@0 | 310 | Ed{"E, d"} |
michael@0 | 311 | Ehm{"E h:mm a"} |
michael@0 | 312 | Ehms{"E h:mm:ss a"} |
michael@0 | 313 | Gy{"G y"} |
michael@0 | 314 | GyMMM{"G y MMM"} |
michael@0 | 315 | GyMMMEd{"E, G y MMM d"} |
michael@0 | 316 | GyMMMd{"G y MMM d"} |
michael@0 | 317 | H{"HH"} |
michael@0 | 318 | Hm{"HH:mm"} |
michael@0 | 319 | Hms{"HH:mm:ss"} |
michael@0 | 320 | M{"L"} |
michael@0 | 321 | MEd{"E, M/d"} |
michael@0 | 322 | MMM{"LLL"} |
michael@0 | 323 | MMMEd{"E, MMM d"} |
michael@0 | 324 | MMMMEd{"E, MMMM d"} |
michael@0 | 325 | MMMMd{"MMMM d"} |
michael@0 | 326 | MMMd{"MMM d"} |
michael@0 | 327 | Md{"M/d"} |
michael@0 | 328 | d{"d"} |
michael@0 | 329 | h{"h a"} |
michael@0 | 330 | hm{"h:mm a"} |
michael@0 | 331 | hms{"h:mm:ss a"} |
michael@0 | 332 | ms{"mm:ss"} |
michael@0 | 333 | y{"y"} |
michael@0 | 334 | yM{"y/M"} |
michael@0 | 335 | yMEd{"E, y/M/d"} |
michael@0 | 336 | yMMM{"y MMM"} |
michael@0 | 337 | yMMMEd{"E, y MMM d"} |
michael@0 | 338 | yMMMM{"y MMMM"} |
michael@0 | 339 | yMMMd{"y MMM d"} |
michael@0 | 340 | yMd{"y-MM-dd"} |
michael@0 | 341 | yQQQ{"y QQQ"} |
michael@0 | 342 | yQQQQ{"y QQQQ"} |
michael@0 | 343 | } |
michael@0 | 344 | dayNames{ |
michael@0 | 345 | format{ |
michael@0 | 346 | abbreviated{ |
michael@0 | 347 | "တနင်္ဂနွေ", |
michael@0 | 348 | "တနင်္လာ", |
michael@0 | 349 | "အင်္ဂါ", |
michael@0 | 350 | "ဗုဒ္ဓဟူး", |
michael@0 | 351 | "ကြာသပတေး", |
michael@0 | 352 | "သောကြာ", |
michael@0 | 353 | "စနေ", |
michael@0 | 354 | } |
michael@0 | 355 | short{ |
michael@0 | 356 | "တနင်္ဂနွေ", |
michael@0 | 357 | "တနင်္လာ", |
michael@0 | 358 | "အင်္ဂါ", |
michael@0 | 359 | "ဗုဒ္ဓဟူး", |
michael@0 | 360 | "ကြာသပတေး", |
michael@0 | 361 | "သောကြာ", |
michael@0 | 362 | "စနေ", |
michael@0 | 363 | } |
michael@0 | 364 | wide{ |
michael@0 | 365 | "တနင်္ဂနွေ", |
michael@0 | 366 | "တနင်္လာ", |
michael@0 | 367 | "အင်္ဂါ", |
michael@0 | 368 | "ဗုဒ္ဓဟူး", |
michael@0 | 369 | "ကြာသပတေး", |
michael@0 | 370 | "သောကြာ", |
michael@0 | 371 | "စနေ", |
michael@0 | 372 | } |
michael@0 | 373 | } |
michael@0 | 374 | stand-alone{ |
michael@0 | 375 | abbreviated{ |
michael@0 | 376 | "တနင်္ဂနွေ", |
michael@0 | 377 | "တနင်္လာ", |
michael@0 | 378 | "အင်္ဂါ", |
michael@0 | 379 | "ဗုဒ္ဓဟူး", |
michael@0 | 380 | "ကြာသပတေး", |
michael@0 | 381 | "သောကြာ", |
michael@0 | 382 | "စနေ", |
michael@0 | 383 | } |
michael@0 | 384 | narrow{ |
michael@0 | 385 | "တ", |
michael@0 | 386 | "တ", |
michael@0 | 387 | "အ", |
michael@0 | 388 | "ဗ", |
michael@0 | 389 | "က", |
michael@0 | 390 | "သ", |
michael@0 | 391 | "စ", |
michael@0 | 392 | } |
michael@0 | 393 | wide{ |
michael@0 | 394 | "တနင်္ဂနွေ", |
michael@0 | 395 | "တနင်္လာ", |
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 | eras{ |
michael@0 | 405 | abbreviated{ |
michael@0 | 406 | "ဘီစီ", |
michael@0 | 407 | "အေဒီ", |
michael@0 | 408 | } |
michael@0 | 409 | wide{ |
michael@0 | 410 | "ခရစ်တော် မပေါ်မီကာလ", |
michael@0 | 411 | "ခရစ်တော် ပေါ်ထွန်းပြီးကာလ", |
michael@0 | 412 | } |
michael@0 | 413 | } |
michael@0 | 414 | intervalFormats{ |
michael@0 | 415 | H{ |
michael@0 | 416 | H{"HH-HH"} |
michael@0 | 417 | } |
michael@0 | 418 | Hm{ |
michael@0 | 419 | H{"HH:mm-HH:mm"} |
michael@0 | 420 | m{"HH:mm-HH:mm"} |
michael@0 | 421 | } |
michael@0 | 422 | Hmv{ |
michael@0 | 423 | H{"HH:mm-HH:mm v"} |
michael@0 | 424 | m{"HH:mm-HH:mm v"} |
michael@0 | 425 | } |
michael@0 | 426 | Hv{ |
michael@0 | 427 | H{"HH-HH v"} |
michael@0 | 428 | } |
michael@0 | 429 | M{ |
michael@0 | 430 | M{"M-M"} |
michael@0 | 431 | } |
michael@0 | 432 | MEd{ |
michael@0 | 433 | M{"EEEE၊ M/d – EEEE၊ M/d"} |
michael@0 | 434 | d{"EEEE၊ M/d – EEEE၊ M/d"} |
michael@0 | 435 | } |
michael@0 | 436 | MMM{ |
michael@0 | 437 | M{"MMM – MMM"} |
michael@0 | 438 | } |
michael@0 | 439 | MMMEd{ |
michael@0 | 440 | M{"MMM d၊ EEEE – MMM d၊ EEEE"} |
michael@0 | 441 | d{"MMM d၊ EEEE – MMM d၊ EEEE"} |
michael@0 | 442 | } |
michael@0 | 443 | MMMd{ |
michael@0 | 444 | M{"MMM d – MMM d"} |
michael@0 | 445 | d{"MMM d – MMM d"} |
michael@0 | 446 | } |
michael@0 | 447 | Md{ |
michael@0 | 448 | M{"M/d – M/d"} |
michael@0 | 449 | d{"M/d – M/d"} |
michael@0 | 450 | } |
michael@0 | 451 | d{ |
michael@0 | 452 | d{"d-d"} |
michael@0 | 453 | } |
michael@0 | 454 | fallback{"{0} – {1}"} |
michael@0 | 455 | h{ |
michael@0 | 456 | a{"h a - h a"} |
michael@0 | 457 | h{"h-h a"} |
michael@0 | 458 | } |
michael@0 | 459 | hm{ |
michael@0 | 460 | a{"h:mm a - h:mm a"} |
michael@0 | 461 | h{"h:mm-h:mm a"} |
michael@0 | 462 | m{"h:mm-h:mm a"} |
michael@0 | 463 | } |
michael@0 | 464 | hmv{ |
michael@0 | 465 | a{"h:mm a - h:mm a v"} |
michael@0 | 466 | h{"h:mm-h:mm a v"} |
michael@0 | 467 | m{"h:mm-h:mm a v"} |
michael@0 | 468 | } |
michael@0 | 469 | hv{ |
michael@0 | 470 | a{"h a - h a v"} |
michael@0 | 471 | h{"h-h a v"} |
michael@0 | 472 | } |
michael@0 | 473 | y{ |
michael@0 | 474 | y{"y-y"} |
michael@0 | 475 | } |
michael@0 | 476 | yM{ |
michael@0 | 477 | M{"y/M – y/M"} |
michael@0 | 478 | y{"y/M – y/M"} |
michael@0 | 479 | } |
michael@0 | 480 | yMEd{ |
michael@0 | 481 | M{"EEEE၊ y/M/d – EEEE၊ y/M/d"} |
michael@0 | 482 | d{"EEEE၊ y/M/d – EEEE၊ y/M/d"} |
michael@0 | 483 | y{"EEEE၊ y/M/d – EEEE၊ y/M/d"} |
michael@0 | 484 | } |
michael@0 | 485 | yMMM{ |
michael@0 | 486 | M{"y MMM – y MMM"} |
michael@0 | 487 | y{"y MMM – y MMM"} |
michael@0 | 488 | } |
michael@0 | 489 | yMMMEd{ |
michael@0 | 490 | M{"y၊ MMM d၊ EEEE – MMM d၊ EEEE"} |
michael@0 | 491 | d{"y၊ MMM d၊ EEEE – MMM d၊ EEEE"} |
michael@0 | 492 | y{"y၊ MMM d၊ EEEE – y၊ MMM d၊ EEEE"} |
michael@0 | 493 | } |
michael@0 | 494 | yMMMM{ |
michael@0 | 495 | M{"y MMMM–MMMM"} |
michael@0 | 496 | y{"y MMMM – y MMMM"} |
michael@0 | 497 | } |
michael@0 | 498 | yMMMd{ |
michael@0 | 499 | M{"y၊ MMM d – MMM d"} |
michael@0 | 500 | d{"y MMM d–d"} |
michael@0 | 501 | y{"y MMM d – y MMM d"} |
michael@0 | 502 | } |
michael@0 | 503 | yMd{ |
michael@0 | 504 | M{"y/M/d – y/M/d"} |
michael@0 | 505 | d{"y/M/d – y/M/d"} |
michael@0 | 506 | y{"y/M/d – y/M/d"} |
michael@0 | 507 | } |
michael@0 | 508 | } |
michael@0 | 509 | monthNames{ |
michael@0 | 510 | format{ |
michael@0 | 511 | abbreviated{ |
michael@0 | 512 | "ဇန်နဝါရီ", |
michael@0 | 513 | "ဖေဖော်ဝါရီ", |
michael@0 | 514 | "မတ်", |
michael@0 | 515 | "ဧပြီ", |
michael@0 | 516 | "မေ", |
michael@0 | 517 | "ဇွန်", |
michael@0 | 518 | "ဇူလိုင်", |
michael@0 | 519 | "ဩဂုတ်", |
michael@0 | 520 | "စက်တင်ဘာ", |
michael@0 | 521 | "အောက်တိုဘာ", |
michael@0 | 522 | "နိုဝင်ဘာ", |
michael@0 | 523 | "ဒီဇင်ဘာ", |
michael@0 | 524 | } |
michael@0 | 525 | wide{ |
michael@0 | 526 | "ဇန်နဝါရီ", |
michael@0 | 527 | "ဖေဖော်ဝါရီ", |
michael@0 | 528 | "မတ်", |
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 | stand-alone{ |
michael@0 | 541 | abbreviated{ |
michael@0 | 542 | "ဇန်နဝါရီ", |
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 | narrow{ |
michael@0 | 556 | "ဇ", |
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 | wide{ |
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 | } |
michael@0 | 584 | } |
michael@0 | 585 | quarters{ |
michael@0 | 586 | format{ |
michael@0 | 587 | abbreviated{ |
michael@0 | 588 | "ပထမ သုံးလပတ်", |
michael@0 | 589 | "ဒုတိယ သုံးလပတ်", |
michael@0 | 590 | "တတိယ သုံးလပတ်", |
michael@0 | 591 | "စတုတ္ထ သုံးလပတ်", |
michael@0 | 592 | } |
michael@0 | 593 | narrow{ |
michael@0 | 594 | "ပ", |
michael@0 | 595 | "ဒု", |
michael@0 | 596 | "တ", |
michael@0 | 597 | "စ", |
michael@0 | 598 | } |
michael@0 | 599 | wide{ |
michael@0 | 600 | "ပထမ သုံးလပတ်", |
michael@0 | 601 | "ဒုတိယ သုံးလပတ်", |
michael@0 | 602 | "တတိယ သုံးလပတ်", |
michael@0 | 603 | "စတုတ္ထ သုံးလပတ်", |
michael@0 | 604 | } |
michael@0 | 605 | } |
michael@0 | 606 | stand-alone{ |
michael@0 | 607 | abbreviated{ |
michael@0 | 608 | "ပထမ သုံးလပတ်", |
michael@0 | 609 | "ဒုတိယ သုံးလပတ်", |
michael@0 | 610 | "တတိယ သုံးလပတ်", |
michael@0 | 611 | "စတုတ္ထ သုံးလပတ်", |
michael@0 | 612 | } |
michael@0 | 613 | narrow{ |
michael@0 | 614 | "ပ", |
michael@0 | 615 | "ဒု", |
michael@0 | 616 | "တ", |
michael@0 | 617 | "စ", |
michael@0 | 618 | } |
michael@0 | 619 | wide{ |
michael@0 | 620 | "ပထမ သုံးလပတ်", |
michael@0 | 621 | "ဒုတိယ သုံးလပတ်", |
michael@0 | 622 | "တတိယ သုံးလပတ်", |
michael@0 | 623 | "စတုတ္ထ သုံးလပတ်", |
michael@0 | 624 | } |
michael@0 | 625 | } |
michael@0 | 626 | } |
michael@0 | 627 | } |
michael@0 | 628 | } |
michael@0 | 629 | delimiters{ |
michael@0 | 630 | alternateQuotationEnd{"’"} |
michael@0 | 631 | alternateQuotationStart{"‘"} |
michael@0 | 632 | quotationEnd{"”"} |
michael@0 | 633 | quotationStart{"“"} |
michael@0 | 634 | } |
michael@0 | 635 | durationUnits{ |
michael@0 | 636 | hm{"h:mm"} |
michael@0 | 637 | hms{"h:mm:ss"} |
michael@0 | 638 | ms{"m:ss"} |
michael@0 | 639 | } |
michael@0 | 640 | fields{ |
michael@0 | 641 | day{ |
michael@0 | 642 | dn{"ရက်"} |
michael@0 | 643 | relative{ |
michael@0 | 644 | "-1"{"မနေ့က"} |
michael@0 | 645 | "-2"{"တနေ့က"} |
michael@0 | 646 | "0"{"ယနေ့"} |
michael@0 | 647 | "1"{"မနက်ဖြန်"} |
michael@0 | 648 | "2"{"သဘက်ခါ"} |
michael@0 | 649 | } |
michael@0 | 650 | relativeTime{ |
michael@0 | 651 | future{ |
michael@0 | 652 | other{"{0}ရက်အတွင်း"} |
michael@0 | 653 | } |
michael@0 | 654 | past{ |
michael@0 | 655 | other{"လွန်ခဲ့သော{0}ရက်"} |
michael@0 | 656 | } |
michael@0 | 657 | } |
michael@0 | 658 | } |
michael@0 | 659 | dayperiod{ |
michael@0 | 660 | dn{"နံနက်/ညနေ"} |
michael@0 | 661 | } |
michael@0 | 662 | era{ |
michael@0 | 663 | dn{"ခေတ်"} |
michael@0 | 664 | } |
michael@0 | 665 | fri{ |
michael@0 | 666 | relative{ |
michael@0 | 667 | "-1"{"ပြီးခဲ့သောသောကြာ"} |
michael@0 | 668 | "0"{"ဒီသောကြာ"} |
michael@0 | 669 | "1"{"နောက်သောကြာ"} |
michael@0 | 670 | } |
michael@0 | 671 | } |
michael@0 | 672 | hour{ |
michael@0 | 673 | dn{"နာရီ"} |
michael@0 | 674 | relativeTime{ |
michael@0 | 675 | future{ |
michael@0 | 676 | other{"{0}နာရီအတွင်း"} |
michael@0 | 677 | } |
michael@0 | 678 | past{ |
michael@0 | 679 | other{"လွန်ခဲ့သော{0}နာရီ"} |
michael@0 | 680 | } |
michael@0 | 681 | } |
michael@0 | 682 | } |
michael@0 | 683 | minute{ |
michael@0 | 684 | dn{"မိနစ်"} |
michael@0 | 685 | relativeTime{ |
michael@0 | 686 | future{ |
michael@0 | 687 | other{"{0}မိနစ်အတွင်း"} |
michael@0 | 688 | } |
michael@0 | 689 | past{ |
michael@0 | 690 | other{"လွန်ခဲ့သော{0}မိနစ်"} |
michael@0 | 691 | } |
michael@0 | 692 | } |
michael@0 | 693 | } |
michael@0 | 694 | mon{ |
michael@0 | 695 | relative{ |
michael@0 | 696 | "-1"{"ပြီးခဲ့သောတနင်္လာ"} |
michael@0 | 697 | "0"{"ဒီတနင်္လာ"} |
michael@0 | 698 | "1"{"နောက်တနင်္လာ"} |
michael@0 | 699 | } |
michael@0 | 700 | } |
michael@0 | 701 | month{ |
michael@0 | 702 | dn{"လ"} |
michael@0 | 703 | relative{ |
michael@0 | 704 | "-1"{"ယမန်လ"} |
michael@0 | 705 | "0"{"ယခုလ"} |
michael@0 | 706 | "1"{"နောက်လ"} |
michael@0 | 707 | } |
michael@0 | 708 | relativeTime{ |
michael@0 | 709 | future{ |
michael@0 | 710 | other{"{0}လအတွင်း"} |
michael@0 | 711 | } |
michael@0 | 712 | past{ |
michael@0 | 713 | other{"လွန်ခဲ့သော{0}လ"} |
michael@0 | 714 | } |
michael@0 | 715 | } |
michael@0 | 716 | } |
michael@0 | 717 | sat{ |
michael@0 | 718 | relative{ |
michael@0 | 719 | "-1"{"ပြီးခဲ့သောစနေ"} |
michael@0 | 720 | "0"{"ဒီစနေ"} |
michael@0 | 721 | "1"{"နောက်စနေ"} |
michael@0 | 722 | } |
michael@0 | 723 | } |
michael@0 | 724 | second{ |
michael@0 | 725 | dn{"စက္ကန့်"} |
michael@0 | 726 | relative{ |
michael@0 | 727 | "0"{"ယခု"} |
michael@0 | 728 | } |
michael@0 | 729 | relativeTime{ |
michael@0 | 730 | future{ |
michael@0 | 731 | other{"{0}စက္ကန့်အတွင်း"} |
michael@0 | 732 | } |
michael@0 | 733 | past{ |
michael@0 | 734 | other{"လွန်ခဲ့သော{0}စက္ကန့်"} |
michael@0 | 735 | } |
michael@0 | 736 | } |
michael@0 | 737 | } |
michael@0 | 738 | sun{ |
michael@0 | 739 | relative{ |
michael@0 | 740 | "-1"{"ပြီးခဲ့သောတနင်္ဂနွေ"} |
michael@0 | 741 | "0"{"ဒီတနင်္ဂနွေ"} |
michael@0 | 742 | "1"{"နောက်တနင်္ဂနွေ"} |
michael@0 | 743 | } |
michael@0 | 744 | } |
michael@0 | 745 | thu{ |
michael@0 | 746 | relative{ |
michael@0 | 747 | "-1"{"ပြီးခဲ့သောကြာသပတေး"} |
michael@0 | 748 | "0"{"ဒီကြာသပတေး"} |
michael@0 | 749 | "1"{"နောက်ကြာသပတေး"} |
michael@0 | 750 | } |
michael@0 | 751 | } |
michael@0 | 752 | tue{ |
michael@0 | 753 | relative{ |
michael@0 | 754 | "-1"{"ပြီးခဲ့သောအင်္ဂါ"} |
michael@0 | 755 | "0"{"ဒီအင်္ဂါ"} |
michael@0 | 756 | "1"{"နောက်အင်္ဂါ"} |
michael@0 | 757 | } |
michael@0 | 758 | } |
michael@0 | 759 | wed{ |
michael@0 | 760 | relative{ |
michael@0 | 761 | "-1"{"ပြီးခဲ့သော ဗုဒ္ဓဟူး"} |
michael@0 | 762 | "0"{"ဒီဗုဒ္ဓဟူး"} |
michael@0 | 763 | "1"{"နောက်ဗုဒ္ဓဟူး"} |
michael@0 | 764 | } |
michael@0 | 765 | } |
michael@0 | 766 | week{ |
michael@0 | 767 | dn{"ပတ်"} |
michael@0 | 768 | relative{ |
michael@0 | 769 | "-1"{"ပြီးခဲ့သောအပတ်"} |
michael@0 | 770 | "0"{"ဒီအပတ်"} |
michael@0 | 771 | "1"{"နောက်အပတ်"} |
michael@0 | 772 | } |
michael@0 | 773 | relativeTime{ |
michael@0 | 774 | future{ |
michael@0 | 775 | other{"{0}ပတ်အတွင်း"} |
michael@0 | 776 | } |
michael@0 | 777 | past{ |
michael@0 | 778 | other{"လွန်ခဲ့သော{0}ပတ်"} |
michael@0 | 779 | } |
michael@0 | 780 | } |
michael@0 | 781 | } |
michael@0 | 782 | weekday{ |
michael@0 | 783 | dn{"နေ့"} |
michael@0 | 784 | } |
michael@0 | 785 | year{ |
michael@0 | 786 | dn{"နှစ်"} |
michael@0 | 787 | relative{ |
michael@0 | 788 | "-1"{"ယမန်နှစ်"} |
michael@0 | 789 | "0"{"ယခုနှစ်"} |
michael@0 | 790 | "1"{"နောက်နှစ်"} |
michael@0 | 791 | } |
michael@0 | 792 | relativeTime{ |
michael@0 | 793 | future{ |
michael@0 | 794 | other{"{0}နှစ်အတွင်း"} |
michael@0 | 795 | } |
michael@0 | 796 | past{ |
michael@0 | 797 | other{"လွန်ခဲ့သော{0}နှစ်"} |
michael@0 | 798 | } |
michael@0 | 799 | } |
michael@0 | 800 | } |
michael@0 | 801 | zone{ |
michael@0 | 802 | dn{"ဇုန်"} |
michael@0 | 803 | } |
michael@0 | 804 | } |
michael@0 | 805 | listPattern{ |
michael@0 | 806 | standard{ |
michael@0 | 807 | 2{"{0}နှင့်{1}"} |
michael@0 | 808 | end{"{0}, နှင့်{1}"} |
michael@0 | 809 | middle{"{0}, {1}"} |
michael@0 | 810 | start{"{0}, {1}"} |
michael@0 | 811 | } |
michael@0 | 812 | unit{ |
michael@0 | 813 | 2{"{0}နှင့်{1}"} |
michael@0 | 814 | end{"{0}, နှင့်{1}"} |
michael@0 | 815 | middle{"{0}, {1}"} |
michael@0 | 816 | start{"{0}, {1}"} |
michael@0 | 817 | } |
michael@0 | 818 | unit-narrow{ |
michael@0 | 819 | 2{"{0}နှင့်{1}"} |
michael@0 | 820 | end{"{0}, နှင့်{1}"} |
michael@0 | 821 | middle{"{0}, {1}"} |
michael@0 | 822 | start{"{0}, {1}"} |
michael@0 | 823 | } |
michael@0 | 824 | unit-short{ |
michael@0 | 825 | 2{"{0}နှင့်{1}"} |
michael@0 | 826 | end{"{0}, နှင့်{1}"} |
michael@0 | 827 | middle{"{0}, {1}"} |
michael@0 | 828 | start{"{0}, {1}"} |
michael@0 | 829 | } |
michael@0 | 830 | } |
michael@0 | 831 | measurementSystemNames{ |
michael@0 | 832 | UK{"ဗြိတိန်စနစ်"} |
michael@0 | 833 | US{"အမေရိကန်စနစ်"} |
michael@0 | 834 | metric{"မက်ထရစ်စနစ်"} |
michael@0 | 835 | } |
michael@0 | 836 | units{ |
michael@0 | 837 | acceleration{ |
michael@0 | 838 | g-force{ |
michael@0 | 839 | other{"{0} ဆွဲငင်အား"} |
michael@0 | 840 | } |
michael@0 | 841 | } |
michael@0 | 842 | angle{ |
michael@0 | 843 | arc-minute{ |
michael@0 | 844 | other{"{0}မိနစ်"} |
michael@0 | 845 | } |
michael@0 | 846 | arc-second{ |
michael@0 | 847 | other{"{0}စက္ကန့်"} |
michael@0 | 848 | } |
michael@0 | 849 | degree{ |
michael@0 | 850 | other{"{0}ဒီဂရီ"} |
michael@0 | 851 | } |
michael@0 | 852 | } |
michael@0 | 853 | area{ |
michael@0 | 854 | acre{ |
michael@0 | 855 | other{"{0}ဧက"} |
michael@0 | 856 | } |
michael@0 | 857 | hectare{ |
michael@0 | 858 | other{"{0} ဟက်တာ"} |
michael@0 | 859 | } |
michael@0 | 860 | square-foot{ |
michael@0 | 861 | other{"{0}စတုရန်းပေ"} |
michael@0 | 862 | } |
michael@0 | 863 | square-kilometer{ |
michael@0 | 864 | other{"{0}စတုရန်းကီလိုမီတာ"} |
michael@0 | 865 | } |
michael@0 | 866 | square-meter{ |
michael@0 | 867 | other{"{0}စတုရန်းမီတာ"} |
michael@0 | 868 | } |
michael@0 | 869 | square-mile{ |
michael@0 | 870 | other{"{0}စတုရန်းမိုင်"} |
michael@0 | 871 | } |
michael@0 | 872 | } |
michael@0 | 873 | compound{ |
michael@0 | 874 | per{"{0}လျှင်{1}နှုန်း"} |
michael@0 | 875 | } |
michael@0 | 876 | duration{ |
michael@0 | 877 | day{ |
michael@0 | 878 | other{"{0}ရက်"} |
michael@0 | 879 | } |
michael@0 | 880 | hour{ |
michael@0 | 881 | other{"{0}နာရီ"} |
michael@0 | 882 | } |
michael@0 | 883 | millisecond{ |
michael@0 | 884 | other{"{0}မီလီစက္ကန့်"} |
michael@0 | 885 | } |
michael@0 | 886 | minute{ |
michael@0 | 887 | other{"{0} မိနစ်"} |
michael@0 | 888 | } |
michael@0 | 889 | month{ |
michael@0 | 890 | other{"{0}လ"} |
michael@0 | 891 | } |
michael@0 | 892 | second{ |
michael@0 | 893 | other{"{0} စက္ကန့်"} |
michael@0 | 894 | } |
michael@0 | 895 | week{ |
michael@0 | 896 | other{"{0}ပတ်"} |
michael@0 | 897 | } |
michael@0 | 898 | year{ |
michael@0 | 899 | other{"{0}နှစ်"} |
michael@0 | 900 | } |
michael@0 | 901 | } |
michael@0 | 902 | length{ |
michael@0 | 903 | centimeter{ |
michael@0 | 904 | other{"{0} စင်တီမီတာ"} |
michael@0 | 905 | } |
michael@0 | 906 | foot{ |
michael@0 | 907 | other{"{0} ပေ"} |
michael@0 | 908 | } |
michael@0 | 909 | inch{ |
michael@0 | 910 | other{"{0} လက္မ"} |
michael@0 | 911 | } |
michael@0 | 912 | kilometer{ |
michael@0 | 913 | other{"{0} ကီလိုမီတာ"} |
michael@0 | 914 | } |
michael@0 | 915 | light-year{ |
michael@0 | 916 | other{"{0} အလင်းနှစ်"} |
michael@0 | 917 | } |
michael@0 | 918 | meter{ |
michael@0 | 919 | other{"{0}မီတာ"} |
michael@0 | 920 | } |
michael@0 | 921 | mile{ |
michael@0 | 922 | other{"{0} မိုင်"} |
michael@0 | 923 | } |
michael@0 | 924 | millimeter{ |
michael@0 | 925 | other{"{0} မီလီမီတာ"} |
michael@0 | 926 | } |
michael@0 | 927 | picometer{ |
michael@0 | 928 | other{"{0} ပီကိုမီတာ"} |
michael@0 | 929 | } |
michael@0 | 930 | yard{ |
michael@0 | 931 | other{"{0} ကိုက်"} |
michael@0 | 932 | } |
michael@0 | 933 | } |
michael@0 | 934 | mass{ |
michael@0 | 935 | gram{ |
michael@0 | 936 | other{"{0} ဂရမ်"} |
michael@0 | 937 | } |
michael@0 | 938 | kilogram{ |
michael@0 | 939 | other{"{0}ကီလိုဂရမ်"} |
michael@0 | 940 | } |
michael@0 | 941 | ounce{ |
michael@0 | 942 | other{"{0}အောင်စ"} |
michael@0 | 943 | } |
michael@0 | 944 | pound{ |
michael@0 | 945 | other{"{0}ပေါင်"} |
michael@0 | 946 | } |
michael@0 | 947 | } |
michael@0 | 948 | power{ |
michael@0 | 949 | horsepower{ |
michael@0 | 950 | other{"{0}မြင်ကောင်ရေအား"} |
michael@0 | 951 | } |
michael@0 | 952 | kilowatt{ |
michael@0 | 953 | other{"{0}ကီလိုဝပ်"} |
michael@0 | 954 | } |
michael@0 | 955 | watt{ |
michael@0 | 956 | other{"{0}ဝပ်"} |
michael@0 | 957 | } |
michael@0 | 958 | } |
michael@0 | 959 | pressure{ |
michael@0 | 960 | hectopascal{ |
michael@0 | 961 | other{"{0}ဟက်တိုပါစကယ်"} |
michael@0 | 962 | } |
michael@0 | 963 | inch-hg{ |
michael@0 | 964 | other{"ပြဒါး{0}လက္မ"} |
michael@0 | 965 | } |
michael@0 | 966 | millibar{ |
michael@0 | 967 | other{"{0}မီလီဘား"} |
michael@0 | 968 | } |
michael@0 | 969 | } |
michael@0 | 970 | speed{ |
michael@0 | 971 | kilometer-per-hour{ |
michael@0 | 972 | other{"တစ်နာရီလျှင်{0}ကီလိုမီတာနှုန်း"} |
michael@0 | 973 | } |
michael@0 | 974 | meter-per-second{ |
michael@0 | 975 | other{"တစ်စက္ကန့်လျှင်{0}မီတာနှုန်း"} |
michael@0 | 976 | } |
michael@0 | 977 | mile-per-hour{ |
michael@0 | 978 | other{"တစ်နာရီလျှင်{0}မိုင်နှုန်း"} |
michael@0 | 979 | } |
michael@0 | 980 | } |
michael@0 | 981 | temperature{ |
michael@0 | 982 | celsius{ |
michael@0 | 983 | other{"{0}စင်တီဂရိတ်"} |
michael@0 | 984 | } |
michael@0 | 985 | fahrenheit{ |
michael@0 | 986 | other{"{0}ဖာရင်ဟိုက်"} |
michael@0 | 987 | } |
michael@0 | 988 | } |
michael@0 | 989 | volume{ |
michael@0 | 990 | cubic-kilometer{ |
michael@0 | 991 | other{"{0} ကုဗကီလိုမီတာ"} |
michael@0 | 992 | } |
michael@0 | 993 | cubic-mile{ |
michael@0 | 994 | other{"{0}ကုဗမိုင်"} |
michael@0 | 995 | } |
michael@0 | 996 | liter{ |
michael@0 | 997 | other{"{0}လီတာ"} |
michael@0 | 998 | } |
michael@0 | 999 | } |
michael@0 | 1000 | } |
michael@0 | 1001 | unitsNarrow{ |
michael@0 | 1002 | acceleration{ |
michael@0 | 1003 | g-force{ |
michael@0 | 1004 | other{"{0} G"} |
michael@0 | 1005 | } |
michael@0 | 1006 | } |
michael@0 | 1007 | angle{ |
michael@0 | 1008 | arc-minute{ |
michael@0 | 1009 | other{"{0}′"} |
michael@0 | 1010 | } |
michael@0 | 1011 | arc-second{ |
michael@0 | 1012 | other{"{0}″"} |
michael@0 | 1013 | } |
michael@0 | 1014 | degree{ |
michael@0 | 1015 | other{"{0}°"} |
michael@0 | 1016 | } |
michael@0 | 1017 | } |
michael@0 | 1018 | area{ |
michael@0 | 1019 | acre{ |
michael@0 | 1020 | other{"{0} ac"} |
michael@0 | 1021 | } |
michael@0 | 1022 | hectare{ |
michael@0 | 1023 | other{"{0} ha"} |
michael@0 | 1024 | } |
michael@0 | 1025 | square-foot{ |
michael@0 | 1026 | other{"{0} ft²"} |
michael@0 | 1027 | } |
michael@0 | 1028 | square-kilometer{ |
michael@0 | 1029 | other{"{0} km²"} |
michael@0 | 1030 | } |
michael@0 | 1031 | square-meter{ |
michael@0 | 1032 | other{"{0} m²"} |
michael@0 | 1033 | } |
michael@0 | 1034 | square-mile{ |
michael@0 | 1035 | other{"{0} mi²"} |
michael@0 | 1036 | } |
michael@0 | 1037 | } |
michael@0 | 1038 | compound{ |
michael@0 | 1039 | per{"{0}/{1}"} |
michael@0 | 1040 | } |
michael@0 | 1041 | duration{ |
michael@0 | 1042 | day{ |
michael@0 | 1043 | other{"{0}ရက်"} |
michael@0 | 1044 | } |
michael@0 | 1045 | hour{ |
michael@0 | 1046 | other{"{0}နာရီ"} |
michael@0 | 1047 | } |
michael@0 | 1048 | millisecond{ |
michael@0 | 1049 | other{"{0} ms"} |
michael@0 | 1050 | } |
michael@0 | 1051 | minute{ |
michael@0 | 1052 | other{"{0}မိနစ်"} |
michael@0 | 1053 | } |
michael@0 | 1054 | month{ |
michael@0 | 1055 | other{"{0}လ"} |
michael@0 | 1056 | } |
michael@0 | 1057 | second{ |
michael@0 | 1058 | other{"{0} s"} |
michael@0 | 1059 | } |
michael@0 | 1060 | week{ |
michael@0 | 1061 | other{"{0}ပတ်"} |
michael@0 | 1062 | } |
michael@0 | 1063 | year{ |
michael@0 | 1064 | other{"{0} y"} |
michael@0 | 1065 | } |
michael@0 | 1066 | } |
michael@0 | 1067 | length{ |
michael@0 | 1068 | centimeter{ |
michael@0 | 1069 | other{"{0} cm"} |
michael@0 | 1070 | } |
michael@0 | 1071 | foot{ |
michael@0 | 1072 | other{"{0} '"} |
michael@0 | 1073 | } |
michael@0 | 1074 | inch{ |
michael@0 | 1075 | other{"{0} ″"} |
michael@0 | 1076 | } |
michael@0 | 1077 | kilometer{ |
michael@0 | 1078 | other{"{0} km"} |
michael@0 | 1079 | } |
michael@0 | 1080 | light-year{ |
michael@0 | 1081 | other{"{0} အလင်းနှစ်"} |
michael@0 | 1082 | } |
michael@0 | 1083 | meter{ |
michael@0 | 1084 | other{"{0} m"} |
michael@0 | 1085 | } |
michael@0 | 1086 | mile{ |
michael@0 | 1087 | other{"{0}မိုင်"} |
michael@0 | 1088 | } |
michael@0 | 1089 | millimeter{ |
michael@0 | 1090 | other{"{0} mm"} |
michael@0 | 1091 | } |
michael@0 | 1092 | picometer{ |
michael@0 | 1093 | other{"{0} pm"} |
michael@0 | 1094 | } |
michael@0 | 1095 | yard{ |
michael@0 | 1096 | other{"{0} ကိုက်"} |
michael@0 | 1097 | } |
michael@0 | 1098 | } |
michael@0 | 1099 | mass{ |
michael@0 | 1100 | gram{ |
michael@0 | 1101 | other{"{0} g"} |
michael@0 | 1102 | } |
michael@0 | 1103 | kilogram{ |
michael@0 | 1104 | other{"{0} kg"} |
michael@0 | 1105 | } |
michael@0 | 1106 | ounce{ |
michael@0 | 1107 | other{"{0} oz"} |
michael@0 | 1108 | } |
michael@0 | 1109 | pound{ |
michael@0 | 1110 | other{"{0} lb"} |
michael@0 | 1111 | } |
michael@0 | 1112 | } |
michael@0 | 1113 | power{ |
michael@0 | 1114 | horsepower{ |
michael@0 | 1115 | other{"{0} hp"} |
michael@0 | 1116 | } |
michael@0 | 1117 | kilowatt{ |
michael@0 | 1118 | other{"{0} kW"} |
michael@0 | 1119 | } |
michael@0 | 1120 | watt{ |
michael@0 | 1121 | other{"{0} W"} |
michael@0 | 1122 | } |
michael@0 | 1123 | } |
michael@0 | 1124 | pressure{ |
michael@0 | 1125 | hectopascal{ |
michael@0 | 1126 | other{"{0} hPa"} |
michael@0 | 1127 | } |
michael@0 | 1128 | inch-hg{ |
michael@0 | 1129 | other{"{0} inHg"} |
michael@0 | 1130 | } |
michael@0 | 1131 | millibar{ |
michael@0 | 1132 | other{"{0} mbar"} |
michael@0 | 1133 | } |
michael@0 | 1134 | } |
michael@0 | 1135 | speed{ |
michael@0 | 1136 | kilometer-per-hour{ |
michael@0 | 1137 | other{"{0} km/h"} |
michael@0 | 1138 | } |
michael@0 | 1139 | meter-per-second{ |
michael@0 | 1140 | other{"{0} m/s"} |
michael@0 | 1141 | } |
michael@0 | 1142 | mile-per-hour{ |
michael@0 | 1143 | other{"{0} mi/h"} |
michael@0 | 1144 | } |
michael@0 | 1145 | } |
michael@0 | 1146 | temperature{ |
michael@0 | 1147 | celsius{ |
michael@0 | 1148 | other{"{0}°"} |
michael@0 | 1149 | } |
michael@0 | 1150 | fahrenheit{ |
michael@0 | 1151 | other{"{0}°F"} |
michael@0 | 1152 | } |
michael@0 | 1153 | } |
michael@0 | 1154 | volume{ |
michael@0 | 1155 | cubic-kilometer{ |
michael@0 | 1156 | other{"{0} km³"} |
michael@0 | 1157 | } |
michael@0 | 1158 | cubic-mile{ |
michael@0 | 1159 | other{"{0} mi³"} |
michael@0 | 1160 | } |
michael@0 | 1161 | liter{ |
michael@0 | 1162 | other{"{0} l"} |
michael@0 | 1163 | } |
michael@0 | 1164 | } |
michael@0 | 1165 | } |
michael@0 | 1166 | unitsShort{ |
michael@0 | 1167 | acceleration{ |
michael@0 | 1168 | g-force{ |
michael@0 | 1169 | other{"{0} G"} |
michael@0 | 1170 | } |
michael@0 | 1171 | } |
michael@0 | 1172 | angle{ |
michael@0 | 1173 | arc-minute{ |
michael@0 | 1174 | other{"{0}′"} |
michael@0 | 1175 | } |
michael@0 | 1176 | arc-second{ |
michael@0 | 1177 | other{"{0}″"} |
michael@0 | 1178 | } |
michael@0 | 1179 | degree{ |
michael@0 | 1180 | other{"{0}°"} |
michael@0 | 1181 | } |
michael@0 | 1182 | } |
michael@0 | 1183 | area{ |
michael@0 | 1184 | acre{ |
michael@0 | 1185 | other{"{0} ac"} |
michael@0 | 1186 | } |
michael@0 | 1187 | hectare{ |
michael@0 | 1188 | other{"{0} ha"} |
michael@0 | 1189 | } |
michael@0 | 1190 | square-foot{ |
michael@0 | 1191 | other{"{0} ft²"} |
michael@0 | 1192 | } |
michael@0 | 1193 | square-kilometer{ |
michael@0 | 1194 | other{"{0} km²"} |
michael@0 | 1195 | } |
michael@0 | 1196 | square-meter{ |
michael@0 | 1197 | other{"{0} m²"} |
michael@0 | 1198 | } |
michael@0 | 1199 | square-mile{ |
michael@0 | 1200 | other{"{0} mi²"} |
michael@0 | 1201 | } |
michael@0 | 1202 | } |
michael@0 | 1203 | compound{ |
michael@0 | 1204 | per{"{0}/{1}"} |
michael@0 | 1205 | } |
michael@0 | 1206 | duration{ |
michael@0 | 1207 | day{ |
michael@0 | 1208 | other{"{0}ရက်"} |
michael@0 | 1209 | } |
michael@0 | 1210 | hour{ |
michael@0 | 1211 | other{"{0}နာရီ"} |
michael@0 | 1212 | } |
michael@0 | 1213 | millisecond{ |
michael@0 | 1214 | other{"{0} ms"} |
michael@0 | 1215 | } |
michael@0 | 1216 | minute{ |
michael@0 | 1217 | other{"{0}မိနစ်"} |
michael@0 | 1218 | } |
michael@0 | 1219 | month{ |
michael@0 | 1220 | other{"{0}လ"} |
michael@0 | 1221 | } |
michael@0 | 1222 | second{ |
michael@0 | 1223 | other{"{0} s"} |
michael@0 | 1224 | } |
michael@0 | 1225 | week{ |
michael@0 | 1226 | other{"{0}ပတ်"} |
michael@0 | 1227 | } |
michael@0 | 1228 | year{ |
michael@0 | 1229 | other{"{0} y"} |
michael@0 | 1230 | } |
michael@0 | 1231 | } |
michael@0 | 1232 | length{ |
michael@0 | 1233 | centimeter{ |
michael@0 | 1234 | other{"{0} cm"} |
michael@0 | 1235 | } |
michael@0 | 1236 | foot{ |
michael@0 | 1237 | other{"{0} ပေ"} |
michael@0 | 1238 | } |
michael@0 | 1239 | inch{ |
michael@0 | 1240 | other{"{0} လက္မ"} |
michael@0 | 1241 | } |
michael@0 | 1242 | kilometer{ |
michael@0 | 1243 | other{"{0} km"} |
michael@0 | 1244 | } |
michael@0 | 1245 | light-year{ |
michael@0 | 1246 | other{"{0} အလင်းနှစ်"} |
michael@0 | 1247 | } |
michael@0 | 1248 | meter{ |
michael@0 | 1249 | other{"{0} m"} |
michael@0 | 1250 | } |
michael@0 | 1251 | mile{ |
michael@0 | 1252 | other{"{0}မိုင်"} |
michael@0 | 1253 | } |
michael@0 | 1254 | millimeter{ |
michael@0 | 1255 | other{"{0} mm"} |
michael@0 | 1256 | } |
michael@0 | 1257 | picometer{ |
michael@0 | 1258 | other{"{0} pm"} |
michael@0 | 1259 | } |
michael@0 | 1260 | yard{ |
michael@0 | 1261 | other{"{0} ကိုက်"} |
michael@0 | 1262 | } |
michael@0 | 1263 | } |
michael@0 | 1264 | mass{ |
michael@0 | 1265 | gram{ |
michael@0 | 1266 | other{"{0} g"} |
michael@0 | 1267 | } |
michael@0 | 1268 | kilogram{ |
michael@0 | 1269 | other{"{0} kg"} |
michael@0 | 1270 | } |
michael@0 | 1271 | ounce{ |
michael@0 | 1272 | other{"{0} oz"} |
michael@0 | 1273 | } |
michael@0 | 1274 | pound{ |
michael@0 | 1275 | other{"{0} lb"} |
michael@0 | 1276 | } |
michael@0 | 1277 | } |
michael@0 | 1278 | power{ |
michael@0 | 1279 | horsepower{ |
michael@0 | 1280 | other{"{0} hp"} |
michael@0 | 1281 | } |
michael@0 | 1282 | kilowatt{ |
michael@0 | 1283 | other{"{0} kW"} |
michael@0 | 1284 | } |
michael@0 | 1285 | watt{ |
michael@0 | 1286 | other{"{0} W"} |
michael@0 | 1287 | } |
michael@0 | 1288 | } |
michael@0 | 1289 | pressure{ |
michael@0 | 1290 | hectopascal{ |
michael@0 | 1291 | other{"{0} hPa"} |
michael@0 | 1292 | } |
michael@0 | 1293 | inch-hg{ |
michael@0 | 1294 | other{"{0} inHg"} |
michael@0 | 1295 | } |
michael@0 | 1296 | millibar{ |
michael@0 | 1297 | other{"{0} mbar"} |
michael@0 | 1298 | } |
michael@0 | 1299 | } |
michael@0 | 1300 | speed{ |
michael@0 | 1301 | kilometer-per-hour{ |
michael@0 | 1302 | other{"{0} km/h"} |
michael@0 | 1303 | } |
michael@0 | 1304 | meter-per-second{ |
michael@0 | 1305 | other{"{0} m/s"} |
michael@0 | 1306 | } |
michael@0 | 1307 | mile-per-hour{ |
michael@0 | 1308 | other{"{0} mi/h"} |
michael@0 | 1309 | } |
michael@0 | 1310 | } |
michael@0 | 1311 | temperature{ |
michael@0 | 1312 | celsius{ |
michael@0 | 1313 | other{"{0}°C"} |
michael@0 | 1314 | } |
michael@0 | 1315 | fahrenheit{ |
michael@0 | 1316 | other{"{0}°F"} |
michael@0 | 1317 | } |
michael@0 | 1318 | } |
michael@0 | 1319 | volume{ |
michael@0 | 1320 | cubic-kilometer{ |
michael@0 | 1321 | other{"{0} km³"} |
michael@0 | 1322 | } |
michael@0 | 1323 | cubic-mile{ |
michael@0 | 1324 | other{"{0} mi³"} |
michael@0 | 1325 | } |
michael@0 | 1326 | liter{ |
michael@0 | 1327 | other{"{0} l"} |
michael@0 | 1328 | } |
michael@0 | 1329 | } |
michael@0 | 1330 | } |
michael@0 | 1331 | } |