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

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rwxr-xr-x

Correct previous dual key logic pending first delivery installment.

michael@0 1 // ***************************************************************************
michael@0 2 // *
michael@0 3 // * Copyright (C) 2013 International Business Machines
michael@0 4 // * Corporation and others. All Rights Reserved.
michael@0 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
michael@0 6 // * Source File: <path>/common/main/kln.xml
michael@0 7 // *
michael@0 8 // ***************************************************************************
michael@0 9 /**
michael@0 10 * ICU <specials> source: <path>/common/main/kln.xml
michael@0 11 */
michael@0 12 kln{
michael@0 13 AuxExemplarCharacters{"[f q v x z]"}
michael@0 14 ExemplarCharacters{"[a b c d e g h i j k l m n o p r s t u w y]"}
michael@0 15 ExemplarCharactersIndex{"[A B C D E G H I J K L M N O P R S T U W Y]"}
michael@0 16 LocaleScript{
michael@0 17 "Latn",
michael@0 18 }
michael@0 19 NumberElements{
michael@0 20 latn{
michael@0 21 patterns{
michael@0 22 accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
michael@0 23 currencyFormat{"¤#,##0.00"}
michael@0 24 }
michael@0 25 }
michael@0 26 }
michael@0 27 Version{"2.0.92.87"}
michael@0 28 calendar{
michael@0 29 generic{
michael@0 30 DateTimePatterns{
michael@0 31 "h:mm:ss a zzzz",
michael@0 32 "h:mm:ss a z",
michael@0 33 "h:mm:ss a",
michael@0 34 "h:mm a",
michael@0 35 "EEEE, d MMMM y G",
michael@0 36 "d MMMM y G",
michael@0 37 "d MMM y G",
michael@0 38 "dd/MM/y GGGGG",
michael@0 39 "{1} {0}",
michael@0 40 "{1} {0}",
michael@0 41 "{1} {0}",
michael@0 42 "{1} {0}",
michael@0 43 "{1} {0}",
michael@0 44 }
michael@0 45 availableFormats{
michael@0 46 Hm{"HH:mm"}
michael@0 47 Hms{"HH:mm:ss"}
michael@0 48 M{"L"}
michael@0 49 MEd{"E, M/d"}
michael@0 50 MMM{"LLL"}
michael@0 51 MMMEd{"E, MMM d"}
michael@0 52 MMMMEd{"E, MMMM d"}
michael@0 53 MMMMd{"MMMM d"}
michael@0 54 MMMd{"MMM d"}
michael@0 55 Md{"M/d"}
michael@0 56 d{"d"}
michael@0 57 hm{"h:mm a"}
michael@0 58 ms{"mm:ss"}
michael@0 59 y{"y"}
michael@0 60 yM{"M/y"}
michael@0 61 yMEd{"E, M/d/y"}
michael@0 62 yMMM{"MMM y"}
michael@0 63 yMMMEd{"E, MMM d, y"}
michael@0 64 yMMMM{"MMMM y"}
michael@0 65 yQQQ{"QQQ y"}
michael@0 66 yQQQQ{"QQQQ y"}
michael@0 67 }
michael@0 68 }
michael@0 69 gregorian{
michael@0 70 AmPmMarkers{
michael@0 71 "Beet",
michael@0 72 "Kemo",
michael@0 73 }
michael@0 74 DateTimePatterns{
michael@0 75 "h:mm:ss a zzzz",
michael@0 76 "h:mm:ss a z",
michael@0 77 "h:mm:ss a",
michael@0 78 "h:mm a",
michael@0 79 "EEEE, d MMMM y",
michael@0 80 "d MMMM y",
michael@0 81 "d MMM y",
michael@0 82 "dd/MM/y",
michael@0 83 "{1} {0}",
michael@0 84 "{1} {0}",
michael@0 85 "{1} {0}",
michael@0 86 "{1} {0}",
michael@0 87 "{1} {0}",
michael@0 88 }
michael@0 89 availableFormats{
michael@0 90 Hm{"HH:mm"}
michael@0 91 Hms{"HH:mm:ss"}
michael@0 92 M{"L"}
michael@0 93 MEd{"E, M/d"}
michael@0 94 MMM{"LLL"}
michael@0 95 MMMEd{"E, MMM d"}
michael@0 96 MMMMEd{"E, MMMM d"}
michael@0 97 MMMMd{"MMMM d"}
michael@0 98 MMMd{"MMM d"}
michael@0 99 Md{"M/d"}
michael@0 100 d{"d"}
michael@0 101 hm{"h:mm a"}
michael@0 102 ms{"mm:ss"}
michael@0 103 y{"y"}
michael@0 104 yM{"M/y"}
michael@0 105 yMEd{"E, M/d/y"}
michael@0 106 yMMM{"MMM y"}
michael@0 107 yMMMEd{"E, MMM d, y"}
michael@0 108 yMMMM{"MMMM y"}
michael@0 109 yQQQ{"QQQ y"}
michael@0 110 yQQQQ{"QQQQ y"}
michael@0 111 }
michael@0 112 dayNames{
michael@0 113 format{
michael@0 114 abbreviated{
michael@0 115 "Tis",
michael@0 116 "Tai",
michael@0 117 "Aen",
michael@0 118 "Som",
michael@0 119 "Ang",
michael@0 120 "Mut",
michael@0 121 "Loh",
michael@0 122 }
michael@0 123 wide{
michael@0 124 "Betutab tisap",
michael@0 125 "Betut netai",
michael@0 126 "Betutab aeng'",
michael@0 127 "Betutab somok",
michael@0 128 "Betutab ang'wan",
michael@0 129 "Betutab mut",
michael@0 130 "Betutab lo",
michael@0 131 }
michael@0 132 }
michael@0 133 stand-alone{
michael@0 134 narrow{
michael@0 135 "T",
michael@0 136 "T",
michael@0 137 "A",
michael@0 138 "S",
michael@0 139 "A",
michael@0 140 "M",
michael@0 141 "L",
michael@0 142 }
michael@0 143 }
michael@0 144 }
michael@0 145 eras{
michael@0 146 abbreviated{
michael@0 147 "AM",
michael@0 148 "KO",
michael@0 149 }
michael@0 150 wide{
michael@0 151 "Amait kesich Jesu",
michael@0 152 "Kokakesich Jesu",
michael@0 153 }
michael@0 154 }
michael@0 155 monthNames{
michael@0 156 format{
michael@0 157 abbreviated{
michael@0 158 "Mul",
michael@0 159 "Nga",
michael@0 160 "Kip",
michael@0 161 "Iwa",
michael@0 162 "Nge",
michael@0 163 "Wak",
michael@0 164 "Rop",
michael@0 165 "Kog",
michael@0 166 "Bur",
michael@0 167 "Epe",
michael@0 168 "Tai",
michael@0 169 "Aen",
michael@0 170 }
michael@0 171 wide{
michael@0 172 "Mulgul",
michael@0 173 "Ng'atyato",
michael@0 174 "Kiptamo",
michael@0 175 "Iwat kut",
michael@0 176 "Ng'eiyet",
michael@0 177 "Waki",
michael@0 178 "Roptui",
michael@0 179 "Kipkogaga",
michael@0 180 "Buret",
michael@0 181 "Epeso",
michael@0 182 "Kipsunde netai",
michael@0 183 "Kipsunde nebo aeng",
michael@0 184 }
michael@0 185 }
michael@0 186 stand-alone{
michael@0 187 narrow{
michael@0 188 "M",
michael@0 189 "N",
michael@0 190 "K",
michael@0 191 "I",
michael@0 192 "N",
michael@0 193 "W",
michael@0 194 "R",
michael@0 195 "K",
michael@0 196 "B",
michael@0 197 "E",
michael@0 198 "K",
michael@0 199 "K",
michael@0 200 }
michael@0 201 }
michael@0 202 }
michael@0 203 quarters{
michael@0 204 format{
michael@0 205 abbreviated{
michael@0 206 "R1",
michael@0 207 "R2",
michael@0 208 "R3",
michael@0 209 "R4",
michael@0 210 }
michael@0 211 wide{
michael@0 212 "Robo netai",
michael@0 213 "Robo nebo aeng'",
michael@0 214 "Robo nebo somok",
michael@0 215 "Robo nebo ang'wan",
michael@0 216 }
michael@0 217 }
michael@0 218 }
michael@0 219 }
michael@0 220 }
michael@0 221 delimiters{
michael@0 222 alternateQuotationEnd{"’"}
michael@0 223 alternateQuotationStart{"‘"}
michael@0 224 quotationEnd{"”"}
michael@0 225 quotationStart{"“"}
michael@0 226 }
michael@0 227 fields{
michael@0 228 day{
michael@0 229 dn{"Betut"}
michael@0 230 relative{
michael@0 231 "-1"{"Amut"}
michael@0 232 "0"{"Raini"}
michael@0 233 "1"{"Mutai"}
michael@0 234 }
michael@0 235 }
michael@0 236 dayperiod{
michael@0 237 dn{"BE/KE"}
michael@0 238 }
michael@0 239 era{
michael@0 240 dn{"Ibinta"}
michael@0 241 }
michael@0 242 hour{
michael@0 243 dn{"Sait"}
michael@0 244 }
michael@0 245 minute{
michael@0 246 dn{"Minitit"}
michael@0 247 }
michael@0 248 month{
michael@0 249 dn{"Arawet"}
michael@0 250 }
michael@0 251 second{
michael@0 252 dn{"Sekondit"}
michael@0 253 }
michael@0 254 week{
michael@0 255 dn{"Wikit"}
michael@0 256 }
michael@0 257 weekday{
michael@0 258 dn{"Betutab wikit"}
michael@0 259 }
michael@0 260 year{
michael@0 261 dn{"Kenyit"}
michael@0 262 }
michael@0 263 zone{
michael@0 264 dn{"Saitab sonit"}
michael@0 265 }
michael@0 266 }
michael@0 267 }

mercurial