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