Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/ro.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/ro.xml |
michael@0 | 11 | */ |
michael@0 | 12 | ro{ |
michael@0 | 13 | AuxExemplarCharacters{"[á à å ä ç é è ê ë ñ ö q ş ţ ü w y]"} |
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 r s ș t ț u v x 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{"[\\- ‐ – — , ; \\: ! ? . … ' ‘ \u0022 “ ” „ « » ( ) \\[ \\] @ * /]"} |
michael@0 | 25 | LocaleScript{ |
michael@0 | 26 | "Latn", |
michael@0 | 27 | } |
michael@0 | 28 | MoreInformation{"..."} |
michael@0 | 29 | NumberElements{ |
michael@0 | 30 | latn{ |
michael@0 | 31 | miscPatterns{ |
michael@0 | 32 | atLeast{">{0}"} |
michael@0 | 33 | range{"{0} - {1}"} |
michael@0 | 34 | } |
michael@0 | 35 | patterns{ |
michael@0 | 36 | accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"} |
michael@0 | 37 | currencyFormat{"#,##0.00 ¤"} |
michael@0 | 38 | decimalFormat{"#,##0.###"} |
michael@0 | 39 | percentFormat{"#,##0 %"} |
michael@0 | 40 | scientificFormat{"#E0"} |
michael@0 | 41 | } |
michael@0 | 42 | patternsLong{ |
michael@0 | 43 | decimalFormat{ |
michael@0 | 44 | 1000{ |
michael@0 | 45 | few{"0 mii"} |
michael@0 | 46 | one{"0 mie"} |
michael@0 | 47 | other{"0 de mii"} |
michael@0 | 48 | } |
michael@0 | 49 | 10000{ |
michael@0 | 50 | few{"00 mii"} |
michael@0 | 51 | one{"00 mie"} |
michael@0 | 52 | other{"00 de mii"} |
michael@0 | 53 | } |
michael@0 | 54 | 100000{ |
michael@0 | 55 | few{"000 mii"} |
michael@0 | 56 | one{"000 mie"} |
michael@0 | 57 | other{"000 de mii"} |
michael@0 | 58 | } |
michael@0 | 59 | 1000000{ |
michael@0 | 60 | few{"0 milioane"} |
michael@0 | 61 | one{"0 milion"} |
michael@0 | 62 | other{"0 de milioane"} |
michael@0 | 63 | } |
michael@0 | 64 | 10000000{ |
michael@0 | 65 | few{"00 milioane"} |
michael@0 | 66 | one{"00 milion"} |
michael@0 | 67 | other{"00 de milioane"} |
michael@0 | 68 | } |
michael@0 | 69 | 100000000{ |
michael@0 | 70 | few{"000 milioane"} |
michael@0 | 71 | one{"000 milion"} |
michael@0 | 72 | other{"000 de milioane"} |
michael@0 | 73 | } |
michael@0 | 74 | 1000000000{ |
michael@0 | 75 | few{"0 miliarde"} |
michael@0 | 76 | one{"0 miliard"} |
michael@0 | 77 | other{"0 de miliarde"} |
michael@0 | 78 | } |
michael@0 | 79 | 10000000000{ |
michael@0 | 80 | few{"00 miliarde"} |
michael@0 | 81 | one{"00 miliard"} |
michael@0 | 82 | other{"00 de miliarde"} |
michael@0 | 83 | } |
michael@0 | 84 | 100000000000{ |
michael@0 | 85 | few{"000 miliarde"} |
michael@0 | 86 | one{"000 miliard"} |
michael@0 | 87 | other{"000 de miliarde"} |
michael@0 | 88 | } |
michael@0 | 89 | 1000000000000{ |
michael@0 | 90 | few{"0 trilioane"} |
michael@0 | 91 | one{"0 trilion"} |
michael@0 | 92 | other{"0 de trilioane"} |
michael@0 | 93 | } |
michael@0 | 94 | 10000000000000{ |
michael@0 | 95 | few{"00 trilioane"} |
michael@0 | 96 | one{"00 trilion"} |
michael@0 | 97 | other{"00 de trilioane"} |
michael@0 | 98 | } |
michael@0 | 99 | 100000000000000{ |
michael@0 | 100 | few{"000 trilioane"} |
michael@0 | 101 | one{"000 trilion"} |
michael@0 | 102 | other{"000 de trilioane"} |
michael@0 | 103 | } |
michael@0 | 104 | } |
michael@0 | 105 | } |
michael@0 | 106 | patternsShort{ |
michael@0 | 107 | decimalFormat{ |
michael@0 | 108 | 1000{ |
michael@0 | 109 | few{"0 K"} |
michael@0 | 110 | one{"0 K"} |
michael@0 | 111 | other{"0 K"} |
michael@0 | 112 | } |
michael@0 | 113 | 10000{ |
michael@0 | 114 | few{"00 K"} |
michael@0 | 115 | one{"00 K"} |
michael@0 | 116 | other{"00 K"} |
michael@0 | 117 | } |
michael@0 | 118 | 100000{ |
michael@0 | 119 | few{"000 K"} |
michael@0 | 120 | one{"000 K"} |
michael@0 | 121 | other{"000 K"} |
michael@0 | 122 | } |
michael@0 | 123 | 1000000{ |
michael@0 | 124 | few{"0 mil'.'"} |
michael@0 | 125 | one{"0 mil'.'"} |
michael@0 | 126 | other{"0 mil'.'"} |
michael@0 | 127 | } |
michael@0 | 128 | 10000000{ |
michael@0 | 129 | few{"00 mil'.'"} |
michael@0 | 130 | one{"00 mil'.'"} |
michael@0 | 131 | other{"00 mil'.'"} |
michael@0 | 132 | } |
michael@0 | 133 | 100000000{ |
michael@0 | 134 | few{"000 mil'.'"} |
michael@0 | 135 | one{"000 mil'.'"} |
michael@0 | 136 | other{"000 mil'.'"} |
michael@0 | 137 | } |
michael@0 | 138 | 1000000000{ |
michael@0 | 139 | few{"0 mld'.'"} |
michael@0 | 140 | one{"0 mld'.'"} |
michael@0 | 141 | other{"0 mld'.'"} |
michael@0 | 142 | } |
michael@0 | 143 | 10000000000{ |
michael@0 | 144 | few{"00 mld'.'"} |
michael@0 | 145 | one{"00 mld'.'"} |
michael@0 | 146 | other{"00 mld'.'"} |
michael@0 | 147 | } |
michael@0 | 148 | 100000000000{ |
michael@0 | 149 | few{"000 mld'.'"} |
michael@0 | 150 | one{"000 mld'.'"} |
michael@0 | 151 | other{"000 mld'.'"} |
michael@0 | 152 | } |
michael@0 | 153 | 1000000000000{ |
michael@0 | 154 | few{"0 tril'.'"} |
michael@0 | 155 | one{"0 tril'.'"} |
michael@0 | 156 | other{"0 tril'.'"} |
michael@0 | 157 | } |
michael@0 | 158 | 10000000000000{ |
michael@0 | 159 | few{"00 tril'.'"} |
michael@0 | 160 | one{"00 tril'.'"} |
michael@0 | 161 | other{"00 tril'.'"} |
michael@0 | 162 | } |
michael@0 | 163 | 100000000000000{ |
michael@0 | 164 | few{"000 tril'.'"} |
michael@0 | 165 | one{"000 tril'.'"} |
michael@0 | 166 | other{"000 tril'.'"} |
michael@0 | 167 | } |
michael@0 | 168 | } |
michael@0 | 169 | } |
michael@0 | 170 | symbols{ |
michael@0 | 171 | decimal{","} |
michael@0 | 172 | exponential{"E"} |
michael@0 | 173 | group{"."} |
michael@0 | 174 | infinity{"∞"} |
michael@0 | 175 | list{";"} |
michael@0 | 176 | minusSign{"-"} |
michael@0 | 177 | nan{"NaN"} |
michael@0 | 178 | perMille{"‰"} |
michael@0 | 179 | percentSign{"%"} |
michael@0 | 180 | plusSign{"+"} |
michael@0 | 181 | superscriptingExponent{"×"} |
michael@0 | 182 | } |
michael@0 | 183 | } |
michael@0 | 184 | } |
michael@0 | 185 | Version{"2.0.92.87"} |
michael@0 | 186 | calendar{ |
michael@0 | 187 | buddhist{ |
michael@0 | 188 | eras{ |
michael@0 | 189 | abbreviated{ |
michael@0 | 190 | "e.b.", |
michael@0 | 191 | } |
michael@0 | 192 | wide{ |
michael@0 | 193 | "era budistă", |
michael@0 | 194 | } |
michael@0 | 195 | } |
michael@0 | 196 | } |
michael@0 | 197 | chinese{ |
michael@0 | 198 | monthNames{ |
michael@0 | 199 | format{ |
michael@0 | 200 | abbreviated{ |
michael@0 | 201 | "1", |
michael@0 | 202 | "2", |
michael@0 | 203 | "3", |
michael@0 | 204 | "4", |
michael@0 | 205 | "5", |
michael@0 | 206 | "6", |
michael@0 | 207 | "7", |
michael@0 | 208 | "8", |
michael@0 | 209 | "9", |
michael@0 | 210 | "10", |
michael@0 | 211 | "11", |
michael@0 | 212 | "12", |
michael@0 | 213 | } |
michael@0 | 214 | narrow{ |
michael@0 | 215 | "1", |
michael@0 | 216 | "2", |
michael@0 | 217 | "3", |
michael@0 | 218 | "4", |
michael@0 | 219 | "5", |
michael@0 | 220 | "6", |
michael@0 | 221 | "7", |
michael@0 | 222 | "8", |
michael@0 | 223 | "9", |
michael@0 | 224 | "10", |
michael@0 | 225 | "11", |
michael@0 | 226 | "12", |
michael@0 | 227 | } |
michael@0 | 228 | } |
michael@0 | 229 | stand-alone{ |
michael@0 | 230 | abbreviated{ |
michael@0 | 231 | "1", |
michael@0 | 232 | "2", |
michael@0 | 233 | "3", |
michael@0 | 234 | "4", |
michael@0 | 235 | "5", |
michael@0 | 236 | "6", |
michael@0 | 237 | "7", |
michael@0 | 238 | "8", |
michael@0 | 239 | "9", |
michael@0 | 240 | "10", |
michael@0 | 241 | "11", |
michael@0 | 242 | "12", |
michael@0 | 243 | } |
michael@0 | 244 | wide{ |
michael@0 | 245 | "1", |
michael@0 | 246 | "2", |
michael@0 | 247 | "3", |
michael@0 | 248 | "4", |
michael@0 | 249 | "5", |
michael@0 | 250 | "6", |
michael@0 | 251 | "7", |
michael@0 | 252 | "8", |
michael@0 | 253 | "9", |
michael@0 | 254 | "10", |
michael@0 | 255 | "11", |
michael@0 | 256 | "12", |
michael@0 | 257 | } |
michael@0 | 258 | } |
michael@0 | 259 | } |
michael@0 | 260 | } |
michael@0 | 261 | generic{ |
michael@0 | 262 | DateTimePatterns{ |
michael@0 | 263 | "HH:mm:ss zzzz", |
michael@0 | 264 | "HH:mm:ss z", |
michael@0 | 265 | "HH:mm:ss", |
michael@0 | 266 | "HH:mm", |
michael@0 | 267 | "EEEE, d MMMM y G", |
michael@0 | 268 | "d MMMM y G", |
michael@0 | 269 | "dd.MM.y G", |
michael@0 | 270 | "dd.MM.y GGGGG", |
michael@0 | 271 | "{1}, {0}", |
michael@0 | 272 | "{1}, {0}", |
michael@0 | 273 | "{1}, {0}", |
michael@0 | 274 | "{1}, {0}", |
michael@0 | 275 | "{1}, {0}", |
michael@0 | 276 | } |
michael@0 | 277 | availableFormats{ |
michael@0 | 278 | Ed{"E d"} |
michael@0 | 279 | Gy{"y G"} |
michael@0 | 280 | GyMMM{"MMM y G"} |
michael@0 | 281 | GyMMMEd{"E, d MMM y G"} |
michael@0 | 282 | GyMMMd{"d MMM y G"} |
michael@0 | 283 | H{"HH"} |
michael@0 | 284 | Hm{"HH:mm"} |
michael@0 | 285 | Hms{"HH:mm:ss"} |
michael@0 | 286 | M{"L"} |
michael@0 | 287 | MEd{"E, dd.MM"} |
michael@0 | 288 | MMM{"LLL"} |
michael@0 | 289 | MMMEd{"E, d MMM"} |
michael@0 | 290 | MMMMEd{"E, d MMMM"} |
michael@0 | 291 | MMMMd{"d MMMM"} |
michael@0 | 292 | MMMd{"d MMM"} |
michael@0 | 293 | Md{"dd.MM"} |
michael@0 | 294 | d{"d"} |
michael@0 | 295 | hm{"h:mm a"} |
michael@0 | 296 | hms{"h:mm:ss a"} |
michael@0 | 297 | ms{"mm:ss"} |
michael@0 | 298 | y{"y"} |
michael@0 | 299 | yyyy{"y G"} |
michael@0 | 300 | yyyyM{"MM.y G"} |
michael@0 | 301 | yyyyMEd{"E, dd.MM.y G"} |
michael@0 | 302 | yyyyMMM{"MMM y G"} |
michael@0 | 303 | yyyyMMMEd{"E, d MMM y G"} |
michael@0 | 304 | yyyyMMMM{"MMMM y G"} |
michael@0 | 305 | yyyyMMMd{"d MMM y G"} |
michael@0 | 306 | yyyyMd{"dd.MM.y G"} |
michael@0 | 307 | yyyyQQQ{"QQQ y G"} |
michael@0 | 308 | yyyyQQQQ{"QQQQ y G"} |
michael@0 | 309 | } |
michael@0 | 310 | intervalFormats{ |
michael@0 | 311 | H{ |
michael@0 | 312 | H{"HH-HH"} |
michael@0 | 313 | } |
michael@0 | 314 | Hm{ |
michael@0 | 315 | H{"HH:mm-HH:mm"} |
michael@0 | 316 | m{"HH:mm-HH:mm"} |
michael@0 | 317 | } |
michael@0 | 318 | Hmv{ |
michael@0 | 319 | H{"HH:mm-HH:mm v"} |
michael@0 | 320 | m{"HH:mm-HH:mm v"} |
michael@0 | 321 | } |
michael@0 | 322 | Hv{ |
michael@0 | 323 | H{"HH-HH v"} |
michael@0 | 324 | } |
michael@0 | 325 | M{ |
michael@0 | 326 | M{"M-M"} |
michael@0 | 327 | } |
michael@0 | 328 | MEd{ |
michael@0 | 329 | M{"E, dd.MM - E, dd.MM"} |
michael@0 | 330 | d{"E, dd.MM - E, dd.MM"} |
michael@0 | 331 | } |
michael@0 | 332 | MMM{ |
michael@0 | 333 | M{"MMM-MMM"} |
michael@0 | 334 | } |
michael@0 | 335 | MMMEd{ |
michael@0 | 336 | M{"E, d MMM - E, d MMM"} |
michael@0 | 337 | d{"E, d MMM - E, d MMM"} |
michael@0 | 338 | } |
michael@0 | 339 | MMMd{ |
michael@0 | 340 | M{"d MMM - d MMM"} |
michael@0 | 341 | d{"d-d MMM"} |
michael@0 | 342 | } |
michael@0 | 343 | Md{ |
michael@0 | 344 | M{"dd.MM - dd.MM"} |
michael@0 | 345 | d{"dd.MM - dd.MM"} |
michael@0 | 346 | } |
michael@0 | 347 | d{ |
michael@0 | 348 | d{"d-d"} |
michael@0 | 349 | } |
michael@0 | 350 | fallback{"{0} - {1}"} |
michael@0 | 351 | h{ |
michael@0 | 352 | a{"h a - h a"} |
michael@0 | 353 | h{"h-h a"} |
michael@0 | 354 | } |
michael@0 | 355 | hm{ |
michael@0 | 356 | a{"h:mm a - h:mm a"} |
michael@0 | 357 | h{"h:mm-h:mm a"} |
michael@0 | 358 | m{"h:mm-h:mm a"} |
michael@0 | 359 | } |
michael@0 | 360 | hmv{ |
michael@0 | 361 | a{"h:mm a - h:mm a v"} |
michael@0 | 362 | h{"h:mm-h:mm a v"} |
michael@0 | 363 | m{"h:mm-h:mm a v"} |
michael@0 | 364 | } |
michael@0 | 365 | hv{ |
michael@0 | 366 | a{"h a - h a v"} |
michael@0 | 367 | h{"h-h a v"} |
michael@0 | 368 | } |
michael@0 | 369 | y{ |
michael@0 | 370 | y{"y-y G"} |
michael@0 | 371 | } |
michael@0 | 372 | yM{ |
michael@0 | 373 | M{"MM.y - MM.y G"} |
michael@0 | 374 | y{"MM.y - MM.y G"} |
michael@0 | 375 | } |
michael@0 | 376 | yMEd{ |
michael@0 | 377 | M{"E, dd.MM.y - E, dd.MM.y G"} |
michael@0 | 378 | d{"E, dd.MM.y - E, dd.MM.y G"} |
michael@0 | 379 | y{"E, dd.MM.y - E, dd.MM.y G"} |
michael@0 | 380 | } |
michael@0 | 381 | yMMM{ |
michael@0 | 382 | M{"MMM-MMM y G"} |
michael@0 | 383 | y{"MMM y - MMM y G"} |
michael@0 | 384 | } |
michael@0 | 385 | yMMMEd{ |
michael@0 | 386 | M{"E, d MMM - E, d MMM y G"} |
michael@0 | 387 | d{"E, d MMM - E, d MMM y G"} |
michael@0 | 388 | y{"E, d MMM y - E, d MMM y G"} |
michael@0 | 389 | } |
michael@0 | 390 | yMMMM{ |
michael@0 | 391 | M{"MMMM-MMMM y G"} |
michael@0 | 392 | y{"MMMM y – MMMM y G"} |
michael@0 | 393 | } |
michael@0 | 394 | yMMMd{ |
michael@0 | 395 | M{"d MMM - d MMM y G"} |
michael@0 | 396 | d{"d-d MMM y G"} |
michael@0 | 397 | y{"d MMM y - d MMM y G"} |
michael@0 | 398 | } |
michael@0 | 399 | yMd{ |
michael@0 | 400 | M{"dd.MM.y - dd.MM.y G"} |
michael@0 | 401 | d{"dd.MM.y - dd.MM.y G"} |
michael@0 | 402 | y{"dd.MM.y - dd.MM.y G"} |
michael@0 | 403 | } |
michael@0 | 404 | } |
michael@0 | 405 | } |
michael@0 | 406 | gregorian{ |
michael@0 | 407 | AmPmMarkers{ |
michael@0 | 408 | "a.m.", |
michael@0 | 409 | "p.m.", |
michael@0 | 410 | } |
michael@0 | 411 | DateTimePatterns{ |
michael@0 | 412 | "HH:mm:ss zzzz", |
michael@0 | 413 | "HH:mm:ss z", |
michael@0 | 414 | "HH:mm:ss", |
michael@0 | 415 | "HH:mm", |
michael@0 | 416 | "EEEE, d MMMM y", |
michael@0 | 417 | "d MMMM y", |
michael@0 | 418 | "d MMM y", |
michael@0 | 419 | "dd.MM.y", |
michael@0 | 420 | "{1}, {0}", |
michael@0 | 421 | "{1}, {0}", |
michael@0 | 422 | "{1}, {0}", |
michael@0 | 423 | "{1}, {0}", |
michael@0 | 424 | "{1}, {0}", |
michael@0 | 425 | } |
michael@0 | 426 | appendItems{ |
michael@0 | 427 | Timezone{"{0} {1}"} |
michael@0 | 428 | } |
michael@0 | 429 | availableFormats{ |
michael@0 | 430 | EHm{"E HH:mm"} |
michael@0 | 431 | EHms{"E HH:mm:ss"} |
michael@0 | 432 | Ed{"E d"} |
michael@0 | 433 | Ehm{"E h:mm a"} |
michael@0 | 434 | Ehms{"E h:mm:ss a"} |
michael@0 | 435 | Gy{"y G"} |
michael@0 | 436 | GyMMM{"MMM y G"} |
michael@0 | 437 | GyMMMEd{"E, d MMM y G"} |
michael@0 | 438 | GyMMMd{"d MMM y G"} |
michael@0 | 439 | H{"HH"} |
michael@0 | 440 | Hm{"HH:mm"} |
michael@0 | 441 | Hms{"HH:mm:ss"} |
michael@0 | 442 | M{"L"} |
michael@0 | 443 | MEd{"E, dd.MM"} |
michael@0 | 444 | MMM{"LLL"} |
michael@0 | 445 | MMMEd{"E, d MMM"} |
michael@0 | 446 | MMMMEd{"E, d MMMM"} |
michael@0 | 447 | MMMMd{"d MMMM"} |
michael@0 | 448 | MMMd{"d MMM"} |
michael@0 | 449 | MMdd{"dd.MM"} |
michael@0 | 450 | Md{"dd.MM"} |
michael@0 | 451 | d{"d"} |
michael@0 | 452 | h{"h a"} |
michael@0 | 453 | hm{"h:mm a"} |
michael@0 | 454 | hms{"h:mm:ss a"} |
michael@0 | 455 | ms{"mm:ss"} |
michael@0 | 456 | y{"y"} |
michael@0 | 457 | yM{"MM.y"} |
michael@0 | 458 | yMEd{"E, dd.MM.y"} |
michael@0 | 459 | yMM{"MM.y"} |
michael@0 | 460 | yMMM{"MMM y"} |
michael@0 | 461 | yMMMEd{"E, d MMM y"} |
michael@0 | 462 | yMMMM{"MMMM y"} |
michael@0 | 463 | yMMMd{"d MMM y"} |
michael@0 | 464 | yMd{"dd.MM.y"} |
michael@0 | 465 | yQQQ{"QQQ y"} |
michael@0 | 466 | yQQQQ{"QQQQ y"} |
michael@0 | 467 | } |
michael@0 | 468 | dayNames{ |
michael@0 | 469 | format{ |
michael@0 | 470 | abbreviated{ |
michael@0 | 471 | "Dum", |
michael@0 | 472 | "Lun", |
michael@0 | 473 | "Mar", |
michael@0 | 474 | "Mie", |
michael@0 | 475 | "Joi", |
michael@0 | 476 | "Vin", |
michael@0 | 477 | "Sâm", |
michael@0 | 478 | } |
michael@0 | 479 | narrow{ |
michael@0 | 480 | "D", |
michael@0 | 481 | "L", |
michael@0 | 482 | "M", |
michael@0 | 483 | "M", |
michael@0 | 484 | "J", |
michael@0 | 485 | "V", |
michael@0 | 486 | "S", |
michael@0 | 487 | } |
michael@0 | 488 | short{ |
michael@0 | 489 | "Du", |
michael@0 | 490 | "Lu", |
michael@0 | 491 | "Ma", |
michael@0 | 492 | "Mi", |
michael@0 | 493 | "Jo", |
michael@0 | 494 | "Vi", |
michael@0 | 495 | "Sâ", |
michael@0 | 496 | } |
michael@0 | 497 | wide{ |
michael@0 | 498 | "duminică", |
michael@0 | 499 | "luni", |
michael@0 | 500 | "marți", |
michael@0 | 501 | "miercuri", |
michael@0 | 502 | "joi", |
michael@0 | 503 | "vineri", |
michael@0 | 504 | "sâmbătă", |
michael@0 | 505 | } |
michael@0 | 506 | } |
michael@0 | 507 | stand-alone{ |
michael@0 | 508 | abbreviated{ |
michael@0 | 509 | "Dum", |
michael@0 | 510 | "Lun", |
michael@0 | 511 | "Mar", |
michael@0 | 512 | "Mie", |
michael@0 | 513 | "Joi", |
michael@0 | 514 | "Vin", |
michael@0 | 515 | "Sâm", |
michael@0 | 516 | } |
michael@0 | 517 | narrow{ |
michael@0 | 518 | "D", |
michael@0 | 519 | "L", |
michael@0 | 520 | "M", |
michael@0 | 521 | "M", |
michael@0 | 522 | "J", |
michael@0 | 523 | "V", |
michael@0 | 524 | "S", |
michael@0 | 525 | } |
michael@0 | 526 | short{ |
michael@0 | 527 | "Du", |
michael@0 | 528 | "Lu", |
michael@0 | 529 | "Ma", |
michael@0 | 530 | "Mi", |
michael@0 | 531 | "Jo", |
michael@0 | 532 | "Vi", |
michael@0 | 533 | "Sâ", |
michael@0 | 534 | } |
michael@0 | 535 | wide{ |
michael@0 | 536 | "duminică", |
michael@0 | 537 | "luni", |
michael@0 | 538 | "marți", |
michael@0 | 539 | "miercuri", |
michael@0 | 540 | "joi", |
michael@0 | 541 | "vineri", |
michael@0 | 542 | "sâmbătă", |
michael@0 | 543 | } |
michael@0 | 544 | } |
michael@0 | 545 | } |
michael@0 | 546 | eras{ |
michael@0 | 547 | abbreviated{ |
michael@0 | 548 | "î.Hr.", |
michael@0 | 549 | "d.Hr.", |
michael@0 | 550 | } |
michael@0 | 551 | wide{ |
michael@0 | 552 | "înainte de Hristos", |
michael@0 | 553 | "după Hristos", |
michael@0 | 554 | } |
michael@0 | 555 | } |
michael@0 | 556 | intervalFormats{ |
michael@0 | 557 | H{ |
michael@0 | 558 | H{"HH-HH"} |
michael@0 | 559 | } |
michael@0 | 560 | Hm{ |
michael@0 | 561 | H{"HH:mm-HH:mm"} |
michael@0 | 562 | m{"HH:mm-HH:mm"} |
michael@0 | 563 | } |
michael@0 | 564 | Hmv{ |
michael@0 | 565 | H{"HH:mm-HH:mm v"} |
michael@0 | 566 | m{"HH:mm-HH:mm v"} |
michael@0 | 567 | } |
michael@0 | 568 | Hv{ |
michael@0 | 569 | H{"HH-HH v"} |
michael@0 | 570 | } |
michael@0 | 571 | M{ |
michael@0 | 572 | M{"M-M"} |
michael@0 | 573 | } |
michael@0 | 574 | MEd{ |
michael@0 | 575 | M{"E, dd.MM - E, dd.MM"} |
michael@0 | 576 | d{"E, dd.MM - E, dd.MM"} |
michael@0 | 577 | } |
michael@0 | 578 | MMM{ |
michael@0 | 579 | M{"MMM-MMM"} |
michael@0 | 580 | } |
michael@0 | 581 | MMMEd{ |
michael@0 | 582 | M{"E, d MMM - E, d MMM"} |
michael@0 | 583 | d{"E, d MMM - E, d MMM"} |
michael@0 | 584 | } |
michael@0 | 585 | MMMd{ |
michael@0 | 586 | M{"d MMM - d MMM"} |
michael@0 | 587 | d{"d-d MMM"} |
michael@0 | 588 | } |
michael@0 | 589 | Md{ |
michael@0 | 590 | M{"dd.MM - dd.MM"} |
michael@0 | 591 | d{"dd.MM - dd.MM"} |
michael@0 | 592 | } |
michael@0 | 593 | d{ |
michael@0 | 594 | d{"d-d"} |
michael@0 | 595 | } |
michael@0 | 596 | fallback{"{0} - {1}"} |
michael@0 | 597 | h{ |
michael@0 | 598 | a{"h a - h a"} |
michael@0 | 599 | h{"h-h a"} |
michael@0 | 600 | } |
michael@0 | 601 | hm{ |
michael@0 | 602 | a{"h:mm a - h:mm a"} |
michael@0 | 603 | h{"h:mm-h:mm a"} |
michael@0 | 604 | m{"h:mm-h:mm a"} |
michael@0 | 605 | } |
michael@0 | 606 | hmv{ |
michael@0 | 607 | a{"h:mm a - h:mm a v"} |
michael@0 | 608 | h{"h:mm-h:mm a v"} |
michael@0 | 609 | m{"h:mm-h:mm a v"} |
michael@0 | 610 | } |
michael@0 | 611 | hv{ |
michael@0 | 612 | a{"h a - h a v"} |
michael@0 | 613 | h{"h-h a v"} |
michael@0 | 614 | } |
michael@0 | 615 | y{ |
michael@0 | 616 | y{"y-y"} |
michael@0 | 617 | } |
michael@0 | 618 | yM{ |
michael@0 | 619 | M{"MM.y - MM.y"} |
michael@0 | 620 | y{"MM.y - MM.y"} |
michael@0 | 621 | } |
michael@0 | 622 | yMEd{ |
michael@0 | 623 | M{"E, dd.MM.y - E, dd.MM.y"} |
michael@0 | 624 | d{"E, dd.MM.y - E, dd.MM.y"} |
michael@0 | 625 | y{"E, dd.MM.y - E, dd.MM.y"} |
michael@0 | 626 | } |
michael@0 | 627 | yMMM{ |
michael@0 | 628 | M{"MMM-MMM y"} |
michael@0 | 629 | y{"MMM y - MMM y"} |
michael@0 | 630 | } |
michael@0 | 631 | yMMMEd{ |
michael@0 | 632 | M{"E, d MMM - E, d MMM y"} |
michael@0 | 633 | d{"E, d MMM - E, d MMM y"} |
michael@0 | 634 | y{"E, d MMM y - E, d MMM y"} |
michael@0 | 635 | } |
michael@0 | 636 | yMMMM{ |
michael@0 | 637 | M{"MMMM - MMMM y"} |
michael@0 | 638 | y{"MMMM y – MMMM y"} |
michael@0 | 639 | } |
michael@0 | 640 | yMMMd{ |
michael@0 | 641 | M{"d MMM - d MMM y"} |
michael@0 | 642 | d{"d-d MMM y"} |
michael@0 | 643 | y{"d MMM y - d MMM y"} |
michael@0 | 644 | } |
michael@0 | 645 | yMd{ |
michael@0 | 646 | M{"dd.MM.y - dd.MM.y"} |
michael@0 | 647 | d{"dd.MM.y - dd.MM.y"} |
michael@0 | 648 | y{"dd.MM.y - dd.MM.y"} |
michael@0 | 649 | } |
michael@0 | 650 | } |
michael@0 | 651 | monthNames{ |
michael@0 | 652 | format{ |
michael@0 | 653 | abbreviated{ |
michael@0 | 654 | "ian.", |
michael@0 | 655 | "feb.", |
michael@0 | 656 | "mar.", |
michael@0 | 657 | "apr.", |
michael@0 | 658 | "mai", |
michael@0 | 659 | "iun.", |
michael@0 | 660 | "iul.", |
michael@0 | 661 | "aug.", |
michael@0 | 662 | "sept.", |
michael@0 | 663 | "oct.", |
michael@0 | 664 | "nov.", |
michael@0 | 665 | "dec.", |
michael@0 | 666 | } |
michael@0 | 667 | narrow{ |
michael@0 | 668 | "I", |
michael@0 | 669 | "F", |
michael@0 | 670 | "M", |
michael@0 | 671 | "A", |
michael@0 | 672 | "M", |
michael@0 | 673 | "I", |
michael@0 | 674 | "I", |
michael@0 | 675 | "A", |
michael@0 | 676 | "S", |
michael@0 | 677 | "O", |
michael@0 | 678 | "N", |
michael@0 | 679 | "D", |
michael@0 | 680 | } |
michael@0 | 681 | wide{ |
michael@0 | 682 | "ianuarie", |
michael@0 | 683 | "februarie", |
michael@0 | 684 | "martie", |
michael@0 | 685 | "aprilie", |
michael@0 | 686 | "mai", |
michael@0 | 687 | "iunie", |
michael@0 | 688 | "iulie", |
michael@0 | 689 | "august", |
michael@0 | 690 | "septembrie", |
michael@0 | 691 | "octombrie", |
michael@0 | 692 | "noiembrie", |
michael@0 | 693 | "decembrie", |
michael@0 | 694 | } |
michael@0 | 695 | } |
michael@0 | 696 | stand-alone{ |
michael@0 | 697 | abbreviated{ |
michael@0 | 698 | "ian.", |
michael@0 | 699 | "feb.", |
michael@0 | 700 | "mar.", |
michael@0 | 701 | "apr.", |
michael@0 | 702 | "mai", |
michael@0 | 703 | "iun.", |
michael@0 | 704 | "iul.", |
michael@0 | 705 | "aug.", |
michael@0 | 706 | "sept.", |
michael@0 | 707 | "oct.", |
michael@0 | 708 | "nov.", |
michael@0 | 709 | "dec.", |
michael@0 | 710 | } |
michael@0 | 711 | narrow{ |
michael@0 | 712 | "I", |
michael@0 | 713 | "F", |
michael@0 | 714 | "M", |
michael@0 | 715 | "A", |
michael@0 | 716 | "M", |
michael@0 | 717 | "I", |
michael@0 | 718 | "I", |
michael@0 | 719 | "A", |
michael@0 | 720 | "S", |
michael@0 | 721 | "O", |
michael@0 | 722 | "N", |
michael@0 | 723 | "D", |
michael@0 | 724 | } |
michael@0 | 725 | wide{ |
michael@0 | 726 | "ianuarie", |
michael@0 | 727 | "februarie", |
michael@0 | 728 | "martie", |
michael@0 | 729 | "aprilie", |
michael@0 | 730 | "mai", |
michael@0 | 731 | "iunie", |
michael@0 | 732 | "iulie", |
michael@0 | 733 | "august", |
michael@0 | 734 | "septembrie", |
michael@0 | 735 | "octombrie", |
michael@0 | 736 | "noiembrie", |
michael@0 | 737 | "decembrie", |
michael@0 | 738 | } |
michael@0 | 739 | } |
michael@0 | 740 | } |
michael@0 | 741 | quarters{ |
michael@0 | 742 | format{ |
michael@0 | 743 | abbreviated{ |
michael@0 | 744 | "trim. I", |
michael@0 | 745 | "trim. II", |
michael@0 | 746 | "trim. III", |
michael@0 | 747 | "trim. IV", |
michael@0 | 748 | } |
michael@0 | 749 | narrow{ |
michael@0 | 750 | "1", |
michael@0 | 751 | "2", |
michael@0 | 752 | "3", |
michael@0 | 753 | "4", |
michael@0 | 754 | } |
michael@0 | 755 | wide{ |
michael@0 | 756 | "trimestrul I", |
michael@0 | 757 | "trimestrul al II-lea", |
michael@0 | 758 | "trimestrul al III-lea", |
michael@0 | 759 | "trimestrul al IV-lea", |
michael@0 | 760 | } |
michael@0 | 761 | } |
michael@0 | 762 | stand-alone{ |
michael@0 | 763 | abbreviated{ |
michael@0 | 764 | "T1", |
michael@0 | 765 | "T2", |
michael@0 | 766 | "T3", |
michael@0 | 767 | "T4", |
michael@0 | 768 | } |
michael@0 | 769 | narrow{ |
michael@0 | 770 | "1", |
michael@0 | 771 | "2", |
michael@0 | 772 | "3", |
michael@0 | 773 | "4", |
michael@0 | 774 | } |
michael@0 | 775 | wide{ |
michael@0 | 776 | "trimestrul I", |
michael@0 | 777 | "trimestrul al II-lea", |
michael@0 | 778 | "trimestrul al III-lea", |
michael@0 | 779 | "trimestrul al IV-lea", |
michael@0 | 780 | } |
michael@0 | 781 | } |
michael@0 | 782 | } |
michael@0 | 783 | } |
michael@0 | 784 | hebrew{ |
michael@0 | 785 | monthNames{ |
michael@0 | 786 | format{ |
michael@0 | 787 | abbreviated{ |
michael@0 | 788 | "Tișrei", |
michael@0 | 789 | "Heșvan", |
michael@0 | 790 | "Kislev", |
michael@0 | 791 | "Tevet", |
michael@0 | 792 | "Șevat", |
michael@0 | 793 | "Adar I", |
michael@0 | 794 | "Adar", |
michael@0 | 795 | "Nisan", |
michael@0 | 796 | "Iyar", |
michael@0 | 797 | "Sivan", |
michael@0 | 798 | "Tammuz", |
michael@0 | 799 | "Av", |
michael@0 | 800 | "Elul", |
michael@0 | 801 | "Adar II", |
michael@0 | 802 | } |
michael@0 | 803 | wide{ |
michael@0 | 804 | "Tișrei", |
michael@0 | 805 | "Heșvan", |
michael@0 | 806 | "Kislev", |
michael@0 | 807 | "Tevet", |
michael@0 | 808 | "Șevat", |
michael@0 | 809 | "Adar I", |
michael@0 | 810 | "Adar", |
michael@0 | 811 | "Nisan", |
michael@0 | 812 | "Iyar", |
michael@0 | 813 | "Sivan", |
michael@0 | 814 | "Tammuz", |
michael@0 | 815 | "Av", |
michael@0 | 816 | "Elul", |
michael@0 | 817 | "Adar II", |
michael@0 | 818 | } |
michael@0 | 819 | } |
michael@0 | 820 | stand-alone{ |
michael@0 | 821 | abbreviated{ |
michael@0 | 822 | "Tișrei", |
michael@0 | 823 | "Heșvan", |
michael@0 | 824 | "Kislev", |
michael@0 | 825 | "Tevet", |
michael@0 | 826 | "Șevat", |
michael@0 | 827 | "Adar I", |
michael@0 | 828 | "Adar", |
michael@0 | 829 | "Nisan", |
michael@0 | 830 | "Iyar", |
michael@0 | 831 | "Sivan", |
michael@0 | 832 | "Tammuz", |
michael@0 | 833 | "Av", |
michael@0 | 834 | "Elul", |
michael@0 | 835 | "Adar II", |
michael@0 | 836 | } |
michael@0 | 837 | wide{ |
michael@0 | 838 | "Tișrei", |
michael@0 | 839 | "Heșvan", |
michael@0 | 840 | "Kislev", |
michael@0 | 841 | "Tevet", |
michael@0 | 842 | "Șevat", |
michael@0 | 843 | "Adar I", |
michael@0 | 844 | "Adar", |
michael@0 | 845 | "Nisan", |
michael@0 | 846 | "Iyar", |
michael@0 | 847 | "Sivan", |
michael@0 | 848 | "Tammuz", |
michael@0 | 849 | "Av", |
michael@0 | 850 | "Elul", |
michael@0 | 851 | "Adar II", |
michael@0 | 852 | } |
michael@0 | 853 | } |
michael@0 | 854 | } |
michael@0 | 855 | } |
michael@0 | 856 | islamic{ |
michael@0 | 857 | eras{ |
michael@0 | 858 | abbreviated{ |
michael@0 | 859 | "AH", |
michael@0 | 860 | } |
michael@0 | 861 | } |
michael@0 | 862 | } |
michael@0 | 863 | } |
michael@0 | 864 | delimiters{ |
michael@0 | 865 | alternateQuotationEnd{"»"} |
michael@0 | 866 | alternateQuotationStart{"«"} |
michael@0 | 867 | quotationEnd{"”"} |
michael@0 | 868 | quotationStart{"„"} |
michael@0 | 869 | } |
michael@0 | 870 | durationUnits{ |
michael@0 | 871 | hm{"h:mm"} |
michael@0 | 872 | hms{"h:mm:ss"} |
michael@0 | 873 | ms{"m:ss"} |
michael@0 | 874 | } |
michael@0 | 875 | fields{ |
michael@0 | 876 | day{ |
michael@0 | 877 | dn{"zi"} |
michael@0 | 878 | relative{ |
michael@0 | 879 | "-1"{"ieri"} |
michael@0 | 880 | "-2"{"alaltăieri"} |
michael@0 | 881 | "0"{"azi"} |
michael@0 | 882 | "1"{"mâine"} |
michael@0 | 883 | "2"{"poimâine"} |
michael@0 | 884 | } |
michael@0 | 885 | relativeTime{ |
michael@0 | 886 | future{ |
michael@0 | 887 | few{"Peste {0} zile"} |
michael@0 | 888 | one{"Peste {0} zi"} |
michael@0 | 889 | other{"Peste {0} de zile"} |
michael@0 | 890 | } |
michael@0 | 891 | past{ |
michael@0 | 892 | few{"Acum {0} zile"} |
michael@0 | 893 | one{"Acum {0} zi"} |
michael@0 | 894 | other{"Acum {0} de zile"} |
michael@0 | 895 | } |
michael@0 | 896 | } |
michael@0 | 897 | } |
michael@0 | 898 | dayperiod{ |
michael@0 | 899 | dn{"a.m./p.m"} |
michael@0 | 900 | } |
michael@0 | 901 | era{ |
michael@0 | 902 | dn{"eră"} |
michael@0 | 903 | } |
michael@0 | 904 | fri{ |
michael@0 | 905 | relative{ |
michael@0 | 906 | "-1"{"vinerea trecută"} |
michael@0 | 907 | "0"{"vinerea aceasta"} |
michael@0 | 908 | "1"{"vinerea viitoare"} |
michael@0 | 909 | } |
michael@0 | 910 | } |
michael@0 | 911 | hour{ |
michael@0 | 912 | dn{"oră"} |
michael@0 | 913 | relativeTime{ |
michael@0 | 914 | future{ |
michael@0 | 915 | few{"Peste {0} ore"} |
michael@0 | 916 | one{"Peste {0} oră"} |
michael@0 | 917 | other{"Peste {0} de ore"} |
michael@0 | 918 | } |
michael@0 | 919 | past{ |
michael@0 | 920 | few{"Acum {0} ore"} |
michael@0 | 921 | one{"Acum {0} oră"} |
michael@0 | 922 | other{"Acum {0} de ore"} |
michael@0 | 923 | } |
michael@0 | 924 | } |
michael@0 | 925 | } |
michael@0 | 926 | minute{ |
michael@0 | 927 | dn{"minut"} |
michael@0 | 928 | relativeTime{ |
michael@0 | 929 | future{ |
michael@0 | 930 | few{"Peste {0} minute"} |
michael@0 | 931 | one{"Peste {0} minut"} |
michael@0 | 932 | other{"Peste {0} de minute"} |
michael@0 | 933 | } |
michael@0 | 934 | past{ |
michael@0 | 935 | few{"Acum {0} minute"} |
michael@0 | 936 | one{"Acum {0} minut"} |
michael@0 | 937 | other{"Acum {0} de minute"} |
michael@0 | 938 | } |
michael@0 | 939 | } |
michael@0 | 940 | } |
michael@0 | 941 | mon{ |
michael@0 | 942 | relative{ |
michael@0 | 943 | "-1"{"lunea trecută"} |
michael@0 | 944 | "0"{"lunea aceasta"} |
michael@0 | 945 | "1"{"lunea viitoare"} |
michael@0 | 946 | } |
michael@0 | 947 | } |
michael@0 | 948 | month{ |
michael@0 | 949 | dn{"lună"} |
michael@0 | 950 | relative{ |
michael@0 | 951 | "-1"{"luna trecută"} |
michael@0 | 952 | "0"{"luna aceasta"} |
michael@0 | 953 | "1"{"luna viitoare"} |
michael@0 | 954 | } |
michael@0 | 955 | relativeTime{ |
michael@0 | 956 | future{ |
michael@0 | 957 | few{"Peste {0} luni"} |
michael@0 | 958 | one{"Peste {0} lună"} |
michael@0 | 959 | other{"Peste {0} de luni"} |
michael@0 | 960 | } |
michael@0 | 961 | past{ |
michael@0 | 962 | few{"Acum {0} luni"} |
michael@0 | 963 | one{"Acum {0} lună"} |
michael@0 | 964 | other{"Acum {0} de luni"} |
michael@0 | 965 | } |
michael@0 | 966 | } |
michael@0 | 967 | } |
michael@0 | 968 | sat{ |
michael@0 | 969 | relative{ |
michael@0 | 970 | "-1"{"sâmbăta trecută"} |
michael@0 | 971 | "0"{"sâmbăta aceasta"} |
michael@0 | 972 | "1"{"sâmbăta viitoare"} |
michael@0 | 973 | } |
michael@0 | 974 | } |
michael@0 | 975 | second{ |
michael@0 | 976 | dn{"secundă"} |
michael@0 | 977 | relative{ |
michael@0 | 978 | "0"{"acum"} |
michael@0 | 979 | } |
michael@0 | 980 | relativeTime{ |
michael@0 | 981 | future{ |
michael@0 | 982 | few{"Peste {0} secunde"} |
michael@0 | 983 | one{"Peste {0} secundă"} |
michael@0 | 984 | other{"Peste {0} de secunde"} |
michael@0 | 985 | } |
michael@0 | 986 | past{ |
michael@0 | 987 | few{"Acum {0} secunde"} |
michael@0 | 988 | one{"Acum {0} secundă"} |
michael@0 | 989 | other{"Acum {0} de secunde"} |
michael@0 | 990 | } |
michael@0 | 991 | } |
michael@0 | 992 | } |
michael@0 | 993 | sun{ |
michael@0 | 994 | relative{ |
michael@0 | 995 | "-1"{"duminica trecută"} |
michael@0 | 996 | "0"{"duminica aceasta"} |
michael@0 | 997 | "1"{"duminica viitoare"} |
michael@0 | 998 | } |
michael@0 | 999 | } |
michael@0 | 1000 | thu{ |
michael@0 | 1001 | relative{ |
michael@0 | 1002 | "-1"{"joia trecută"} |
michael@0 | 1003 | "0"{"joia aceasta"} |
michael@0 | 1004 | "1"{"joia viitoare"} |
michael@0 | 1005 | } |
michael@0 | 1006 | } |
michael@0 | 1007 | tue{ |
michael@0 | 1008 | relative{ |
michael@0 | 1009 | "-1"{"marțea trecută"} |
michael@0 | 1010 | "0"{"marțea aceasta"} |
michael@0 | 1011 | "1"{"marțea viitoare"} |
michael@0 | 1012 | } |
michael@0 | 1013 | } |
michael@0 | 1014 | wed{ |
michael@0 | 1015 | relative{ |
michael@0 | 1016 | "-1"{"miercurea trecută"} |
michael@0 | 1017 | "0"{"miercurea aceasta"} |
michael@0 | 1018 | "1"{"miercurea viitoare"} |
michael@0 | 1019 | } |
michael@0 | 1020 | } |
michael@0 | 1021 | week{ |
michael@0 | 1022 | dn{"săptămână"} |
michael@0 | 1023 | relative{ |
michael@0 | 1024 | "-1"{"săptămâna trecută"} |
michael@0 | 1025 | "0"{"săptămâna aceasta"} |
michael@0 | 1026 | "1"{"săptămâna viitoare"} |
michael@0 | 1027 | } |
michael@0 | 1028 | relativeTime{ |
michael@0 | 1029 | future{ |
michael@0 | 1030 | few{"Peste {0} săptămâni"} |
michael@0 | 1031 | one{"Peste {0} săptămână"} |
michael@0 | 1032 | other{"Peste {0} de săptămâni"} |
michael@0 | 1033 | } |
michael@0 | 1034 | past{ |
michael@0 | 1035 | few{"Acum {0} săptămâni"} |
michael@0 | 1036 | one{"Acum {0} săptămână"} |
michael@0 | 1037 | other{"Acum {0} de săptămâni"} |
michael@0 | 1038 | } |
michael@0 | 1039 | } |
michael@0 | 1040 | } |
michael@0 | 1041 | weekday{ |
michael@0 | 1042 | dn{"zi a săptămânii"} |
michael@0 | 1043 | } |
michael@0 | 1044 | year{ |
michael@0 | 1045 | dn{"an"} |
michael@0 | 1046 | relative{ |
michael@0 | 1047 | "-1"{"anul trecut"} |
michael@0 | 1048 | "0"{"anul acesta"} |
michael@0 | 1049 | "1"{"anul viitor"} |
michael@0 | 1050 | } |
michael@0 | 1051 | relativeTime{ |
michael@0 | 1052 | future{ |
michael@0 | 1053 | few{"Peste {0} ani"} |
michael@0 | 1054 | one{"Peste {0} an"} |
michael@0 | 1055 | other{"Peste {0} de ani"} |
michael@0 | 1056 | } |
michael@0 | 1057 | past{ |
michael@0 | 1058 | few{"Acum {0} ani"} |
michael@0 | 1059 | one{"Acum {0} an"} |
michael@0 | 1060 | other{"Acum {0} de ani"} |
michael@0 | 1061 | } |
michael@0 | 1062 | } |
michael@0 | 1063 | } |
michael@0 | 1064 | zone{ |
michael@0 | 1065 | dn{"fus orar"} |
michael@0 | 1066 | } |
michael@0 | 1067 | } |
michael@0 | 1068 | listPattern{ |
michael@0 | 1069 | standard{ |
michael@0 | 1070 | 2{"{0} și {1}"} |
michael@0 | 1071 | end{"{0} și {1}"} |
michael@0 | 1072 | middle{"{0}, {1}"} |
michael@0 | 1073 | start{"{0}, {1}"} |
michael@0 | 1074 | } |
michael@0 | 1075 | unit{ |
michael@0 | 1076 | 2{"{0} și {1}"} |
michael@0 | 1077 | end{"{0}, {1}"} |
michael@0 | 1078 | middle{"{0}, {1}"} |
michael@0 | 1079 | start{"{0}, {1}"} |
michael@0 | 1080 | } |
michael@0 | 1081 | unit-narrow{ |
michael@0 | 1082 | 2{"{0}, {1}"} |
michael@0 | 1083 | end{"{0}, {1}"} |
michael@0 | 1084 | middle{"{0}, {1}"} |
michael@0 | 1085 | start{"{0}, {1}"} |
michael@0 | 1086 | } |
michael@0 | 1087 | unit-short{ |
michael@0 | 1088 | 2{"{0}, {1}"} |
michael@0 | 1089 | end{"{0}, {1}"} |
michael@0 | 1090 | middle{"{0}, {1}"} |
michael@0 | 1091 | start{"{0}, {1}"} |
michael@0 | 1092 | } |
michael@0 | 1093 | } |
michael@0 | 1094 | measurementSystemNames{ |
michael@0 | 1095 | UK{"britanic"} |
michael@0 | 1096 | US{"american"} |
michael@0 | 1097 | metric{"metric"} |
michael@0 | 1098 | } |
michael@0 | 1099 | transformNames{ |
michael@0 | 1100 | BGN{"BGN"} |
michael@0 | 1101 | Numeric{"Numeric"} |
michael@0 | 1102 | Tone{"Ton"} |
michael@0 | 1103 | UNGEGN{"UNGEGN"} |
michael@0 | 1104 | x-Accents{"Accente"} |
michael@0 | 1105 | x-Fullwidth{"Cu lățime întreagă"} |
michael@0 | 1106 | x-Halfwidth{"Cu jumătate de lățime"} |
michael@0 | 1107 | x-Jamo{"Jamo"} |
michael@0 | 1108 | x-Pinyin{"Pinyin"} |
michael@0 | 1109 | x-Publishing{"Publicare"} |
michael@0 | 1110 | } |
michael@0 | 1111 | units{ |
michael@0 | 1112 | acceleration{ |
michael@0 | 1113 | g-force{ |
michael@0 | 1114 | few{"{0} forță g"} |
michael@0 | 1115 | one{"{0} forță g"} |
michael@0 | 1116 | other{"{0} forță g"} |
michael@0 | 1117 | } |
michael@0 | 1118 | } |
michael@0 | 1119 | angle{ |
michael@0 | 1120 | arc-minute{ |
michael@0 | 1121 | few{"{0} minute"} |
michael@0 | 1122 | one{"{0} minut"} |
michael@0 | 1123 | other{"{0} de minute"} |
michael@0 | 1124 | } |
michael@0 | 1125 | arc-second{ |
michael@0 | 1126 | few{"{0} secunde"} |
michael@0 | 1127 | one{"{0} secundă"} |
michael@0 | 1128 | other{"{0} de secunde"} |
michael@0 | 1129 | } |
michael@0 | 1130 | degree{ |
michael@0 | 1131 | few{"{0} grade"} |
michael@0 | 1132 | one{"{0} grad"} |
michael@0 | 1133 | other{"{0} de grade"} |
michael@0 | 1134 | } |
michael@0 | 1135 | } |
michael@0 | 1136 | area{ |
michael@0 | 1137 | acre{ |
michael@0 | 1138 | few{"{0} acri"} |
michael@0 | 1139 | one{"{0} acru"} |
michael@0 | 1140 | other{"{0} de acri"} |
michael@0 | 1141 | } |
michael@0 | 1142 | hectare{ |
michael@0 | 1143 | few{"{0} hectare"} |
michael@0 | 1144 | one{"{0} hectar"} |
michael@0 | 1145 | other{"{0} de hectare"} |
michael@0 | 1146 | } |
michael@0 | 1147 | square-foot{ |
michael@0 | 1148 | few{"{0} picioare pătrate"} |
michael@0 | 1149 | one{"{0} picior pătrat"} |
michael@0 | 1150 | other{"{0} picioare pătrate"} |
michael@0 | 1151 | } |
michael@0 | 1152 | square-kilometer{ |
michael@0 | 1153 | few{"{0} kilometri pătrați"} |
michael@0 | 1154 | one{"{0} kilometru pătrat"} |
michael@0 | 1155 | other{"{0} de kilometri pătrați"} |
michael@0 | 1156 | } |
michael@0 | 1157 | square-meter{ |
michael@0 | 1158 | few{"{0} metri pătrați"} |
michael@0 | 1159 | one{"{0} metru pătrat"} |
michael@0 | 1160 | other{"{0} de metri pătrați"} |
michael@0 | 1161 | } |
michael@0 | 1162 | square-mile{ |
michael@0 | 1163 | few{"{0} mile pătrate"} |
michael@0 | 1164 | one{"{0} milă pătrată"} |
michael@0 | 1165 | other{"{0} de mile pătrate"} |
michael@0 | 1166 | } |
michael@0 | 1167 | } |
michael@0 | 1168 | compound{ |
michael@0 | 1169 | per{"{0} pe {1}"} |
michael@0 | 1170 | } |
michael@0 | 1171 | duration{ |
michael@0 | 1172 | day{ |
michael@0 | 1173 | few{"{0} zile"} |
michael@0 | 1174 | one{"{0} zi"} |
michael@0 | 1175 | other{"{0} de zile"} |
michael@0 | 1176 | } |
michael@0 | 1177 | hour{ |
michael@0 | 1178 | few{"{0} ore"} |
michael@0 | 1179 | one{"{0} oră"} |
michael@0 | 1180 | other{"{0} de ore"} |
michael@0 | 1181 | } |
michael@0 | 1182 | millisecond{ |
michael@0 | 1183 | few{"{0} milisecunde"} |
michael@0 | 1184 | one{"{0} milisecundă"} |
michael@0 | 1185 | other{"{0} de milisecunde"} |
michael@0 | 1186 | } |
michael@0 | 1187 | minute{ |
michael@0 | 1188 | few{"{0} minute"} |
michael@0 | 1189 | one{"{0} minut"} |
michael@0 | 1190 | other{"{0} de minute"} |
michael@0 | 1191 | } |
michael@0 | 1192 | month{ |
michael@0 | 1193 | few{"{0} luni"} |
michael@0 | 1194 | one{"{0} lună"} |
michael@0 | 1195 | other{"{0} de luni"} |
michael@0 | 1196 | } |
michael@0 | 1197 | second{ |
michael@0 | 1198 | few{"{0} secunde"} |
michael@0 | 1199 | one{"{0} secundă"} |
michael@0 | 1200 | other{"{0} de secunde"} |
michael@0 | 1201 | } |
michael@0 | 1202 | week{ |
michael@0 | 1203 | few{"{0} săptămâni"} |
michael@0 | 1204 | one{"{0} săptămână"} |
michael@0 | 1205 | other{"{0} de săptămâni"} |
michael@0 | 1206 | } |
michael@0 | 1207 | year{ |
michael@0 | 1208 | few{"{0} ani"} |
michael@0 | 1209 | one{"{0} an"} |
michael@0 | 1210 | other{"{0} de ani"} |
michael@0 | 1211 | } |
michael@0 | 1212 | } |
michael@0 | 1213 | length{ |
michael@0 | 1214 | centimeter{ |
michael@0 | 1215 | few{"{0} centimetri"} |
michael@0 | 1216 | one{"{0} centimetru"} |
michael@0 | 1217 | other{"{0} de centimetri"} |
michael@0 | 1218 | } |
michael@0 | 1219 | foot{ |
michael@0 | 1220 | few{"{0} picioare"} |
michael@0 | 1221 | one{"{0} picior"} |
michael@0 | 1222 | other{"{0} de picioare"} |
michael@0 | 1223 | } |
michael@0 | 1224 | inch{ |
michael@0 | 1225 | few{"{0} inchi"} |
michael@0 | 1226 | one{"{0} inch"} |
michael@0 | 1227 | other{"{0} de inchi"} |
michael@0 | 1228 | } |
michael@0 | 1229 | kilometer{ |
michael@0 | 1230 | few{"{0} kilometri"} |
michael@0 | 1231 | one{"{0} kilometru"} |
michael@0 | 1232 | other{"{0} de kilometri"} |
michael@0 | 1233 | } |
michael@0 | 1234 | light-year{ |
michael@0 | 1235 | few{"{0} ani lumină"} |
michael@0 | 1236 | one{"{0} an lumină"} |
michael@0 | 1237 | other{"{0} de ani lumină"} |
michael@0 | 1238 | } |
michael@0 | 1239 | meter{ |
michael@0 | 1240 | few{"{0} metri"} |
michael@0 | 1241 | one{"{0} metru"} |
michael@0 | 1242 | other{"{0} de metri"} |
michael@0 | 1243 | } |
michael@0 | 1244 | mile{ |
michael@0 | 1245 | few{"{0} mile"} |
michael@0 | 1246 | one{"{0} milă"} |
michael@0 | 1247 | other{"{0} de mile"} |
michael@0 | 1248 | } |
michael@0 | 1249 | millimeter{ |
michael@0 | 1250 | few{"{0} milimetri"} |
michael@0 | 1251 | one{"{0} milimetru"} |
michael@0 | 1252 | other{"{0} de milimetri"} |
michael@0 | 1253 | } |
michael@0 | 1254 | picometer{ |
michael@0 | 1255 | few{"{0} picometri"} |
michael@0 | 1256 | one{"{0} picometru"} |
michael@0 | 1257 | other{"{0} de picometri"} |
michael@0 | 1258 | } |
michael@0 | 1259 | yard{ |
michael@0 | 1260 | few{"{0} iarzi"} |
michael@0 | 1261 | one{"{0} iard"} |
michael@0 | 1262 | other{"{0} de iarzi"} |
michael@0 | 1263 | } |
michael@0 | 1264 | } |
michael@0 | 1265 | mass{ |
michael@0 | 1266 | gram{ |
michael@0 | 1267 | few{"{0} grame"} |
michael@0 | 1268 | one{"{0} gram"} |
michael@0 | 1269 | other{"{0} de grame"} |
michael@0 | 1270 | } |
michael@0 | 1271 | kilogram{ |
michael@0 | 1272 | few{"{0} kilograme"} |
michael@0 | 1273 | one{"{0} kilogram"} |
michael@0 | 1274 | other{"{0} de kilograme"} |
michael@0 | 1275 | } |
michael@0 | 1276 | ounce{ |
michael@0 | 1277 | few{"{0} uncii"} |
michael@0 | 1278 | one{"{0} uncie"} |
michael@0 | 1279 | other{"{0} de uncii"} |
michael@0 | 1280 | } |
michael@0 | 1281 | pound{ |
michael@0 | 1282 | few{"{0} livre"} |
michael@0 | 1283 | one{"{0} livră"} |
michael@0 | 1284 | other{"{0} de livre"} |
michael@0 | 1285 | } |
michael@0 | 1286 | } |
michael@0 | 1287 | power{ |
michael@0 | 1288 | horsepower{ |
michael@0 | 1289 | few{"{0} cai putere"} |
michael@0 | 1290 | one{"{0} cal putere"} |
michael@0 | 1291 | other{"{0} de cai putere"} |
michael@0 | 1292 | } |
michael@0 | 1293 | kilowatt{ |
michael@0 | 1294 | few{"{0} kilowați"} |
michael@0 | 1295 | one{"{0} kilowatt"} |
michael@0 | 1296 | other{"{0} de kilowați"} |
michael@0 | 1297 | } |
michael@0 | 1298 | watt{ |
michael@0 | 1299 | few{"{0} wați"} |
michael@0 | 1300 | one{"{0} watt"} |
michael@0 | 1301 | other{"{0} de wați"} |
michael@0 | 1302 | } |
michael@0 | 1303 | } |
michael@0 | 1304 | pressure{ |
michael@0 | 1305 | hectopascal{ |
michael@0 | 1306 | few{"{0} hectopascali"} |
michael@0 | 1307 | one{"{0} hectopascal"} |
michael@0 | 1308 | other{"{0} de hectopascali"} |
michael@0 | 1309 | } |
michael@0 | 1310 | inch-hg{ |
michael@0 | 1311 | few{"{0} inchi coloană de mercur"} |
michael@0 | 1312 | one{"{0} inch coloană de mercur"} |
michael@0 | 1313 | other{"{0} de inchi coloană de mercur"} |
michael@0 | 1314 | } |
michael@0 | 1315 | millibar{ |
michael@0 | 1316 | few{"{0} milibari"} |
michael@0 | 1317 | one{"{0} milibar"} |
michael@0 | 1318 | other{"{0} de milibari"} |
michael@0 | 1319 | } |
michael@0 | 1320 | } |
michael@0 | 1321 | speed{ |
michael@0 | 1322 | kilometer-per-hour{ |
michael@0 | 1323 | few{"{0} kilometri pe oră"} |
michael@0 | 1324 | one{"{0} kilometru pe oră"} |
michael@0 | 1325 | other{"{0} de kilometri pe oră"} |
michael@0 | 1326 | } |
michael@0 | 1327 | meter-per-second{ |
michael@0 | 1328 | few{"{0} metri pe secundă"} |
michael@0 | 1329 | one{"{0} metru pe secundă"} |
michael@0 | 1330 | other{"{0} de metri pe secundă"} |
michael@0 | 1331 | } |
michael@0 | 1332 | mile-per-hour{ |
michael@0 | 1333 | few{"{0} mile pe oră"} |
michael@0 | 1334 | one{"{0} milă pe oră"} |
michael@0 | 1335 | other{"{0} de mile pe oră"} |
michael@0 | 1336 | } |
michael@0 | 1337 | } |
michael@0 | 1338 | temperature{ |
michael@0 | 1339 | celsius{ |
michael@0 | 1340 | few{"{0} grade Celsius"} |
michael@0 | 1341 | one{"{0} grad Celsius"} |
michael@0 | 1342 | other{"{0} de grade Celsius"} |
michael@0 | 1343 | } |
michael@0 | 1344 | fahrenheit{ |
michael@0 | 1345 | few{"{0} grade Fahrenheit"} |
michael@0 | 1346 | one{"{0} grad Fahrenheit"} |
michael@0 | 1347 | other{"{0} de grade Fahrenheit"} |
michael@0 | 1348 | } |
michael@0 | 1349 | } |
michael@0 | 1350 | volume{ |
michael@0 | 1351 | cubic-kilometer{ |
michael@0 | 1352 | few{"{0} kilometri cubi"} |
michael@0 | 1353 | one{"{0} kilometru cub"} |
michael@0 | 1354 | other{"{0} de kilometri cubi"} |
michael@0 | 1355 | } |
michael@0 | 1356 | cubic-mile{ |
michael@0 | 1357 | few{"{0} mile cubice"} |
michael@0 | 1358 | one{"{0} milă cubică"} |
michael@0 | 1359 | other{"{0} de mile cubice"} |
michael@0 | 1360 | } |
michael@0 | 1361 | liter{ |
michael@0 | 1362 | few{"{0} litri"} |
michael@0 | 1363 | one{"{0} litru"} |
michael@0 | 1364 | other{"{0} de litri"} |
michael@0 | 1365 | } |
michael@0 | 1366 | } |
michael@0 | 1367 | } |
michael@0 | 1368 | unitsNarrow{ |
michael@0 | 1369 | acceleration{ |
michael@0 | 1370 | g-force{ |
michael@0 | 1371 | few{"{0} G"} |
michael@0 | 1372 | one{"{0} G"} |
michael@0 | 1373 | other{"{0} G"} |
michael@0 | 1374 | } |
michael@0 | 1375 | } |
michael@0 | 1376 | angle{ |
michael@0 | 1377 | arc-minute{ |
michael@0 | 1378 | few{"{0}′"} |
michael@0 | 1379 | one{"{0}′"} |
michael@0 | 1380 | other{"{0}′"} |
michael@0 | 1381 | } |
michael@0 | 1382 | arc-second{ |
michael@0 | 1383 | few{"{0}″"} |
michael@0 | 1384 | one{"{0}″"} |
michael@0 | 1385 | other{"{0}″"} |
michael@0 | 1386 | } |
michael@0 | 1387 | degree{ |
michael@0 | 1388 | few{"{0}°"} |
michael@0 | 1389 | one{"{0}°"} |
michael@0 | 1390 | other{"{0}°"} |
michael@0 | 1391 | } |
michael@0 | 1392 | } |
michael@0 | 1393 | area{ |
michael@0 | 1394 | acre{ |
michael@0 | 1395 | few{"{0} ac."} |
michael@0 | 1396 | one{"{0} ac."} |
michael@0 | 1397 | other{"{0} ac."} |
michael@0 | 1398 | } |
michael@0 | 1399 | hectare{ |
michael@0 | 1400 | few{"{0} ha"} |
michael@0 | 1401 | one{"{0} ha"} |
michael@0 | 1402 | other{"{0} ha"} |
michael@0 | 1403 | } |
michael@0 | 1404 | square-foot{ |
michael@0 | 1405 | few{"{0} ft²"} |
michael@0 | 1406 | one{"{0} ft²"} |
michael@0 | 1407 | other{"{0} ft²"} |
michael@0 | 1408 | } |
michael@0 | 1409 | square-kilometer{ |
michael@0 | 1410 | few{"{0} km²"} |
michael@0 | 1411 | one{"{0} km²"} |
michael@0 | 1412 | other{"{0} km²"} |
michael@0 | 1413 | } |
michael@0 | 1414 | square-meter{ |
michael@0 | 1415 | few{"{0} m²"} |
michael@0 | 1416 | one{"{0} m²"} |
michael@0 | 1417 | other{"{0} m²"} |
michael@0 | 1418 | } |
michael@0 | 1419 | square-mile{ |
michael@0 | 1420 | few{"{0} mi²"} |
michael@0 | 1421 | one{"{0} mi²"} |
michael@0 | 1422 | other{"{0} mi²"} |
michael@0 | 1423 | } |
michael@0 | 1424 | } |
michael@0 | 1425 | compound{ |
michael@0 | 1426 | per{"{0}/{1}"} |
michael@0 | 1427 | } |
michael@0 | 1428 | duration{ |
michael@0 | 1429 | day{ |
michael@0 | 1430 | few{"{0} z"} |
michael@0 | 1431 | one{"{0} z"} |
michael@0 | 1432 | other{"{0} z"} |
michael@0 | 1433 | } |
michael@0 | 1434 | hour{ |
michael@0 | 1435 | few{"{0} h"} |
michael@0 | 1436 | one{"{0} h"} |
michael@0 | 1437 | other{"{0} h"} |
michael@0 | 1438 | } |
michael@0 | 1439 | millisecond{ |
michael@0 | 1440 | few{"{0} ms"} |
michael@0 | 1441 | one{"{0} ms"} |
michael@0 | 1442 | other{"{0} ms"} |
michael@0 | 1443 | } |
michael@0 | 1444 | minute{ |
michael@0 | 1445 | few{"{0} m"} |
michael@0 | 1446 | one{"{0} m"} |
michael@0 | 1447 | other{"{0} m"} |
michael@0 | 1448 | } |
michael@0 | 1449 | month{ |
michael@0 | 1450 | few{"{0} l"} |
michael@0 | 1451 | one{"{0} l"} |
michael@0 | 1452 | other{"{0} l"} |
michael@0 | 1453 | } |
michael@0 | 1454 | second{ |
michael@0 | 1455 | few{"{0} s"} |
michael@0 | 1456 | one{"{0} s"} |
michael@0 | 1457 | other{"{0} s"} |
michael@0 | 1458 | } |
michael@0 | 1459 | week{ |
michael@0 | 1460 | few{"{0} săpt."} |
michael@0 | 1461 | one{"{0} săpt."} |
michael@0 | 1462 | other{"{0} săpt."} |
michael@0 | 1463 | } |
michael@0 | 1464 | year{ |
michael@0 | 1465 | few{"{0} a"} |
michael@0 | 1466 | one{"{0} a"} |
michael@0 | 1467 | other{"{0} a"} |
michael@0 | 1468 | } |
michael@0 | 1469 | } |
michael@0 | 1470 | length{ |
michael@0 | 1471 | centimeter{ |
michael@0 | 1472 | few{"{0} cm"} |
michael@0 | 1473 | one{"{0} cm"} |
michael@0 | 1474 | other{"{0} cm"} |
michael@0 | 1475 | } |
michael@0 | 1476 | foot{ |
michael@0 | 1477 | few{"{0} ft"} |
michael@0 | 1478 | one{"{0} ft"} |
michael@0 | 1479 | other{"{0} ft"} |
michael@0 | 1480 | } |
michael@0 | 1481 | inch{ |
michael@0 | 1482 | few{"{0} in"} |
michael@0 | 1483 | one{"{0} in"} |
michael@0 | 1484 | other{"{0} in"} |
michael@0 | 1485 | } |
michael@0 | 1486 | kilometer{ |
michael@0 | 1487 | few{"{0} km"} |
michael@0 | 1488 | one{"{0} km"} |
michael@0 | 1489 | other{"{0} km"} |
michael@0 | 1490 | } |
michael@0 | 1491 | light-year{ |
michael@0 | 1492 | few{"{0} a.l."} |
michael@0 | 1493 | one{"{0} a.l."} |
michael@0 | 1494 | other{"{0} a.l."} |
michael@0 | 1495 | } |
michael@0 | 1496 | meter{ |
michael@0 | 1497 | few{"{0} m"} |
michael@0 | 1498 | one{"{0} m"} |
michael@0 | 1499 | other{"{0} m"} |
michael@0 | 1500 | } |
michael@0 | 1501 | mile{ |
michael@0 | 1502 | few{"{0} mi"} |
michael@0 | 1503 | one{"{0} mi"} |
michael@0 | 1504 | other{"{0} mi"} |
michael@0 | 1505 | } |
michael@0 | 1506 | millimeter{ |
michael@0 | 1507 | few{"{0} mm"} |
michael@0 | 1508 | one{"{0} mm"} |
michael@0 | 1509 | other{"{0} mm"} |
michael@0 | 1510 | } |
michael@0 | 1511 | picometer{ |
michael@0 | 1512 | few{"{0} pm"} |
michael@0 | 1513 | one{"{0} pm"} |
michael@0 | 1514 | other{"{0} pm"} |
michael@0 | 1515 | } |
michael@0 | 1516 | yard{ |
michael@0 | 1517 | few{"{0} yd"} |
michael@0 | 1518 | one{"{0} yd"} |
michael@0 | 1519 | other{"{0} yd"} |
michael@0 | 1520 | } |
michael@0 | 1521 | } |
michael@0 | 1522 | mass{ |
michael@0 | 1523 | gram{ |
michael@0 | 1524 | few{"{0} g"} |
michael@0 | 1525 | one{"{0} g"} |
michael@0 | 1526 | other{"{0} g"} |
michael@0 | 1527 | } |
michael@0 | 1528 | kilogram{ |
michael@0 | 1529 | few{"{0} kg"} |
michael@0 | 1530 | one{"{0} kg"} |
michael@0 | 1531 | other{"{0} kg"} |
michael@0 | 1532 | } |
michael@0 | 1533 | ounce{ |
michael@0 | 1534 | few{"{0} oz"} |
michael@0 | 1535 | one{"{0} oz"} |
michael@0 | 1536 | other{"{0} oz"} |
michael@0 | 1537 | } |
michael@0 | 1538 | pound{ |
michael@0 | 1539 | few{"{0} lb"} |
michael@0 | 1540 | one{"{0} lb"} |
michael@0 | 1541 | other{"{0} lb"} |
michael@0 | 1542 | } |
michael@0 | 1543 | } |
michael@0 | 1544 | power{ |
michael@0 | 1545 | horsepower{ |
michael@0 | 1546 | few{"{0} CP"} |
michael@0 | 1547 | one{"{0} CP"} |
michael@0 | 1548 | other{"{0} CP"} |
michael@0 | 1549 | } |
michael@0 | 1550 | kilowatt{ |
michael@0 | 1551 | few{"{0} kW"} |
michael@0 | 1552 | one{"{0} kW"} |
michael@0 | 1553 | other{"{0} kW"} |
michael@0 | 1554 | } |
michael@0 | 1555 | watt{ |
michael@0 | 1556 | few{"{0} W"} |
michael@0 | 1557 | one{"{0} W"} |
michael@0 | 1558 | other{"{0} W"} |
michael@0 | 1559 | } |
michael@0 | 1560 | } |
michael@0 | 1561 | pressure{ |
michael@0 | 1562 | hectopascal{ |
michael@0 | 1563 | few{"{0} hPa"} |
michael@0 | 1564 | one{"{0} hPa"} |
michael@0 | 1565 | other{"{0} hPa"} |
michael@0 | 1566 | } |
michael@0 | 1567 | inch-hg{ |
michael@0 | 1568 | few{"{0} inHg"} |
michael@0 | 1569 | one{"{0} inHg"} |
michael@0 | 1570 | other{"{0} inHg"} |
michael@0 | 1571 | } |
michael@0 | 1572 | millibar{ |
michael@0 | 1573 | few{"{0} mb"} |
michael@0 | 1574 | one{"{0} mb"} |
michael@0 | 1575 | other{"{0} mb"} |
michael@0 | 1576 | } |
michael@0 | 1577 | } |
michael@0 | 1578 | speed{ |
michael@0 | 1579 | kilometer-per-hour{ |
michael@0 | 1580 | few{"{0} km/h"} |
michael@0 | 1581 | one{"{0} km/h"} |
michael@0 | 1582 | other{"{0} km/h"} |
michael@0 | 1583 | } |
michael@0 | 1584 | meter-per-second{ |
michael@0 | 1585 | few{"{0} m/s"} |
michael@0 | 1586 | one{"{0} m/s"} |
michael@0 | 1587 | other{"{0} m/s"} |
michael@0 | 1588 | } |
michael@0 | 1589 | mile-per-hour{ |
michael@0 | 1590 | few{"{0} mi/h"} |
michael@0 | 1591 | one{"{0} mi/h"} |
michael@0 | 1592 | other{"{0} mi/h"} |
michael@0 | 1593 | } |
michael@0 | 1594 | } |
michael@0 | 1595 | temperature{ |
michael@0 | 1596 | celsius{ |
michael@0 | 1597 | few{"{0}°"} |
michael@0 | 1598 | one{"{0}°"} |
michael@0 | 1599 | other{"{0}°"} |
michael@0 | 1600 | } |
michael@0 | 1601 | fahrenheit{ |
michael@0 | 1602 | few{"{0}°F"} |
michael@0 | 1603 | one{"{0}°F"} |
michael@0 | 1604 | other{"{0}°F"} |
michael@0 | 1605 | } |
michael@0 | 1606 | } |
michael@0 | 1607 | volume{ |
michael@0 | 1608 | cubic-kilometer{ |
michael@0 | 1609 | few{"{0} km³"} |
michael@0 | 1610 | one{"{0} km³"} |
michael@0 | 1611 | other{"{0} km³"} |
michael@0 | 1612 | } |
michael@0 | 1613 | cubic-mile{ |
michael@0 | 1614 | few{"{0} mi³"} |
michael@0 | 1615 | one{"{0} mi³"} |
michael@0 | 1616 | other{"{0} mi³"} |
michael@0 | 1617 | } |
michael@0 | 1618 | liter{ |
michael@0 | 1619 | few{"{0} l"} |
michael@0 | 1620 | one{"{0} l"} |
michael@0 | 1621 | other{"{0} l"} |
michael@0 | 1622 | } |
michael@0 | 1623 | } |
michael@0 | 1624 | } |
michael@0 | 1625 | unitsShort{ |
michael@0 | 1626 | acceleration{ |
michael@0 | 1627 | g-force{ |
michael@0 | 1628 | few{"{0} G"} |
michael@0 | 1629 | one{"{0} G"} |
michael@0 | 1630 | other{"{0} G"} |
michael@0 | 1631 | } |
michael@0 | 1632 | } |
michael@0 | 1633 | angle{ |
michael@0 | 1634 | arc-minute{ |
michael@0 | 1635 | few{"{0} min."} |
michael@0 | 1636 | one{"{0} min."} |
michael@0 | 1637 | other{"{0} min."} |
michael@0 | 1638 | } |
michael@0 | 1639 | arc-second{ |
michael@0 | 1640 | few{"{0} sec."} |
michael@0 | 1641 | one{"{0} sec."} |
michael@0 | 1642 | other{"{0} sec."} |
michael@0 | 1643 | } |
michael@0 | 1644 | degree{ |
michael@0 | 1645 | few{"{0}°"} |
michael@0 | 1646 | one{"{0}°"} |
michael@0 | 1647 | other{"{0}°"} |
michael@0 | 1648 | } |
michael@0 | 1649 | } |
michael@0 | 1650 | area{ |
michael@0 | 1651 | acre{ |
michael@0 | 1652 | few{"{0} ac."} |
michael@0 | 1653 | one{"{0} ac."} |
michael@0 | 1654 | other{"{0} ac."} |
michael@0 | 1655 | } |
michael@0 | 1656 | hectare{ |
michael@0 | 1657 | few{"{0} ha"} |
michael@0 | 1658 | one{"{0} ha"} |
michael@0 | 1659 | other{"{0} ha"} |
michael@0 | 1660 | } |
michael@0 | 1661 | square-foot{ |
michael@0 | 1662 | few{"{0} ft²"} |
michael@0 | 1663 | one{"{0} ft²"} |
michael@0 | 1664 | other{"{0} ft²"} |
michael@0 | 1665 | } |
michael@0 | 1666 | square-kilometer{ |
michael@0 | 1667 | few{"{0} km²"} |
michael@0 | 1668 | one{"{0} km²"} |
michael@0 | 1669 | other{"{0} km²"} |
michael@0 | 1670 | } |
michael@0 | 1671 | square-meter{ |
michael@0 | 1672 | few{"{0} m²"} |
michael@0 | 1673 | one{"{0} m²"} |
michael@0 | 1674 | other{"{0} m²"} |
michael@0 | 1675 | } |
michael@0 | 1676 | square-mile{ |
michael@0 | 1677 | few{"{0} mi²"} |
michael@0 | 1678 | one{"{0} mi²"} |
michael@0 | 1679 | other{"{0} mi²"} |
michael@0 | 1680 | } |
michael@0 | 1681 | } |
michael@0 | 1682 | compound{ |
michael@0 | 1683 | per{"{0}/{1}"} |
michael@0 | 1684 | } |
michael@0 | 1685 | duration{ |
michael@0 | 1686 | day{ |
michael@0 | 1687 | few{"{0} zile"} |
michael@0 | 1688 | one{"{0} zi"} |
michael@0 | 1689 | other{"{0} zile"} |
michael@0 | 1690 | } |
michael@0 | 1691 | hour{ |
michael@0 | 1692 | few{"{0} ore"} |
michael@0 | 1693 | one{"{0} oră"} |
michael@0 | 1694 | other{"{0} ore"} |
michael@0 | 1695 | } |
michael@0 | 1696 | millisecond{ |
michael@0 | 1697 | few{"{0} ms"} |
michael@0 | 1698 | one{"{0} ms"} |
michael@0 | 1699 | other{"{0} ms"} |
michael@0 | 1700 | } |
michael@0 | 1701 | minute{ |
michael@0 | 1702 | few{"{0} min."} |
michael@0 | 1703 | one{"{0} min."} |
michael@0 | 1704 | other{"{0} min."} |
michael@0 | 1705 | } |
michael@0 | 1706 | month{ |
michael@0 | 1707 | few{"{0} luni"} |
michael@0 | 1708 | one{"{0} lună"} |
michael@0 | 1709 | other{"{0} luni"} |
michael@0 | 1710 | } |
michael@0 | 1711 | second{ |
michael@0 | 1712 | few{"{0} sec."} |
michael@0 | 1713 | one{"{0} sec."} |
michael@0 | 1714 | other{"{0} sec."} |
michael@0 | 1715 | } |
michael@0 | 1716 | week{ |
michael@0 | 1717 | few{"{0} săpt."} |
michael@0 | 1718 | one{"{0} săpt."} |
michael@0 | 1719 | other{"{0} săpt."} |
michael@0 | 1720 | } |
michael@0 | 1721 | year{ |
michael@0 | 1722 | few{"{0} ani"} |
michael@0 | 1723 | one{"{0} an"} |
michael@0 | 1724 | other{"{0} ani"} |
michael@0 | 1725 | } |
michael@0 | 1726 | } |
michael@0 | 1727 | length{ |
michael@0 | 1728 | centimeter{ |
michael@0 | 1729 | few{"{0} cm"} |
michael@0 | 1730 | one{"{0} cm"} |
michael@0 | 1731 | other{"{0} cm"} |
michael@0 | 1732 | } |
michael@0 | 1733 | foot{ |
michael@0 | 1734 | few{"{0} ft"} |
michael@0 | 1735 | one{"{0} ft"} |
michael@0 | 1736 | other{"{0} ft"} |
michael@0 | 1737 | } |
michael@0 | 1738 | inch{ |
michael@0 | 1739 | few{"{0} in"} |
michael@0 | 1740 | one{"{0} in"} |
michael@0 | 1741 | other{"{0} in"} |
michael@0 | 1742 | } |
michael@0 | 1743 | kilometer{ |
michael@0 | 1744 | few{"{0} km"} |
michael@0 | 1745 | one{"{0} km"} |
michael@0 | 1746 | other{"{0} km"} |
michael@0 | 1747 | } |
michael@0 | 1748 | light-year{ |
michael@0 | 1749 | few{"{0} a.l."} |
michael@0 | 1750 | one{"{0} a.l."} |
michael@0 | 1751 | other{"{0} a.l."} |
michael@0 | 1752 | } |
michael@0 | 1753 | meter{ |
michael@0 | 1754 | few{"{0} m"} |
michael@0 | 1755 | one{"{0} m"} |
michael@0 | 1756 | other{"{0} m"} |
michael@0 | 1757 | } |
michael@0 | 1758 | mile{ |
michael@0 | 1759 | few{"{0} mi"} |
michael@0 | 1760 | one{"{0} mi"} |
michael@0 | 1761 | other{"{0} mi"} |
michael@0 | 1762 | } |
michael@0 | 1763 | millimeter{ |
michael@0 | 1764 | few{"{0} mm"} |
michael@0 | 1765 | one{"{0} mm"} |
michael@0 | 1766 | other{"{0} mm"} |
michael@0 | 1767 | } |
michael@0 | 1768 | picometer{ |
michael@0 | 1769 | few{"{0} pm"} |
michael@0 | 1770 | one{"{0} pm"} |
michael@0 | 1771 | other{"{0} pm"} |
michael@0 | 1772 | } |
michael@0 | 1773 | yard{ |
michael@0 | 1774 | few{"{0} yd"} |
michael@0 | 1775 | one{"{0} yd"} |
michael@0 | 1776 | other{"{0} yd"} |
michael@0 | 1777 | } |
michael@0 | 1778 | } |
michael@0 | 1779 | mass{ |
michael@0 | 1780 | gram{ |
michael@0 | 1781 | few{"{0} g"} |
michael@0 | 1782 | one{"{0} g"} |
michael@0 | 1783 | other{"{0} g"} |
michael@0 | 1784 | } |
michael@0 | 1785 | kilogram{ |
michael@0 | 1786 | few{"{0} kg"} |
michael@0 | 1787 | one{"{0} kg"} |
michael@0 | 1788 | other{"{0} kg"} |
michael@0 | 1789 | } |
michael@0 | 1790 | ounce{ |
michael@0 | 1791 | few{"{0} oz"} |
michael@0 | 1792 | one{"{0} oz"} |
michael@0 | 1793 | other{"{0} oz"} |
michael@0 | 1794 | } |
michael@0 | 1795 | pound{ |
michael@0 | 1796 | few{"{0} lb"} |
michael@0 | 1797 | one{"{0} lb"} |
michael@0 | 1798 | other{"{0} lb"} |
michael@0 | 1799 | } |
michael@0 | 1800 | } |
michael@0 | 1801 | power{ |
michael@0 | 1802 | horsepower{ |
michael@0 | 1803 | few{"{0} CP"} |
michael@0 | 1804 | one{"{0} CP"} |
michael@0 | 1805 | other{"{0} CP"} |
michael@0 | 1806 | } |
michael@0 | 1807 | kilowatt{ |
michael@0 | 1808 | few{"{0} kW"} |
michael@0 | 1809 | one{"{0} kW"} |
michael@0 | 1810 | other{"{0} kW"} |
michael@0 | 1811 | } |
michael@0 | 1812 | watt{ |
michael@0 | 1813 | few{"{0} W"} |
michael@0 | 1814 | one{"{0} W"} |
michael@0 | 1815 | other{"{0} W"} |
michael@0 | 1816 | } |
michael@0 | 1817 | } |
michael@0 | 1818 | pressure{ |
michael@0 | 1819 | hectopascal{ |
michael@0 | 1820 | few{"{0} hPa"} |
michael@0 | 1821 | one{"{0} hPa"} |
michael@0 | 1822 | other{"{0} hPa"} |
michael@0 | 1823 | } |
michael@0 | 1824 | inch-hg{ |
michael@0 | 1825 | few{"{0} inHg"} |
michael@0 | 1826 | one{"{0} inHg"} |
michael@0 | 1827 | other{"{0} inHg"} |
michael@0 | 1828 | } |
michael@0 | 1829 | millibar{ |
michael@0 | 1830 | few{"{0} mb"} |
michael@0 | 1831 | one{"{0} mb"} |
michael@0 | 1832 | other{"{0} mb"} |
michael@0 | 1833 | } |
michael@0 | 1834 | } |
michael@0 | 1835 | speed{ |
michael@0 | 1836 | kilometer-per-hour{ |
michael@0 | 1837 | few{"{0} km/h"} |
michael@0 | 1838 | one{"{0} km/h"} |
michael@0 | 1839 | other{"{0} km/h"} |
michael@0 | 1840 | } |
michael@0 | 1841 | meter-per-second{ |
michael@0 | 1842 | few{"{0} m/s"} |
michael@0 | 1843 | one{"{0} m/s"} |
michael@0 | 1844 | other{"{0} m/s"} |
michael@0 | 1845 | } |
michael@0 | 1846 | mile-per-hour{ |
michael@0 | 1847 | few{"{0} mi/h"} |
michael@0 | 1848 | one{"{0} mi/h"} |
michael@0 | 1849 | other{"{0} mi/h"} |
michael@0 | 1850 | } |
michael@0 | 1851 | } |
michael@0 | 1852 | temperature{ |
michael@0 | 1853 | celsius{ |
michael@0 | 1854 | few{"{0} °C"} |
michael@0 | 1855 | one{"{0} °C"} |
michael@0 | 1856 | other{"{0} °C"} |
michael@0 | 1857 | } |
michael@0 | 1858 | fahrenheit{ |
michael@0 | 1859 | few{"{0} °F"} |
michael@0 | 1860 | one{"{0} °F"} |
michael@0 | 1861 | other{"{0} °F"} |
michael@0 | 1862 | } |
michael@0 | 1863 | } |
michael@0 | 1864 | volume{ |
michael@0 | 1865 | cubic-kilometer{ |
michael@0 | 1866 | few{"{0} km³"} |
michael@0 | 1867 | one{"{0} km³"} |
michael@0 | 1868 | other{"{0} km³"} |
michael@0 | 1869 | } |
michael@0 | 1870 | cubic-mile{ |
michael@0 | 1871 | few{"{0} mi³"} |
michael@0 | 1872 | one{"{0} mi³"} |
michael@0 | 1873 | other{"{0} mi³"} |
michael@0 | 1874 | } |
michael@0 | 1875 | liter{ |
michael@0 | 1876 | few{"{0} l"} |
michael@0 | 1877 | one{"{0} l"} |
michael@0 | 1878 | other{"{0} l"} |
michael@0 | 1879 | } |
michael@0 | 1880 | } |
michael@0 | 1881 | } |
michael@0 | 1882 | } |