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