michael@0: // *************************************************************************** michael@0: // * michael@0: // * Copyright (C) 2013 International Business Machines michael@0: // * Corporation and others. All Rights Reserved. michael@0: // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter michael@0: // * Source File: /common/main/en.xml michael@0: // * michael@0: // *************************************************************************** michael@0: /** michael@0: * ICU source: /common/main/en.xml michael@0: */ michael@0: en{ michael@0: AuxExemplarCharacters{ michael@0: "[á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ" michael@0: "]" michael@0: } michael@0: ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"} michael@0: ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"} michael@0: ExemplarCharactersPunctuation{ michael@0: "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ " michael@0: "″]" michael@0: } michael@0: LocaleScript{ michael@0: "Latn", michael@0: } michael@0: NumberElements{ michael@0: latn{ michael@0: miscPatterns{ michael@0: atLeast{"{0}+"} michael@0: } michael@0: patterns{ michael@0: accountingFormat{"¤#,##0.00;(¤#,##0.00)"} michael@0: currencyFormat{"¤#,##0.00"} michael@0: decimalFormat{"#,##0.###"} michael@0: percentFormat{"#,##0%"} michael@0: scientificFormat{"#E0"} michael@0: } michael@0: patternsLong{ michael@0: decimalFormat{ michael@0: 1000{ michael@0: one{"0 thousand"} michael@0: other{"0 thousand"} michael@0: } michael@0: 10000{ michael@0: one{"00 thousand"} michael@0: other{"00 thousand"} michael@0: } michael@0: 100000{ michael@0: one{"000 thousand"} michael@0: other{"000 thousand"} michael@0: } michael@0: 1000000{ michael@0: one{"0 million"} michael@0: other{"0 million"} michael@0: } michael@0: 10000000{ michael@0: one{"00 million"} michael@0: other{"00 million"} michael@0: } michael@0: 100000000{ michael@0: one{"000 million"} michael@0: other{"000 million"} michael@0: } michael@0: 1000000000{ michael@0: one{"0 billion"} michael@0: other{"0 billion"} michael@0: } michael@0: 10000000000{ michael@0: one{"00 billion"} michael@0: other{"00 billion"} michael@0: } michael@0: 100000000000{ michael@0: one{"000 billion"} michael@0: other{"000 billion"} michael@0: } michael@0: 1000000000000{ michael@0: one{"0 trillion"} michael@0: other{"0 trillion"} michael@0: } michael@0: 10000000000000{ michael@0: one{"00 trillion"} michael@0: other{"00 trillion"} michael@0: } michael@0: 100000000000000{ michael@0: one{"000 trillion"} michael@0: other{"000 trillion"} michael@0: } michael@0: } michael@0: } michael@0: patternsShort{ michael@0: decimalFormat{ michael@0: 1000{ michael@0: one{"0K"} michael@0: other{"0K"} michael@0: } michael@0: 10000{ michael@0: one{"00K"} michael@0: other{"00K"} michael@0: } michael@0: 100000{ michael@0: one{"000K"} michael@0: other{"000K"} michael@0: } michael@0: 1000000{ michael@0: one{"0M"} michael@0: other{"0M"} michael@0: } michael@0: 10000000{ michael@0: one{"00M"} michael@0: other{"00M"} michael@0: } michael@0: 100000000{ michael@0: one{"000M"} michael@0: other{"000M"} michael@0: } michael@0: 1000000000{ michael@0: one{"0B"} michael@0: other{"0B"} michael@0: } michael@0: 10000000000{ michael@0: one{"00B"} michael@0: other{"00B"} michael@0: } michael@0: 100000000000{ michael@0: one{"000B"} michael@0: other{"000B"} michael@0: } michael@0: 1000000000000{ michael@0: one{"0T"} michael@0: other{"0T"} michael@0: } michael@0: 10000000000000{ michael@0: one{"00T"} michael@0: other{"00T"} michael@0: } michael@0: 100000000000000{ michael@0: one{"000T"} michael@0: other{"000T"} michael@0: } michael@0: } michael@0: } michael@0: symbols{ michael@0: decimal{"."} michael@0: exponential{"E"} michael@0: group{","} michael@0: infinity{"∞"} michael@0: list{";"} michael@0: minusSign{"-"} michael@0: nan{"NaN"} michael@0: perMille{"‰"} michael@0: percentSign{"%"} michael@0: plusSign{"+"} michael@0: superscriptingExponent{"×"} michael@0: } michael@0: } michael@0: } michael@0: Version{"2.0.92.87"} michael@0: calendar{ michael@0: buddhist{ michael@0: eras{ michael@0: abbreviated{ michael@0: "BE", michael@0: } michael@0: } michael@0: } michael@0: chinese{ michael@0: DateTimePatterns{ michael@0: "h:mm:ss a zzzz", michael@0: "h:mm:ss a z", michael@0: "h:mm:ss a", michael@0: "h:mm a", michael@0: "EEEE, MMMM d, U", michael@0: "MMMM d, U", michael@0: "MMM d, U", michael@0: "M/d/yy", michael@0: "{1}, {0}", michael@0: "{1} 'at' {0}", michael@0: "{1} 'at' {0}", michael@0: "{1}, {0}", michael@0: "{1}, {0}", michael@0: } michael@0: availableFormats{ michael@0: EHm{"E HH:mm"} michael@0: EHms{"E HH:mm:ss"} michael@0: Ed{"d E"} michael@0: Ehm{"E h:mm a"} michael@0: Ehms{"E h:mm:ss a"} michael@0: Gy{"U"} michael@0: GyMMM{"MMM U"} michael@0: GyMMMEd{"E, MMM d, U"} michael@0: GyMMMd{"MMM d, U"} michael@0: H{"HH"} michael@0: Hm{"HH:mm"} michael@0: Hms{"HH:mm:ss"} michael@0: M{"L"} michael@0: MEd{"E, M/d"} michael@0: MMM{"LLL"} michael@0: MMMEd{"E, MMM d"} michael@0: MMMd{"MMM d"} michael@0: Md{"M/d"} michael@0: d{"d"} michael@0: h{"h a"} michael@0: hm{"h:mm a"} michael@0: hms{"h:mm:ss a"} michael@0: ms{"mm:ss"} michael@0: y{"U"} michael@0: yMd{"M/d/y"} michael@0: yyyy{"U"} michael@0: yyyyM{"M/y"} michael@0: yyyyMEd{"E, M/d/y"} michael@0: yyyyMMM{"MMM U"} michael@0: yyyyMMMEd{"E, MMM d, U"} michael@0: yyyyMMMd{"MMM d, U"} michael@0: yyyyMd{"M/d/y"} michael@0: yyyyQQQ{"QQQ U"} michael@0: yyyyQQQQ{"QQQQ U"} michael@0: } michael@0: cyclicNameSets{ michael@0: zodiacs{ michael@0: format{ michael@0: abbreviated{ michael@0: "Rat", michael@0: "Ox", michael@0: "Tiger", michael@0: "Rabbit", michael@0: "Dragon", michael@0: "Snake", michael@0: "Horse", michael@0: "Goat", michael@0: "Monkey", michael@0: "Rooster", michael@0: "Dog", michael@0: "Pig", michael@0: } michael@0: } michael@0: } michael@0: } michael@0: intervalFormats{ michael@0: H{ michael@0: H{"HH – HH"} michael@0: } michael@0: Hm{ michael@0: H{"HH:mm – HH:mm"} michael@0: m{"HH:mm – HH:mm"} michael@0: } michael@0: Hmv{ michael@0: H{"HH:mm – HH:mm v"} michael@0: m{"HH:mm – HH:mm v"} michael@0: } michael@0: Hv{ michael@0: H{"HH – HH v"} michael@0: } michael@0: M{ michael@0: M{"M – M"} michael@0: } michael@0: MEd{ michael@0: M{"E, M/d – E, M/d"} michael@0: d{"E, M/d – E, M/d"} michael@0: } michael@0: MMM{ michael@0: M{"MMM – MMM"} michael@0: } michael@0: MMMEd{ michael@0: M{"E, MMM d – E, MMM d"} michael@0: d{"E, MMM d – E, MMM d"} michael@0: } michael@0: MMMd{ michael@0: M{"MMM d – MMM d"} michael@0: d{"MMM d – d"} michael@0: } michael@0: Md{ michael@0: M{"M/d – M/d"} michael@0: d{"M/d – M/d"} michael@0: } michael@0: d{ michael@0: d{"d – d"} michael@0: } michael@0: fallback{"{0} – {1}"} michael@0: h{ michael@0: a{"h a – h a"} michael@0: h{"h – h a"} michael@0: } michael@0: hm{ michael@0: a{"h:mm a – h:mm a"} michael@0: h{"h:mm – h:mm a"} michael@0: m{"h:mm – h:mm a"} michael@0: } michael@0: hmv{ michael@0: a{"h:mm a – h:mm a v"} michael@0: h{"h:mm – h:mm a v"} michael@0: m{"h:mm – h:mm a v"} michael@0: } michael@0: hv{ michael@0: a{"h a – h a v"} michael@0: h{"h – h a v"} michael@0: } michael@0: y{ michael@0: y{"U – U"} michael@0: } michael@0: yM{ michael@0: M{"M/y – M/y"} michael@0: y{"M/y – M/y"} michael@0: } michael@0: yMEd{ michael@0: M{"E, M/d/y – E, M/d/y"} michael@0: d{"E, M/d/y – E, M/d/y"} michael@0: y{"E, M/d/y – E, M/d/y"} michael@0: } michael@0: yMMM{ michael@0: M{"MMM – MMM U"} michael@0: y{"MMM U – MMM U"} michael@0: } michael@0: yMMMEd{ michael@0: M{"E, MMM d – E, MMM d, U"} michael@0: d{"E, MMM d – E, MMM d, U"} michael@0: y{"E, MMM d, U – E, MMM d, U"} michael@0: } michael@0: yMMMM{ michael@0: M{"MMMM – MMMM U"} michael@0: y{"MMMM U – MMMM U"} michael@0: } michael@0: yMMMd{ michael@0: M{"MMM d – MMM d, U"} michael@0: d{"MMM d – d, U"} michael@0: y{"MMM d, U – MMM d, U"} michael@0: } michael@0: yMd{ michael@0: M{"M/d/y – M/d/y"} michael@0: d{"M/d/y – M/d/y"} michael@0: y{"M/d/y – M/d/y"} michael@0: } michael@0: } michael@0: monthNames{ michael@0: format{ michael@0: abbreviated{ michael@0: "Mo1", michael@0: "Mo2", michael@0: "Mo3", michael@0: "Mo4", michael@0: "Mo5", michael@0: "Mo6", michael@0: "Mo7", michael@0: "Mo8", michael@0: "Mo9", michael@0: "Mo10", michael@0: "Mo11", michael@0: "Mo12", michael@0: } michael@0: wide{ michael@0: "Month1", michael@0: "Month2", michael@0: "Month3", michael@0: "Month4", michael@0: "Month5", michael@0: "Month6", michael@0: "Month7", michael@0: "Month8", michael@0: "Month9", michael@0: "Month10", michael@0: "Month11", michael@0: "Month12", michael@0: } michael@0: } michael@0: } michael@0: } michael@0: generic{ michael@0: DateTimePatterns{ michael@0: "h:mm:ss a zzzz", michael@0: "h:mm:ss a z", michael@0: "h:mm:ss a", michael@0: "h:mm a", michael@0: "EEEE, MMMM d, y G", michael@0: "MMMM d, y G", michael@0: "MMM d, y G", michael@0: "M/d/y GGGGG", michael@0: "{1}, {0}", michael@0: "{1} 'at' {0}", michael@0: "{1} 'at' {0}", michael@0: "{1}, {0}", michael@0: "{1}, {0}", michael@0: } michael@0: appendItems{ michael@0: Day{"{0} ({2}: {1})"} michael@0: Day-Of-Week{"{0} {1}"} michael@0: Era{"{0} {1}"} michael@0: Hour{"{0} ({2}: {1})"} michael@0: Minute{"{0} ({2}: {1})"} michael@0: Month{"{0} ({2}: {1})"} michael@0: Quarter{"{0} ({2}: {1})"} michael@0: Second{"{0} ({2}: {1})"} michael@0: Timezone{"{0} {1}"} michael@0: Week{"{0} ({2}: {1})"} michael@0: Year{"{0} {1}"} michael@0: } michael@0: availableFormats{ michael@0: EHm{"E HH:mm"} michael@0: EHms{"E HH:mm:ss"} michael@0: Ed{"d E"} michael@0: Ehm{"E h:mm a"} michael@0: Ehms{"E h:mm:ss a"} michael@0: Gy{"y G"} michael@0: GyMMM{"MMM y G"} michael@0: GyMMMEd{"E, MMM d, y G"} michael@0: GyMMMd{"MMM d, y G"} michael@0: H{"HH"} michael@0: Hm{"HH:mm"} michael@0: Hms{"HH:mm:ss"} michael@0: M{"L"} michael@0: MEd{"E, M/d"} michael@0: MMM{"LLL"} michael@0: MMMEd{"E, MMM d"} michael@0: MMMd{"MMM d"} michael@0: Md{"M/d"} michael@0: d{"d"} michael@0: h{"h a"} michael@0: hm{"h:mm a"} michael@0: hms{"h:mm:ss a"} michael@0: ms{"mm:ss"} michael@0: y{"y G"} michael@0: yyyy{"y G"} michael@0: yyyyM{"M/y GGGGG"} michael@0: yyyyMEd{"E, M/d/y GGGGG"} michael@0: yyyyMMM{"MMM y G"} michael@0: yyyyMMMEd{"E, MMM d, y G"} michael@0: yyyyMMMd{"MMM d, y G"} michael@0: yyyyMd{"M/d/y GGGGG"} michael@0: yyyyQQQ{"QQQ y G"} michael@0: yyyyQQQQ{"QQQQ y G"} michael@0: } michael@0: intervalFormats{ michael@0: H{ michael@0: H{"HH – HH"} michael@0: } michael@0: Hm{ michael@0: H{"HH:mm – HH:mm"} michael@0: m{"HH:mm – HH:mm"} michael@0: } michael@0: Hmv{ michael@0: H{"HH:mm – HH:mm v"} michael@0: m{"HH:mm – HH:mm v"} michael@0: } michael@0: Hv{ michael@0: H{"HH – HH v"} michael@0: } michael@0: M{ michael@0: M{"M – M"} michael@0: } michael@0: MEd{ michael@0: M{"E, M/d – E, M/d"} michael@0: d{"E, M/d – E, M/d"} michael@0: } michael@0: MMM{ michael@0: M{"MMM – MMM"} michael@0: } michael@0: MMMEd{ michael@0: M{"E, MMM d – E, MMM d"} michael@0: d{"E, MMM d – E, MMM d"} michael@0: } michael@0: MMMd{ michael@0: M{"MMM d – MMM d"} michael@0: d{"MMM d – d"} michael@0: } michael@0: Md{ michael@0: M{"M/d – M/d"} michael@0: d{"M/d – M/d"} michael@0: } michael@0: d{ michael@0: d{"d – d"} michael@0: } michael@0: fallback{"{0} – {1}"} michael@0: h{ michael@0: a{"h a – h a"} michael@0: h{"h – h a"} michael@0: } michael@0: hm{ michael@0: a{"h:mm a – h:mm a"} michael@0: h{"h:mm – h:mm a"} michael@0: m{"h:mm – h:mm a"} michael@0: } michael@0: hmv{ michael@0: a{"h:mm a – h:mm a v"} michael@0: h{"h:mm – h:mm a v"} michael@0: m{"h:mm – h:mm a v"} michael@0: } michael@0: hv{ michael@0: a{"h a – h a v"} michael@0: h{"h – h a v"} michael@0: } michael@0: y{ michael@0: y{"y – y G"} michael@0: } michael@0: yM{ michael@0: M{"M/y – M/y GGGGG"} michael@0: y{"M/y – M/y GGGGG"} michael@0: } michael@0: yMEd{ michael@0: M{"E, M/d/y – E, M/d/y GGGGG"} michael@0: d{"E, M/d/y – E, M/d/y GGGGG"} michael@0: y{"E, M/d/y – E, M/d/y GGGGG"} michael@0: } michael@0: yMMM{ michael@0: M{"MMM – MMM y G"} michael@0: y{"MMM y – MMM y G"} michael@0: } michael@0: yMMMEd{ michael@0: M{"E, MMM d – E, MMM d, y G"} michael@0: d{"E, MMM d – E, MMM d, y G"} michael@0: y{"E, MMM d, y – E, MMM d, y G"} michael@0: } michael@0: yMMMM{ michael@0: M{"MMMM – MMMM y G"} michael@0: y{"MMMM y – MMMM y G"} michael@0: } michael@0: yMMMd{ michael@0: M{"MMM d – MMM d, y G"} michael@0: d{"MMM d – d, y G"} michael@0: y{"MMM d, y – MMM d, y G"} michael@0: } michael@0: yMd{ michael@0: M{"M/d/y – M/d/y GGGGG"} michael@0: d{"M/d/y – M/d/y GGGGG"} michael@0: y{"M/d/y – M/d/y GGGGG"} michael@0: } michael@0: } michael@0: } michael@0: gregorian{ michael@0: AmPmMarkers{ michael@0: "AM", michael@0: "PM", michael@0: } michael@0: AmPmMarkersNarrow{ michael@0: "a", michael@0: "p", michael@0: } michael@0: DateTimePatterns{ michael@0: "h:mm:ss a zzzz", michael@0: "h:mm:ss a z", michael@0: "h:mm:ss a", michael@0: "h:mm a", michael@0: "EEEE, MMMM d, y", michael@0: "MMMM d, y", michael@0: "MMM d, y", michael@0: "M/d/yy", michael@0: "{1}, {0}", michael@0: "{1} 'at' {0}", michael@0: "{1} 'at' {0}", michael@0: "{1}, {0}", michael@0: "{1}, {0}", michael@0: } michael@0: appendItems{ michael@0: Day{"{0} ({2}: {1})"} michael@0: Day-Of-Week{"{0} {1}"} michael@0: Era{"{0} {1}"} michael@0: Hour{"{0} ({2}: {1})"} michael@0: Minute{"{0} ({2}: {1})"} michael@0: Month{"{0} ({2}: {1})"} michael@0: Quarter{"{0} ({2}: {1})"} michael@0: Second{"{0} ({2}: {1})"} michael@0: Timezone{"{0} {1}"} michael@0: Week{"{0} ({2}: {1})"} michael@0: Year{"{0} {1}"} michael@0: } michael@0: availableFormats{ michael@0: EHm{"E HH:mm"} michael@0: EHms{"E HH:mm:ss"} michael@0: Ed{"d E"} michael@0: Ehm{"E h:mm a"} michael@0: Ehms{"E h:mm:ss a"} michael@0: Gy{"y G"} michael@0: GyMMM{"MMM y G"} michael@0: GyMMMEd{"E, MMM d, y G"} michael@0: GyMMMd{"MMM d, y G"} michael@0: H{"HH"} michael@0: Hm{"HH:mm"} michael@0: Hms{"HH:mm:ss"} michael@0: M{"L"} michael@0: MEd{"E, M/d"} michael@0: MMM{"LLL"} michael@0: MMMEd{"E, MMM d"} michael@0: MMMd{"MMM d"} michael@0: Md{"M/d"} michael@0: d{"d"} michael@0: h{"h a"} michael@0: hm{"h:mm a"} michael@0: hms{"h:mm:ss a"} michael@0: ms{"mm:ss"} michael@0: y{"y"} michael@0: yM{"M/y"} michael@0: yMEd{"E, M/d/y"} michael@0: yMMM{"MMM y"} michael@0: yMMMEd{"E, MMM d, y"} michael@0: yMMMd{"MMM d, y"} michael@0: yMd{"M/d/y"} michael@0: yQQQ{"QQQ y"} michael@0: yQQQQ{"QQQQ y"} michael@0: } michael@0: dayNames{ michael@0: format{ michael@0: abbreviated{ michael@0: "Sun", michael@0: "Mon", michael@0: "Tue", michael@0: "Wed", michael@0: "Thu", michael@0: "Fri", michael@0: "Sat", michael@0: } michael@0: short{ michael@0: "Su", michael@0: "Mo", michael@0: "Tu", michael@0: "We", michael@0: "Th", michael@0: "Fr", michael@0: "Sa", michael@0: } michael@0: wide{ michael@0: "Sunday", michael@0: "Monday", michael@0: "Tuesday", michael@0: "Wednesday", michael@0: "Thursday", michael@0: "Friday", michael@0: "Saturday", michael@0: } michael@0: } michael@0: stand-alone{ michael@0: narrow{ michael@0: "S", michael@0: "M", michael@0: "T", michael@0: "W", michael@0: "T", michael@0: "F", michael@0: "S", michael@0: } michael@0: } michael@0: } michael@0: eras{ michael@0: abbreviated{ michael@0: "BC", michael@0: "AD", michael@0: } michael@0: narrow{ michael@0: "B", michael@0: "A", michael@0: } michael@0: wide{ michael@0: "Before Christ", michael@0: "Anno Domini", michael@0: } michael@0: } michael@0: intervalFormats{ michael@0: H{ michael@0: H{"HH – HH"} michael@0: } michael@0: Hm{ michael@0: H{"HH:mm – HH:mm"} michael@0: m{"HH:mm – HH:mm"} michael@0: } michael@0: Hmv{ michael@0: H{"HH:mm – HH:mm v"} michael@0: m{"HH:mm – HH:mm v"} michael@0: } michael@0: Hv{ michael@0: H{"HH – HH v"} michael@0: } michael@0: M{ michael@0: M{"M – M"} michael@0: } michael@0: MEd{ michael@0: M{"E, M/d – E, M/d"} michael@0: d{"E, M/d – E, M/d"} michael@0: } michael@0: MMM{ michael@0: M{"MMM – MMM"} michael@0: } michael@0: MMMEd{ michael@0: M{"E, MMM d – E, MMM d"} michael@0: d{"E, MMM d – E, MMM d"} michael@0: } michael@0: MMMd{ michael@0: M{"MMM d – MMM d"} michael@0: d{"MMM d – d"} michael@0: } michael@0: Md{ michael@0: M{"M/d – M/d"} michael@0: d{"M/d – M/d"} michael@0: } michael@0: d{ michael@0: d{"d – d"} michael@0: } michael@0: fallback{"{0} – {1}"} michael@0: h{ michael@0: a{"h a – h a"} michael@0: h{"h – h a"} michael@0: } michael@0: hm{ michael@0: a{"h:mm a – h:mm a"} michael@0: h{"h:mm – h:mm a"} michael@0: m{"h:mm – h:mm a"} michael@0: } michael@0: hmv{ michael@0: a{"h:mm a – h:mm a v"} michael@0: h{"h:mm – h:mm a v"} michael@0: m{"h:mm – h:mm a v"} michael@0: } michael@0: hv{ michael@0: a{"h a – h a v"} michael@0: h{"h – h a v"} michael@0: } michael@0: y{ michael@0: y{"y – y"} michael@0: } michael@0: yM{ michael@0: M{"M/y – M/y"} michael@0: y{"M/y – M/y"} michael@0: } michael@0: yMEd{ michael@0: M{"E, M/d/y – E, M/d/y"} michael@0: d{"E, M/d/y – E, M/d/y"} michael@0: y{"E, M/d/y – E, M/d/y"} michael@0: } michael@0: yMMM{ michael@0: M{"MMM – MMM y"} michael@0: y{"MMM y – MMM y"} michael@0: } michael@0: yMMMEd{ michael@0: M{"E, MMM d – E, MMM d, y"} michael@0: d{"E, MMM d – E, MMM d, y"} michael@0: y{"E, MMM d, y – E, MMM d, y"} michael@0: } michael@0: yMMMM{ michael@0: M{"MMMM – MMMM y"} michael@0: y{"MMMM y – MMMM y"} michael@0: } michael@0: yMMMd{ michael@0: M{"MMM d – MMM d, y"} michael@0: d{"MMM d – d, y"} michael@0: y{"MMM d, y – MMM d, y"} michael@0: } michael@0: yMd{ michael@0: M{"M/d/y – M/d/y"} michael@0: d{"M/d/y – M/d/y"} michael@0: y{"M/d/y – M/d/y"} michael@0: } michael@0: } michael@0: monthNames{ michael@0: format{ michael@0: abbreviated{ michael@0: "Jan", michael@0: "Feb", michael@0: "Mar", michael@0: "Apr", michael@0: "May", michael@0: "Jun", michael@0: "Jul", michael@0: "Aug", michael@0: "Sep", michael@0: "Oct", michael@0: "Nov", michael@0: "Dec", michael@0: } michael@0: wide{ michael@0: "January", michael@0: "February", michael@0: "March", michael@0: "April", michael@0: "May", michael@0: "June", michael@0: "July", michael@0: "August", michael@0: "September", michael@0: "October", michael@0: "November", michael@0: "December", michael@0: } michael@0: } michael@0: stand-alone{ michael@0: narrow{ michael@0: "J", michael@0: "F", michael@0: "M", michael@0: "A", michael@0: "M", michael@0: "J", michael@0: "J", michael@0: "A", michael@0: "S", michael@0: "O", michael@0: "N", michael@0: "D", michael@0: } michael@0: } michael@0: } michael@0: quarters{ michael@0: format{ michael@0: abbreviated{ michael@0: "Q1", michael@0: "Q2", michael@0: "Q3", michael@0: "Q4", michael@0: } michael@0: wide{ michael@0: "1st quarter", michael@0: "2nd quarter", michael@0: "3rd quarter", michael@0: "4th quarter", michael@0: } michael@0: } michael@0: stand-alone{ michael@0: narrow{ michael@0: "1", michael@0: "2", michael@0: "3", michael@0: "4", michael@0: } michael@0: } michael@0: } michael@0: } michael@0: hebrew{ michael@0: eras{ michael@0: abbreviated{ michael@0: "AM", michael@0: } michael@0: } michael@0: } michael@0: islamic{ michael@0: eras{ michael@0: abbreviated{ michael@0: "AH", michael@0: } michael@0: } michael@0: } michael@0: japanese{ michael@0: DateTimePatterns{ michael@0: "h:mm:ss a zzzz", michael@0: "h:mm:ss a z", michael@0: "h:mm:ss a", michael@0: "h:mm a", michael@0: "EEEE, MMMM d, y G", michael@0: "MMMM d, y G", michael@0: "MMM d, y G", michael@0: "M/d/y GGGGG", michael@0: "{1}, {0}", michael@0: "{1} 'at' {0}", michael@0: "{1} 'at' {0}", michael@0: "{1}, {0}", michael@0: "{1}, {0}", michael@0: } michael@0: } michael@0: roc{ michael@0: eras{ michael@0: abbreviated{ michael@0: "Before R.O.C.", michael@0: "Minguo", michael@0: } michael@0: } michael@0: } michael@0: } michael@0: delimiters{ michael@0: alternateQuotationEnd{"’"} michael@0: alternateQuotationStart{"‘"} michael@0: quotationEnd{"”"} michael@0: quotationStart{"“"} michael@0: } michael@0: fields{ michael@0: day{ michael@0: dn{"Day"} michael@0: relative{ michael@0: "-1"{"yesterday"} michael@0: "0"{"today"} michael@0: "1"{"tomorrow"} michael@0: } michael@0: relativeTime{ michael@0: future{ michael@0: one{"in {0} day"} michael@0: other{"in {0} days"} michael@0: } michael@0: past{ michael@0: one{"{0} day ago"} michael@0: other{"{0} days ago"} michael@0: } michael@0: } michael@0: } michael@0: dayperiod{ michael@0: dn{"AM/PM"} michael@0: } michael@0: era{ michael@0: dn{"Era"} michael@0: } michael@0: fri{ michael@0: relative{ michael@0: "-1"{"last Friday"} michael@0: "0"{"this Friday"} michael@0: "1"{"next Friday"} michael@0: } michael@0: } michael@0: hour{ michael@0: dn{"Hour"} michael@0: relativeTime{ michael@0: future{ michael@0: one{"in {0} hour"} michael@0: other{"in {0} hours"} michael@0: } michael@0: past{ michael@0: one{"{0} hour ago"} michael@0: other{"{0} hours ago"} michael@0: } michael@0: } michael@0: } michael@0: minute{ michael@0: dn{"Minute"} michael@0: relativeTime{ michael@0: future{ michael@0: one{"in {0} minute"} michael@0: other{"in {0} minutes"} michael@0: } michael@0: past{ michael@0: one{"{0} minute ago"} michael@0: other{"{0} minutes ago"} michael@0: } michael@0: } michael@0: } michael@0: mon{ michael@0: relative{ michael@0: "-1"{"last Monday"} michael@0: "0"{"this Monday"} michael@0: "1"{"next Monday"} michael@0: } michael@0: } michael@0: month{ michael@0: dn{"Month"} michael@0: relative{ michael@0: "-1"{"last month"} michael@0: "0"{"this month"} michael@0: "1"{"next month"} michael@0: } michael@0: relativeTime{ michael@0: future{ michael@0: one{"in {0} month"} michael@0: other{"in {0} months"} michael@0: } michael@0: past{ michael@0: one{"{0} month ago"} michael@0: other{"{0} months ago"} michael@0: } michael@0: } michael@0: } michael@0: sat{ michael@0: relative{ michael@0: "-1"{"last Saturday"} michael@0: "0"{"this Saturday"} michael@0: "1"{"next Saturday"} michael@0: } michael@0: } michael@0: second{ michael@0: dn{"Second"} michael@0: relative{ michael@0: "0"{"now"} michael@0: } michael@0: relativeTime{ michael@0: future{ michael@0: one{"in {0} second"} michael@0: other{"in {0} seconds"} michael@0: } michael@0: past{ michael@0: one{"{0} second ago"} michael@0: other{"{0} seconds ago"} michael@0: } michael@0: } michael@0: } michael@0: sun{ michael@0: relative{ michael@0: "-1"{"last Sunday"} michael@0: "0"{"this Sunday"} michael@0: "1"{"next Sunday"} michael@0: } michael@0: } michael@0: thu{ michael@0: relative{ michael@0: "-1"{"last Thursday"} michael@0: "0"{"this Thursday"} michael@0: "1"{"next Thursday"} michael@0: } michael@0: } michael@0: tue{ michael@0: relative{ michael@0: "-1"{"last Tuesday"} michael@0: "0"{"this Tuesday"} michael@0: "1"{"next Tuesday"} michael@0: } michael@0: } michael@0: wed{ michael@0: relative{ michael@0: "-1"{"last Wednesday"} michael@0: "0"{"this Wednesday"} michael@0: "1"{"next Wednesday"} michael@0: } michael@0: } michael@0: week{ michael@0: dn{"Week"} michael@0: relative{ michael@0: "-1"{"last week"} michael@0: "0"{"this week"} michael@0: "1"{"next week"} michael@0: } michael@0: relativeTime{ michael@0: future{ michael@0: one{"in {0} week"} michael@0: other{"in {0} weeks"} michael@0: } michael@0: past{ michael@0: one{"{0} week ago"} michael@0: other{"{0} weeks ago"} michael@0: } michael@0: } michael@0: } michael@0: weekday{ michael@0: dn{"Day of the Week"} michael@0: } michael@0: year{ michael@0: dn{"Year"} michael@0: relative{ michael@0: "-1"{"last year"} michael@0: "0"{"this year"} michael@0: "1"{"next year"} michael@0: } michael@0: relativeTime{ michael@0: future{ michael@0: one{"in {0} year"} michael@0: other{"in {0} years"} michael@0: } michael@0: past{ michael@0: one{"{0} year ago"} michael@0: other{"{0} years ago"} michael@0: } michael@0: } michael@0: } michael@0: zone{ michael@0: dn{"Time Zone"} michael@0: } michael@0: } michael@0: listPattern{ michael@0: standard{ michael@0: 2{"{0} and {1}"} michael@0: end{"{0}, and {1}"} michael@0: middle{"{0}, {1}"} michael@0: start{"{0}, {1}"} michael@0: } michael@0: unit{ michael@0: 2{"{0}, {1}"} michael@0: end{"{0}, {1}"} michael@0: middle{"{0}, {1}"} michael@0: start{"{0}, {1}"} michael@0: } michael@0: unit-narrow{ michael@0: 2{"{0} {1}"} michael@0: end{"{0} {1}"} michael@0: middle{"{0} {1}"} michael@0: start{"{0} {1}"} michael@0: } michael@0: unit-short{ michael@0: 2{"{0}, {1}"} michael@0: end{"{0}, {1}"} michael@0: middle{"{0}, {1}"} michael@0: start{"{0}, {1}"} michael@0: } michael@0: } michael@0: measurementSystemNames{ michael@0: UK{"UK"} michael@0: US{"US"} michael@0: metric{"Metric"} michael@0: } michael@0: transformNames{ michael@0: BGN{"BGN"} michael@0: Numeric{"Numeric"} michael@0: Tone{"Tone"} michael@0: UNGEGN{"UNGEGN"} michael@0: x-Accents{"Accents"} michael@0: x-Fullwidth{"Fullwidth"} michael@0: x-Halfwidth{"Halfwidth"} michael@0: x-Jamo{"Jamo"} michael@0: x-Pinyin{"Pinyin"} michael@0: x-Publishing{"Publishing"} michael@0: } michael@0: units{ michael@0: acceleration{ michael@0: g-force{ michael@0: one{"{0} g-force"} michael@0: other{"{0} g-force"} michael@0: } michael@0: } michael@0: angle{ michael@0: arc-minute{ michael@0: one{"{0} arcminute"} michael@0: other{"{0} arcminutes"} michael@0: } michael@0: arc-second{ michael@0: one{"{0} arcsecond"} michael@0: other{"{0} arcseconds"} michael@0: } michael@0: degree{ michael@0: one{"{0} degree"} michael@0: other{"{0} degrees"} michael@0: } michael@0: } michael@0: area{ michael@0: acre{ michael@0: one{"{0} acre"} michael@0: other{"{0} acres"} michael@0: } michael@0: hectare{ michael@0: one{"{0} hectare"} michael@0: other{"{0} hectares"} michael@0: } michael@0: square-foot{ michael@0: one{"{0} square foot"} michael@0: other{"{0} square feet"} michael@0: } michael@0: square-kilometer{ michael@0: one{"{0} square kilometer"} michael@0: other{"{0} square kilometers"} michael@0: } michael@0: square-meter{ michael@0: one{"{0} square meter"} michael@0: other{"{0} square meters"} michael@0: } michael@0: square-mile{ michael@0: one{"{0} square mile"} michael@0: other{"{0} square miles"} michael@0: } michael@0: } michael@0: compound{ michael@0: per{"{0} per {1}"} michael@0: } michael@0: duration{ michael@0: day{ michael@0: one{"{0} day"} michael@0: other{"{0} days"} michael@0: } michael@0: hour{ michael@0: one{"{0} hour"} michael@0: other{"{0} hours"} michael@0: } michael@0: millisecond{ michael@0: one{"{0} millisecond"} michael@0: other{"{0} milliseconds"} michael@0: } michael@0: minute{ michael@0: one{"{0} minute"} michael@0: other{"{0} minutes"} michael@0: } michael@0: month{ michael@0: one{"{0} month"} michael@0: other{"{0} months"} michael@0: } michael@0: second{ michael@0: one{"{0} second"} michael@0: other{"{0} seconds"} michael@0: } michael@0: week{ michael@0: one{"{0} week"} michael@0: other{"{0} weeks"} michael@0: } michael@0: year{ michael@0: one{"{0} year"} michael@0: other{"{0} years"} michael@0: } michael@0: } michael@0: length{ michael@0: centimeter{ michael@0: one{"{0} centimeter"} michael@0: other{"{0} centimeters"} michael@0: } michael@0: foot{ michael@0: one{"{0} foot"} michael@0: other{"{0} feet"} michael@0: } michael@0: inch{ michael@0: one{"{0} inch"} michael@0: other{"{0} inches"} michael@0: } michael@0: kilometer{ michael@0: one{"{0} kilometer"} michael@0: other{"{0} kilometers"} michael@0: } michael@0: light-year{ michael@0: one{"{0} light year"} michael@0: other{"{0} light years"} michael@0: } michael@0: meter{ michael@0: one{"{0} meter"} michael@0: other{"{0} meters"} michael@0: } michael@0: mile{ michael@0: one{"{0} mile"} michael@0: other{"{0} miles"} michael@0: } michael@0: millimeter{ michael@0: one{"{0} millimeter"} michael@0: other{"{0} millimeters"} michael@0: } michael@0: picometer{ michael@0: one{"{0} picometer"} michael@0: other{"{0} picometers"} michael@0: } michael@0: yard{ michael@0: one{"{0} yard"} michael@0: other{"{0} yards"} michael@0: } michael@0: } michael@0: mass{ michael@0: gram{ michael@0: one{"{0} gram"} michael@0: other{"{0} grams"} michael@0: } michael@0: kilogram{ michael@0: one{"{0} kilogram"} michael@0: other{"{0} kilograms"} michael@0: } michael@0: ounce{ michael@0: one{"{0} ounce"} michael@0: other{"{0} ounces"} michael@0: } michael@0: pound{ michael@0: one{"{0} pound"} michael@0: other{"{0} pounds"} michael@0: } michael@0: } michael@0: power{ michael@0: horsepower{ michael@0: one{"{0} horsepower"} michael@0: other{"{0} horsepower"} michael@0: } michael@0: kilowatt{ michael@0: one{"{0} kilowatt"} michael@0: other{"{0} kilowatts"} michael@0: } michael@0: watt{ michael@0: one{"{0} watt"} michael@0: other{"{0} watts"} michael@0: } michael@0: } michael@0: pressure{ michael@0: hectopascal{ michael@0: one{"{0} hectopascal"} michael@0: other{"{0} hectopascals"} michael@0: } michael@0: inch-hg{ michael@0: one{"{0} inch of mercury"} michael@0: other{"{0} inches of mercury"} michael@0: } michael@0: millibar{ michael@0: one{"{0} millibar"} michael@0: other{"{0} millibars"} michael@0: } michael@0: } michael@0: speed{ michael@0: kilometer-per-hour{ michael@0: one{"{0} kilometer per hour"} michael@0: other{"{0} kilometers per hour"} michael@0: } michael@0: meter-per-second{ michael@0: one{"{0} meter per second"} michael@0: other{"{0} meters per second"} michael@0: } michael@0: mile-per-hour{ michael@0: one{"{0} mile per hour"} michael@0: other{"{0} miles per hour"} michael@0: } michael@0: } michael@0: temperature{ michael@0: celsius{ michael@0: one{"{0} degree Celsius"} michael@0: other{"{0} degrees Celsius"} michael@0: } michael@0: fahrenheit{ michael@0: one{"{0} degree Fahrenheit"} michael@0: other{"{0} degrees Fahrenheit"} michael@0: } michael@0: } michael@0: volume{ michael@0: cubic-kilometer{ michael@0: one{"{0} cubic kilometer"} michael@0: other{"{0} cubic kilometers"} michael@0: } michael@0: cubic-mile{ michael@0: one{"{0} cubic mile"} michael@0: other{"{0} cubic miles"} michael@0: } michael@0: liter{ michael@0: one{"{0} liter"} michael@0: other{"{0} liters"} michael@0: } michael@0: } michael@0: } michael@0: unitsNarrow{ michael@0: acceleration{ michael@0: g-force{ michael@0: one{"{0}G"} michael@0: other{"{0}Gs"} michael@0: } michael@0: } michael@0: angle{ michael@0: arc-minute{ michael@0: one{"{0}′"} michael@0: other{"{0}′"} michael@0: } michael@0: arc-second{ michael@0: one{"{0}″"} michael@0: other{"{0}″"} michael@0: } michael@0: degree{ michael@0: one{"{0}°"} michael@0: other{"{0}°"} michael@0: } michael@0: } michael@0: area{ michael@0: acre{ michael@0: one{"{0}ac"} michael@0: other{"{0}ac"} michael@0: } michael@0: hectare{ michael@0: one{"{0}ha"} michael@0: other{"{0}ha"} michael@0: } michael@0: square-foot{ michael@0: one{"{0}ft²"} michael@0: other{"{0}ft²"} michael@0: } michael@0: square-mile{ michael@0: one{"{0}mi²"} michael@0: other{"{0}mi²"} michael@0: } michael@0: } michael@0: duration{ michael@0: day{ michael@0: one{"{0}d"} michael@0: other{"{0}d"} michael@0: } michael@0: hour{ michael@0: one{"{0}h"} michael@0: other{"{0}h"} michael@0: } michael@0: millisecond{ michael@0: one{"{0}ms"} michael@0: other{"{0}ms"} michael@0: } michael@0: minute{ michael@0: one{"{0}m"} michael@0: other{"{0}m"} michael@0: } michael@0: month{ michael@0: one{"{0}m"} michael@0: other{"{0}m"} michael@0: } michael@0: second{ michael@0: one{"{0}s"} michael@0: other{"{0}s"} michael@0: } michael@0: week{ michael@0: one{"{0}w"} michael@0: other{"{0}w"} michael@0: } michael@0: year{ michael@0: one{"{0}y"} michael@0: other{"{0}y"} michael@0: } michael@0: } michael@0: length{ michael@0: centimeter{ michael@0: one{"{0}cm"} michael@0: other{"{0}cm"} michael@0: } michael@0: foot{ michael@0: one{"{0}′"} michael@0: other{"{0}′"} michael@0: } michael@0: inch{ michael@0: one{"{0}″"} michael@0: other{"{0}″"} michael@0: } michael@0: kilometer{ michael@0: one{"{0}km"} michael@0: other{"{0}km"} michael@0: } michael@0: light-year{ michael@0: one{"{0}ly"} michael@0: other{"{0}ly"} michael@0: } michael@0: meter{ michael@0: one{"{0}m"} michael@0: other{"{0}m"} michael@0: } michael@0: mile{ michael@0: one{"{0}mi"} michael@0: other{"{0}mi"} michael@0: } michael@0: millimeter{ michael@0: one{"{0}mm"} michael@0: other{"{0}mm"} michael@0: } michael@0: picometer{ michael@0: one{"{0}pm"} michael@0: other{"{0}pm"} michael@0: } michael@0: yard{ michael@0: one{"{0}yd"} michael@0: other{"{0}yd"} michael@0: } michael@0: } michael@0: mass{ michael@0: gram{ michael@0: one{"{0}g"} michael@0: other{"{0}g"} michael@0: } michael@0: kilogram{ michael@0: one{"{0}kg"} michael@0: other{"{0}kg"} michael@0: } michael@0: ounce{ michael@0: one{"{0}oz"} michael@0: other{"{0}oz"} michael@0: } michael@0: pound{ michael@0: one{"{0}#"} michael@0: other{"{0}#"} michael@0: } michael@0: } michael@0: power{ michael@0: horsepower{ michael@0: one{"{0}hp"} michael@0: other{"{0}hp"} michael@0: } michael@0: kilowatt{ michael@0: one{"{0}kW"} michael@0: other{"{0}kW"} michael@0: } michael@0: watt{ michael@0: one{"{0}W"} michael@0: other{"{0}W"} michael@0: } michael@0: } michael@0: pressure{ michael@0: hectopascal{ michael@0: one{"{0}hPa"} michael@0: other{"{0}hPa"} michael@0: } michael@0: inch-hg{ michael@0: one{"{0}\u0022 Hg"} michael@0: other{"{0}\u0022 Hg"} michael@0: } michael@0: millibar{ michael@0: one{"{0}mb"} michael@0: other{"{0}mb"} michael@0: } michael@0: } michael@0: speed{ michael@0: kilometer-per-hour{ michael@0: one{"{0}kph"} michael@0: other{"{0}kph"} michael@0: } michael@0: meter-per-second{ michael@0: one{"{0}m/s"} michael@0: other{"{0}m/s"} michael@0: } michael@0: mile-per-hour{ michael@0: one{"{0}mph"} michael@0: other{"{0}mph"} michael@0: } michael@0: } michael@0: temperature{ michael@0: celsius{ michael@0: one{"{0}°C"} michael@0: other{"{0}°C"} michael@0: } michael@0: fahrenheit{ michael@0: one{"{0}°"} michael@0: other{"{0}°"} michael@0: } michael@0: } michael@0: volume{ michael@0: cubic-kilometer{ michael@0: one{"{0}km³"} michael@0: other{"{0}km³"} michael@0: } michael@0: cubic-mile{ michael@0: one{"{0}mi³"} michael@0: other{"{0}mi³"} michael@0: } michael@0: liter{ michael@0: one{"{0}l"} michael@0: other{"{0}l"} michael@0: } michael@0: } michael@0: } michael@0: unitsShort{ michael@0: acceleration{ michael@0: g-force{ michael@0: one{"{0} G"} michael@0: other{"{0} G"} michael@0: } michael@0: } michael@0: angle{ michael@0: arc-minute{ michael@0: one{"{0} arcmin"} michael@0: other{"{0} arcmin"} michael@0: } michael@0: arc-second{ michael@0: one{"{0} arcsec"} michael@0: other{"{0} arcsecs"} michael@0: } michael@0: degree{ michael@0: one{"{0} deg"} michael@0: other{"{0} deg"} michael@0: } michael@0: } michael@0: area{ michael@0: acre{ michael@0: one{"{0} ac"} michael@0: other{"{0} ac"} michael@0: } michael@0: hectare{ michael@0: one{"{0} ha"} michael@0: other{"{0} ha"} michael@0: } michael@0: square-foot{ michael@0: one{"{0} sq ft"} michael@0: other{"{0} sq ft"} michael@0: } michael@0: square-kilometer{ michael@0: one{"{0} km²"} michael@0: other{"{0} km²"} michael@0: } michael@0: square-meter{ michael@0: one{"{0} m²"} michael@0: other{"{0} m²"} michael@0: } michael@0: square-mile{ michael@0: one{"{0} sq mi"} michael@0: other{"{0} sq mi"} michael@0: } michael@0: } michael@0: compound{ michael@0: per{"{0}/{1}"} michael@0: } michael@0: duration{ michael@0: day{ michael@0: one{"{0} day"} michael@0: other{"{0} days"} michael@0: } michael@0: hour{ michael@0: one{"{0} hr"} michael@0: other{"{0} hrs"} michael@0: } michael@0: millisecond{ michael@0: one{"{0} ms"} michael@0: other{"{0} ms"} michael@0: } michael@0: minute{ michael@0: one{"{0} min"} michael@0: other{"{0} mins"} michael@0: } michael@0: month{ michael@0: one{"{0} mth"} michael@0: other{"{0} mths"} michael@0: } michael@0: second{ michael@0: one{"{0} sec"} michael@0: other{"{0} secs"} michael@0: } michael@0: week{ michael@0: one{"{0} wk"} michael@0: other{"{0} wks"} michael@0: } michael@0: year{ michael@0: one{"{0} yr"} michael@0: other{"{0} yrs"} michael@0: } michael@0: } michael@0: length{ michael@0: centimeter{ michael@0: one{"{0} cm"} michael@0: other{"{0} cm"} michael@0: } michael@0: foot{ michael@0: one{"{0} ft"} michael@0: other{"{0} ft"} michael@0: } michael@0: inch{ michael@0: one{"{0} in"} michael@0: other{"{0} in"} michael@0: } michael@0: kilometer{ michael@0: one{"{0} km"} michael@0: other{"{0} km"} michael@0: } michael@0: light-year{ michael@0: one{"{0} ly"} michael@0: other{"{0} ly"} michael@0: } michael@0: meter{ michael@0: one{"{0} m"} michael@0: other{"{0} m"} michael@0: } michael@0: mile{ michael@0: one{"{0} mi"} michael@0: other{"{0} mi"} michael@0: } michael@0: millimeter{ michael@0: one{"{0} mm"} michael@0: other{"{0} mm"} michael@0: } michael@0: picometer{ michael@0: one{"{0} pm"} michael@0: other{"{0} pm"} michael@0: } michael@0: yard{ michael@0: one{"{0} yd"} michael@0: other{"{0} yd"} michael@0: } michael@0: } michael@0: mass{ michael@0: gram{ michael@0: one{"{0} g"} michael@0: other{"{0} g"} michael@0: } michael@0: kilogram{ michael@0: one{"{0} kg"} michael@0: other{"{0} kg"} michael@0: } michael@0: ounce{ michael@0: one{"{0} oz"} michael@0: other{"{0} oz"} michael@0: } michael@0: pound{ michael@0: one{"{0} lb"} michael@0: other{"{0} lb"} michael@0: } michael@0: } michael@0: power{ michael@0: horsepower{ michael@0: one{"{0} hp"} michael@0: other{"{0} hp"} michael@0: } michael@0: kilowatt{ michael@0: one{"{0} kW"} michael@0: other{"{0} kW"} michael@0: } michael@0: watt{ michael@0: one{"{0} W"} michael@0: other{"{0} W"} michael@0: } michael@0: } michael@0: pressure{ michael@0: hectopascal{ michael@0: one{"{0} hPa"} michael@0: other{"{0} hPa"} michael@0: } michael@0: inch-hg{ michael@0: one{"{0} inHg"} michael@0: other{"{0} inHg"} michael@0: } michael@0: millibar{ michael@0: one{"{0} mbar"} michael@0: other{"{0} mbar"} michael@0: } michael@0: } michael@0: speed{ michael@0: kilometer-per-hour{ michael@0: one{"{0} kph"} michael@0: other{"{0} kph"} michael@0: } michael@0: meter-per-second{ michael@0: one{"{0} m/s"} michael@0: other{"{0} m/s"} michael@0: } michael@0: mile-per-hour{ michael@0: one{"{0} mph"} michael@0: other{"{0} mph"} michael@0: } michael@0: } michael@0: temperature{ michael@0: celsius{ michael@0: one{"{0}°C"} michael@0: other{"{0}°C"} michael@0: } michael@0: fahrenheit{ michael@0: one{"{0}°F"} michael@0: other{"{0}°F"} michael@0: } michael@0: } michael@0: volume{ michael@0: cubic-kilometer{ michael@0: one{"{0} km³"} michael@0: other{"{0} km³"} michael@0: } michael@0: cubic-mile{ michael@0: one{"{0} mi³"} michael@0: other{"{0} mi³"} michael@0: } michael@0: liter{ michael@0: one{"{0} l"} michael@0: other{"{0} l"} michael@0: } michael@0: } michael@0: } michael@0: }