1// *************************************************************************** 2// * 3// * Copyright (C) 2015 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 6// * Source File: <path>/common/main/el.xml 7// * 8// *************************************************************************** 9el{ 10 Version{"2.1.12.94"} 11 durationUnits{ 12 hm{"h:mm"} 13 hms{"h:mm:ss"} 14 ms{"m:ss"} 15 } 16 units{ 17 acceleration{ 18 g-force{ 19 dnam{"ατμοσφαιρική επιτάχυνση βαρύτητας"} 20 one{"{0} δύναμη επιτάχυνσης"} 21 other{"{0} δύναμη επιτάχυνσης"} 22 } 23 meter-per-second-squared{ 24 dnam{"μέτρα ανά τετραγωνικό δευτερόλεπτο"} 25 one{"{0} μέτρο ανά τετραγωνικό δευτερόλεπτο"} 26 other{"{0} μέτρα ανά τετραγωνικό δευτερόλεπτο"} 27 } 28 } 29 angle{ 30 arc-minute{ 31 dnam{"λεπτά του τόξου"} 32 one{"{0} λεπτό του τόξου"} 33 other{"{0} λεπτά του τόξου"} 34 } 35 arc-second{ 36 dnam{"δευτερόλεπτα του τόξου"} 37 one{"{0} δευτερόλεπτο του τόξου"} 38 other{"{0} δευτερόλεπτα του τόξου"} 39 } 40 degree{ 41 dnam{"μοίρες"} 42 one{"{0} μοίρα"} 43 other{"{0} μοίρες"} 44 } 45 radian{ 46 dnam{"ακτίνια"} 47 one{"{0} ακτίνιο"} 48 other{"{0} ακτίνιο"} 49 } 50 } 51 area{ 52 acre{ 53 dnam{"ακρ"} 54 one{"{0} ακρ"} 55 other{"{0} ακρ"} 56 } 57 hectare{ 58 dnam{"εκτάρια"} 59 one{"{0} εκτάριο"} 60 other{"{0} εκτάρια"} 61 } 62 square-centimeter{ 63 dnam{"τετραγωνικά εκατοστά"} 64 one{"{0} τετραγωνικό εκατοστό"} 65 other{"{0} τετραγωνικά εκατοστά"} 66 } 67 square-foot{ 68 dnam{"τετραγωνικά πόδια"} 69 one{"{0} τετραγωνικό πόδι"} 70 other{"{0} τετραγωνικά πόδια"} 71 } 72 square-inch{ 73 dnam{"τετραγωνικές ίντσες"} 74 one{"{0} τετραγωνική ίντσα"} 75 other{"{0} τετραγωνικές ίντσες"} 76 } 77 square-kilometer{ 78 dnam{"τετραγωνικά χιλιόμετρα"} 79 one{"{0} τετραγωνικό χιλιόμετρο"} 80 other{"{0} τετραγωνικά χιλιόμετρα"} 81 } 82 square-meter{ 83 dnam{"τετραγωνικά μέτρα"} 84 one{"{0} τετραγωνικό μέτρο"} 85 other{"{0} τετραγωνικά μέτρα"} 86 } 87 square-mile{ 88 dnam{"τετραγωνικά μίλια"} 89 one{"{0} τετραγωνικό μίλι"} 90 other{"{0} τετραγωνικά μίλια"} 91 } 92 square-yard{ 93 dnam{"τετραγωνικές γιάρδες"} 94 one{"{0} τετραγωνική γιάρδα"} 95 other{"{0} τετραγωνικές γιάρδες"} 96 } 97 } 98 compound{ 99 per{"{0} ανά {1}"} 100 } 101 consumption{ 102 liter-per-kilometer{ 103 dnam{"λίτρα ανά χιλιόμετρο"} 104 one{"{0} λίτρο ανά χιλιόμετρο"} 105 other{"{0} λίτρα ανά χιλιόμετρο"} 106 } 107 mile-per-gallon{ 108 dnam{"μίλια ανά γαλόνι"} 109 one{"{0} μίλι ανά γαλόνι"} 110 other{"{0} μίλια ανά γαλόνι"} 111 } 112 } 113 digital{ 114 bit{ 115 dnam{"bit"} 116 one{"{0} bit"} 117 other{"{0} bit"} 118 } 119 byte{ 120 dnam{"byte"} 121 one{"{0} byte"} 122 other{"{0} byte"} 123 } 124 gigabit{ 125 dnam{"gigabit"} 126 one{"{0} gigabit"} 127 other{"{0} gigabit"} 128 } 129 gigabyte{ 130 dnam{"gigabyte"} 131 one{"{0} gigabyte"} 132 other{"{0} gigabyte"} 133 } 134 kilobit{ 135 dnam{"kilobit"} 136 one{"{0} kilobit"} 137 other{"{0} kilobit"} 138 } 139 kilobyte{ 140 dnam{"kilobyte"} 141 one{"{0} kilobyte"} 142 other{"{0} kilobyte"} 143 } 144 megabit{ 145 dnam{"megabit"} 146 one{"{0} megabit"} 147 other{"{0} megabit"} 148 } 149 megabyte{ 150 dnam{"megabyte"} 151 one{"{0} megabyte"} 152 other{"{0} megabyte"} 153 } 154 terabit{ 155 dnam{"terabit"} 156 one{"{0} terabit"} 157 other{"{0} terabit"} 158 } 159 terabyte{ 160 dnam{"terabyte"} 161 one{"{0} terabyte"} 162 other{"{0} terabyte"} 163 } 164 } 165 duration{ 166 day{ 167 dnam{"ημέρες"} 168 one{"{0} ημέρα"} 169 other{"{0} ημέρες"} 170 } 171 hour{ 172 dnam{"ώρες"} 173 one{"{0} ώρα"} 174 other{"{0} ώρες"} 175 per{"{0} ανά ώρα"} 176 } 177 microsecond{ 178 dnam{"μικροδευτερόλεπτα"} 179 one{"{0} μικροδευτερόλεπτο"} 180 other{"{0} μικροδευτερόλεπτα"} 181 } 182 millisecond{ 183 dnam{"χιλιοστά του δευτερολέπτου"} 184 one{"{0} χιλιοστό του δευτερολέπτου"} 185 other{"{0} χιλιοστά του δευτερολέπτου"} 186 } 187 minute{ 188 dnam{"λεπτά"} 189 one{"{0} λεπτό"} 190 other{"{0} λεπτά"} 191 } 192 month{ 193 dnam{"μήνες"} 194 one{"{0} μήνας"} 195 other{"{0} μήνες"} 196 } 197 nanosecond{ 198 dnam{"νανοδευτερόλεπτα"} 199 one{"{0} νανοδευτερόλεπτο"} 200 other{"{0} νανοδευτερόλεπτα"} 201 } 202 second{ 203 dnam{"δευτερόλεπτα"} 204 one{"{0} δευτερόλεπτο"} 205 other{"{0} δευτερόλεπτα"} 206 per{"{0} ανά δευτερόλεπτο"} 207 } 208 week{ 209 dnam{"εβδομάδες"} 210 one{"{0} εβδομάδα"} 211 other{"{0} εβδομάδες"} 212 } 213 year{ 214 dnam{"έτη"} 215 one{"{0} έτος"} 216 other{"{0} έτη"} 217 } 218 } 219 electric{ 220 ampere{ 221 dnam{"αμπέρ"} 222 one{"{0} αμπέρ"} 223 other{"{0} αμπέρ"} 224 } 225 milliampere{ 226 dnam{"μιλιαμπέρ"} 227 one{"{0} μιλιαμπέρ"} 228 other{"{0} μιλιαμπέρ"} 229 } 230 ohm{ 231 dnam{"ωμ"} 232 one{"{0} ωμ"} 233 other{"{0} ωμ"} 234 } 235 volt{ 236 dnam{"βολτ"} 237 one{"{0} βολτ"} 238 other{"{0} βολτ"} 239 } 240 } 241 energy{ 242 calorie{ 243 dnam{"θερμίδες"} 244 one{"{0} θερμίδα"} 245 other{"{0} θερμίδες"} 246 } 247 foodcalorie{ 248 dnam{"Θερμίδες"} 249 one{"{0} Θερμίδα"} 250 other{"{0} Θερμίδες"} 251 } 252 joule{ 253 dnam{"τζάουλ"} 254 one{"{0} τζάουλ"} 255 other{"{0} τζάουλ"} 256 } 257 kilocalorie{ 258 dnam{"χιλιοθερμίδες"} 259 one{"{0} χιλιοθερμίδα"} 260 other{"{0} χιλιοθερμίδες"} 261 } 262 kilojoule{ 263 dnam{"κιλοτζάουλ"} 264 one{"{0} κιλοτζάουλ"} 265 other{"{0} κιλοτζάουλ"} 266 } 267 kilowatt-hour{ 268 dnam{"κιλοβατώρες"} 269 one{"{0} κιλοβατώρα"} 270 other{"{0} κιλοβατώρες"} 271 } 272 } 273 frequency{ 274 gigahertz{ 275 dnam{"γιγαχέρτζ"} 276 one{"{0} γιγαχέρτζ"} 277 other{"{0} γιγαχέρτζ"} 278 } 279 hertz{ 280 dnam{"χερτζ"} 281 one{"{0} χερτζ"} 282 other{"{0} χερτζ"} 283 } 284 kilohertz{ 285 dnam{"κιλοχέρτζ"} 286 one{"{0} κιλοχέρτζ"} 287 other{"{0} κιλοχέρτζ"} 288 } 289 megahertz{ 290 dnam{"μεγαχέρτζ"} 291 one{"{0} μεγαχέρτζ"} 292 other{"{0} μεγαχέρτζ"} 293 } 294 } 295 length{ 296 astronomical-unit{ 297 dnam{"αστρονομικές μονάδες"} 298 one{"{0} αστρονομική μονάδα"} 299 other{"{0} αστρονομικές μονάδες"} 300 } 301 centimeter{ 302 dnam{"εκατοστά"} 303 one{"{0} εκατοστό"} 304 other{"{0} εκατοστά"} 305 } 306 decimeter{ 307 dnam{"δεκατόμετρα"} 308 one{"{0} δεκατόμετρο"} 309 other{"{0} δεκατόμετρα"} 310 } 311 foot{ 312 dnam{"πόδια"} 313 one{"{0} πόδι"} 314 other{"{0} πόδια"} 315 } 316 inch{ 317 dnam{"ίντσες"} 318 one{"{0} ίντσα"} 319 other{"{0} ίντσες"} 320 } 321 kilometer{ 322 dnam{"χιλιόμετρα"} 323 one{"{0} χιλιόμετρο"} 324 other{"{0} χιλιόμετρα"} 325 } 326 light-year{ 327 dnam{"έτη φωτός"} 328 one{"{0} έτος φωτός"} 329 other{"{0} έτη φωτός"} 330 } 331 meter{ 332 dnam{"μέτρα"} 333 one{"{0} μέτρο"} 334 other{"{0} μέτρα"} 335 } 336 micrometer{ 337 dnam{"µm"} 338 one{"{0} μικρόμετρο"} 339 other{"{0} μικρόμετρα"} 340 } 341 mile{ 342 dnam{"μίλια"} 343 one{"{0} μίλι"} 344 other{"{0} μίλια"} 345 } 346 millimeter{ 347 dnam{"χιλιοστόμετρα"} 348 one{"{0} χιλιοστόμετρο"} 349 other{"{0} χιλιοστόμετρα"} 350 } 351 nanometer{ 352 dnam{"νανόμετρα"} 353 one{"{0} νανόμετρο"} 354 other{"{0} νανόμετρα"} 355 } 356 nautical-mile{ 357 dnam{"ναυτικά μίλια"} 358 one{"{0} ναυτικό μίλι"} 359 other{"{0} ναυτικά μίλια"} 360 } 361 parsec{ 362 dnam{"παρσέκ"} 363 one{"{0} παρσέκ"} 364 other{"{0} παρσέκ"} 365 } 366 picometer{ 367 dnam{"πικόμετρα"} 368 one{"{0} πικόμετρο"} 369 other{"{0} πικόμετρα"} 370 } 371 yard{ 372 dnam{"γιάρδες"} 373 one{"{0} γιάρδα"} 374 other{"{0} γιάρδες"} 375 } 376 } 377 light{ 378 lux{ 379 dnam{"lux"} 380 one{"{0} lux"} 381 other{"{0} lux"} 382 } 383 } 384 mass{ 385 carat{ 386 dnam{"καράτια"} 387 one{"{0} καράτι"} 388 other{"{0} καράτια"} 389 } 390 gram{ 391 dnam{"γραμμάρια"} 392 one{"{0} γραμμάριο"} 393 other{"{0} γραμμάρια"} 394 } 395 kilogram{ 396 dnam{"χιλιόγραμμα"} 397 one{"{0} χιλιόγραμμο"} 398 other{"{0} χιλιόγραμμα"} 399 } 400 metric-ton{ 401 dnam{"μετρικοί τόνοι"} 402 one{"{0} μετρικός τόνος"} 403 other{"{0} μετρικοί τόνοι"} 404 } 405 microgram{ 406 dnam{"μικρογραμμάρια"} 407 one{"{0} μικρογραμμάριο"} 408 other{"{0} μικρογραμμάρια"} 409 } 410 milligram{ 411 dnam{"χιλιοστόγραμμα"} 412 one{"{0} χιλιοστόγραμμο"} 413 other{"{0} χιλιοστόγραμμα"} 414 } 415 ounce{ 416 dnam{"ουγγιές"} 417 one{"{0} ουγγιά"} 418 other{"{0} ουγγιές"} 419 } 420 ounce-troy{ 421 dnam{"ευγενείς ουγγιές"} 422 one{"{0} ευγενής ουγγιά"} 423 other{"{0} ευγενείς ουγγιές"} 424 } 425 pound{ 426 dnam{"λίβρες"} 427 one{"{0} λίβρα"} 428 other{"{0} λίβρες"} 429 } 430 ton{ 431 dnam{"τόνοι"} 432 one{"{0} τόνος"} 433 other{"{0} τόνοι"} 434 } 435 } 436 power{ 437 gigawatt{ 438 dnam{"γιγαβάτ"} 439 one{"{0} γιγαβάτ"} 440 other{"{0} γιγαβάτ"} 441 } 442 horsepower{ 443 dnam{"ίπποι"} 444 one{"{0} ίππος"} 445 other{"{0} ίπποι"} 446 } 447 kilowatt{ 448 dnam{"κιλοβάτ"} 449 one{"{0} κιλοβάτ"} 450 other{"{0} κιλοβάτ"} 451 } 452 megawatt{ 453 dnam{"μεγαβάτ"} 454 one{"{0} μεγαβάτ"} 455 other{"{0} μεγαβάτ"} 456 } 457 milliwatt{ 458 dnam{"μιλιβάτ"} 459 one{"{0} μιλιβάτ"} 460 other{"{0} μιλιβάτ"} 461 } 462 watt{ 463 dnam{"βατ"} 464 one{"{0} βατ"} 465 other{"{0} βατ"} 466 } 467 } 468 pressure{ 469 hectopascal{ 470 dnam{"εκτοπασκάλ"} 471 one{"{0} εκτοπασκάλ"} 472 other{"{0} εκτοπασκάλ"} 473 } 474 inch-hg{ 475 dnam{"ίντσες στήλης υδραργύρου"} 476 one{"{0} ίντσα στήλης υδραργύρου"} 477 other{"{0} ίντσες στήλης υδραργύρου"} 478 } 479 millibar{ 480 dnam{"μιλιμπάρ"} 481 one{"{0} μιλιμπάρ"} 482 other{"{0} μιλιμπάρ"} 483 } 484 millimeter-of-mercury{ 485 dnam{"χιλιοστόμετρα στήλης υδραργύρου"} 486 one{"{0} χιλιοστόμετρα στήλης υδραργύρου"} 487 other{"{0} χιλιοστόμετρα στήλης υδραργύρου"} 488 } 489 pound-per-square-inch{ 490 dnam{"λίβρα ανά τετραγωνική ίντσα"} 491 one{"{0} λίβρα ανά τετραγωνική ίντσα"} 492 other{"{0} λίβρες ανά τετραγωνική ίντσα"} 493 } 494 } 495 proportion{ 496 karat{ 497 dnam{"καράτια"} 498 one{"{0} καράτι"} 499 other{"{0} καράτια"} 500 } 501 } 502 speed{ 503 kilometer-per-hour{ 504 dnam{"χιλιόμετρα ανά ώρα"} 505 one{"{0} χιλιόμετρο ανά ώρα"} 506 other{"{0} χιλιόμετρα ανά ώρα"} 507 } 508 meter-per-second{ 509 dnam{"μέτρα ανά δευτερόλεπτο"} 510 one{"{0} μέτρο ανά δευτερόλεπτο"} 511 other{"{0} μέτρα ανά δευτερόλεπτο"} 512 } 513 mile-per-hour{ 514 dnam{"μίλια ανά ώρα"} 515 one{"{0} μίλι ανά ώρα"} 516 other{"{0} μίλια ανά ώρα"} 517 } 518 } 519 temperature{ 520 celsius{ 521 dnam{"βαθμοί Κελσίου"} 522 one{"{0} βαθμός Κελσίου"} 523 other{"{0} βαθμοί Κελσίου"} 524 } 525 fahrenheit{ 526 dnam{"βαθμοί Φαρενάιτ"} 527 one{"{0} βαθμός Φαρενάιτ"} 528 other{"{0} βαθμοί Φαρενάιτ"} 529 } 530 kelvin{ 531 dnam{"κέλβιν"} 532 one{"{0} κέλβιν"} 533 other{"{0} κέλβιν"} 534 } 535 } 536 volume{ 537 acre-foot{ 538 dnam{"ακρ-πόδια"} 539 one{"{0} ακρ-πόδι"} 540 other{"{0} ακρ-πόδια"} 541 } 542 centiliter{ 543 dnam{"εκατοστόλιτρα"} 544 one{"{0} εκατοστόλιτρο"} 545 other{"{0} εκατοστόλιτρα"} 546 } 547 cubic-centimeter{ 548 dnam{"κυβικά εκατοστά"} 549 one{"{0} κυβικό εκατοστό"} 550 other{"{0} κυβικά εκατοστά"} 551 } 552 cubic-foot{ 553 dnam{"κυβικά πόδια"} 554 one{"{0} κυβικό πόδι"} 555 other{"{0} κυβικά πόδια"} 556 } 557 cubic-inch{ 558 dnam{"κυβικές ίντσες"} 559 one{"{0} κυβική ίντσα"} 560 other{"{0} κυβικές ίντσες"} 561 } 562 cubic-kilometer{ 563 dnam{"κυβικά χιλιόμετρα"} 564 one{"{0} κυβικό χιλιόμετρο"} 565 other{"{0} κυβικά χιλιόμετρα"} 566 } 567 cubic-meter{ 568 dnam{"κυβικά μέτρα"} 569 one{"{0} κυβικό μέτρο"} 570 other{"{0} κυβικό μέτρο"} 571 } 572 cubic-mile{ 573 dnam{"κυβικά μίλια"} 574 one{"{0} κυβικό μίλι"} 575 other{"{0} κυβικά μίλια"} 576 } 577 cubic-yard{ 578 dnam{"κυβικές γιάρδες"} 579 one{"{0} κυβική γιάρδα"} 580 other{"{0} κυβικές γιάρδες"} 581 } 582 cup{ 583 dnam{"κύπελλο"} 584 one{"{0} κύπελλο"} 585 other{"{0} κύπελλα"} 586 } 587 deciliter{ 588 dnam{"δεκατόλιτρα"} 589 one{"{0} δεκατόλιτρο"} 590 other{"{0} δεκατόλιτρα"} 591 } 592 fluid-ounce{ 593 dnam{"ουγγιές υγρού"} 594 one{"{0} ουγγιά υγρού"} 595 other{"{0} ουγγιές υγρού"} 596 } 597 gallon{ 598 dnam{"γαλόνια"} 599 one{"{0} γαλόνι"} 600 other{"{0} γαλόνια"} 601 } 602 hectoliter{ 603 dnam{"εκτόλιτρα"} 604 one{"{0} εκτόλιτρο"} 605 other{"{0} εκτόλιτρα"} 606 } 607 liter{ 608 dnam{"λίτρα"} 609 one{"{0} λίτρο"} 610 other{"{0} λίτρα"} 611 } 612 megaliter{ 613 dnam{"μεγαλίτρα"} 614 one{"{0} μεγαλίτρο"} 615 other{"{0} μεγαλίτρα"} 616 } 617 milliliter{ 618 dnam{"χιλιοστόλιτρο"} 619 one{"{0} χιλιοστόλιτρο"} 620 other{"{0} χιλιοστόλιτρα"} 621 } 622 pint{ 623 dnam{"πίντες"} 624 one{"{0} πίντα"} 625 other{"{0} πίντες"} 626 } 627 quart{ 628 dnam{"τέταρτα του γαλονιού"} 629 one{"{0} τέταρτο του γαλονιού"} 630 other{"{0} τέταρτα του γαλονιού"} 631 } 632 tablespoon{ 633 dnam{"κουταλιές της σούπας"} 634 one{"{0} κουταλιά της σούπας"} 635 other{"{0} κουταλιές της σούπας"} 636 } 637 teaspoon{ 638 dnam{"κουταλιές του γλυκού"} 639 one{"{0} κουταλιά του γλυκού"} 640 other{"{0} κουταλιές του γλυκού"} 641 } 642 } 643 } 644 unitsNarrow{ 645 acceleration{ 646 g-force{ 647 one{"{0} G"} 648 other{"{0} G"} 649 } 650 } 651 angle{ 652 arc-minute{ 653 one{"{0}′"} 654 other{"{0}′"} 655 } 656 arc-second{ 657 one{"{0}″"} 658 other{"{0}″"} 659 } 660 degree{ 661 one{"{0}°"} 662 other{"{0}°"} 663 } 664 } 665 area{ 666 acre{ 667 one{"{0} ac"} 668 other{"{0} ac"} 669 } 670 hectare{ 671 one{"{0} ha"} 672 other{"{0} ha"} 673 } 674 square-foot{ 675 one{"{0} ft²"} 676 other{"{0} ft²"} 677 } 678 square-kilometer{ 679 one{"{0} km²"} 680 other{"{0} km²"} 681 } 682 square-meter{ 683 one{"{0} m²"} 684 other{"{0} m²"} 685 } 686 square-mile{ 687 one{"{0} mi²"} 688 other{"{0} mi²"} 689 } 690 } 691 compound{ 692 per{"{0}/{1}"} 693 } 694 duration{ 695 day{ 696 dnam{"ημέρα"} 697 one{"{0} η"} 698 other{"{0} η"} 699 } 700 hour{ 701 dnam{"ώρα"} 702 one{"{0} ώ"} 703 other{"{0} ώ"} 704 } 705 millisecond{ 706 dnam{"χιλ. δευτ."} 707 one{"{0} ms"} 708 other{"{0} ms"} 709 } 710 minute{ 711 dnam{"λεπ."} 712 one{"{0} λ"} 713 other{"{0} λ"} 714 } 715 month{ 716 dnam{"μήνας"} 717 one{"{0} μ"} 718 other{"{0} μ"} 719 } 720 second{ 721 dnam{"δευτ."} 722 one{"{0} δ"} 723 other{"{0} δ"} 724 } 725 week{ 726 dnam{"εβδ."} 727 one{"{0} ε"} 728 other{"{0} ε"} 729 } 730 year{ 731 dnam{"έτ."} 732 one{"{0} έ"} 733 other{"{0} έ"} 734 } 735 } 736 length{ 737 centimeter{ 738 dnam{"εκ."} 739 one{"{0} εκ."} 740 other{"{0} εκ."} 741 } 742 foot{ 743 one{"{0} ft"} 744 other{"{0} ft"} 745 } 746 inch{ 747 one{"{0} in"} 748 other{"{0} in"} 749 } 750 kilometer{ 751 dnam{"χλμ."} 752 one{"{0} χλμ."} 753 other{"{0} χλμ."} 754 } 755 light-year{ 756 one{"{0} ly"} 757 other{"{0} ly"} 758 } 759 meter{ 760 dnam{"μέτρο"} 761 one{"{0} μ."} 762 other{"{0} μ."} 763 } 764 mile{ 765 one{"{0} mi"} 766 other{"{0} mi"} 767 } 768 millimeter{ 769 dnam{"χλστ."} 770 one{"{0} χλστ."} 771 other{"{0} χλστ."} 772 } 773 picometer{ 774 one{"{0} pm"} 775 other{"{0} pm"} 776 } 777 yard{ 778 one{"{0} yd"} 779 other{"{0} yd"} 780 } 781 } 782 mass{ 783 gram{ 784 dnam{"γρ."} 785 one{"{0} γρ."} 786 other{"{0} γρ."} 787 } 788 kilogram{ 789 dnam{"kg"} 790 one{"{0} kg"} 791 other{"{0} kg"} 792 } 793 ounce{ 794 one{"{0} oz"} 795 other{"{0} oz"} 796 } 797 pound{ 798 one{"{0} lb"} 799 other{"{0} lb"} 800 } 801 } 802 power{ 803 horsepower{ 804 one{"{0} hp"} 805 other{"{0} hp"} 806 } 807 kilowatt{ 808 one{"{0} kW"} 809 other{"{0} kW"} 810 } 811 watt{ 812 one{"{0} W"} 813 other{"{0} W"} 814 } 815 } 816 pressure{ 817 hectopascal{ 818 one{"{0} hPa"} 819 other{"{0} hPa"} 820 } 821 inch-hg{ 822 one{"{0} inHg"} 823 other{"{0} inHg"} 824 } 825 millibar{ 826 one{"{0} mbar"} 827 other{"{0} mbar"} 828 } 829 } 830 speed{ 831 kilometer-per-hour{ 832 dnam{"χλμ./ώρα"} 833 one{"{0} χλμ./ώρα"} 834 other{"{0} χλμ./ώρα"} 835 } 836 meter-per-second{ 837 one{"{0} m/s"} 838 other{"{0} m/s"} 839 } 840 mile-per-hour{ 841 one{"{0} mi/h"} 842 other{"{0} mi/h"} 843 } 844 } 845 temperature{ 846 celsius{ 847 dnam{"°C"} 848 one{"{0}°C"} 849 other{"{0}°C"} 850 } 851 fahrenheit{ 852 one{"{0}°F"} 853 other{"{0}°F"} 854 } 855 } 856 volume{ 857 cubic-kilometer{ 858 dnam{"km³"} 859 one{"{0} km³"} 860 other{"{0} km³"} 861 } 862 cubic-mile{ 863 dnam{"mi³"} 864 one{"{0} mi³"} 865 other{"{0} mi³"} 866 } 867 liter{ 868 dnam{"λίτρο"} 869 one{"{0} l"} 870 other{"{0} l"} 871 } 872 } 873 } 874 unitsShort{ 875 acceleration{ 876 g-force{ 877 dnam{"δύν. επιτάχ."} 878 one{"{0} G"} 879 other{"{0} G"} 880 } 881 meter-per-second-squared{ 882 dnam{"μέτρα/τετρ. δευτ."} 883 one{"{0} m/s²"} 884 other{"{0} m/s²"} 885 } 886 } 887 angle{ 888 arc-minute{ 889 dnam{"λεπτά του τόξου"} 890 one{"{0} λεπ. τόξου"} 891 other{"{0} λεπ. τόξου"} 892 } 893 arc-second{ 894 dnam{"δευτερόλεπτα του τόξου"} 895 one{"{0} δευτ."} 896 other{"{0} δευτ."} 897 } 898 degree{ 899 dnam{"μοίρες"} 900 one{"{0}°"} 901 other{"{0}°"} 902 } 903 radian{ 904 dnam{"ακτίνια"} 905 one{"{0} rad"} 906 other{"{0} rad"} 907 } 908 } 909 area{ 910 acre{ 911 dnam{"ακρ"} 912 one{"{0} ac"} 913 other{"{0} ac"} 914 } 915 hectare{ 916 dnam{"εκτάρια"} 917 one{"{0} ha"} 918 other{"{0} ha"} 919 } 920 square-centimeter{ 921 dnam{"τ. εκ."} 922 one{"{0} τ. εκ."} 923 other{"{0} τ. εκ."} 924 } 925 square-foot{ 926 dnam{"τετρ. πόδια"} 927 one{"{0} ft²"} 928 other{"{0} ft²"} 929 } 930 square-inch{ 931 dnam{"τετρ. ίντσες"} 932 one{"{0} in²"} 933 other{"{0} in²"} 934 } 935 square-kilometer{ 936 dnam{"τ. χλμ."} 937 one{"{0} τ. χλμ."} 938 other{"{0} τ. χλμ."} 939 } 940 square-meter{ 941 dnam{"τ. μέτρα"} 942 one{"{0} τ.μ."} 943 other{"{0} τ.μ."} 944 } 945 square-mile{ 946 dnam{"τ. μίλια"} 947 one{"{0} mi²"} 948 other{"{0} mi²"} 949 } 950 square-yard{ 951 dnam{"τετρ. γιάρδες"} 952 one{"{0} yd²"} 953 other{"{0} yd²"} 954 } 955 } 956 compound{ 957 per{"{0}/{1}"} 958 } 959 consumption{ 960 liter-per-kilometer{ 961 dnam{"λίτρα/χλμ."} 962 one{"{0} λίτρο/χλμ"} 963 other{"{0} λίτρα/χλμ"} 964 } 965 mile-per-gallon{ 966 dnam{"μίλια/γαλόνι"} 967 one{"{0} mpg"} 968 other{"{0} mpg"} 969 } 970 } 971 digital{ 972 bit{ 973 dnam{"bit"} 974 one{"{0} bit"} 975 other{"{0} bit"} 976 } 977 byte{ 978 dnam{"byte"} 979 one{"{0} byte"} 980 other{"{0} byte"} 981 } 982 gigabit{ 983 dnam{"Gb"} 984 one{"{0} Gb"} 985 other{"{0} Gb"} 986 } 987 gigabyte{ 988 dnam{"GB"} 989 one{"{0} GB"} 990 other{"{0} GB"} 991 } 992 kilobit{ 993 dnam{"kb"} 994 one{"{0} kb"} 995 other{"{0} kb"} 996 } 997 kilobyte{ 998 dnam{"kB"} 999 one{"{0} kB"} 1000 other{"{0} kB"} 1001 } 1002 megabit{ 1003 dnam{"Mb"} 1004 one{"{0} Mb"} 1005 other{"{0} Mb"} 1006 } 1007 megabyte{ 1008 dnam{"MB"} 1009 one{"{0} MB"} 1010 other{"{0} MB"} 1011 } 1012 terabit{ 1013 dnam{"Tb"} 1014 one{"{0} Tb"} 1015 other{"{0} Tb"} 1016 } 1017 terabyte{ 1018 dnam{"TB"} 1019 one{"{0} TB"} 1020 other{"{0} TB"} 1021 } 1022 } 1023 duration{ 1024 day{ 1025 dnam{"ημέρες"} 1026 one{"{0} ημέρα"} 1027 other{"{0} ημέρες"} 1028 } 1029 hour{ 1030 dnam{"ώρες"} 1031 one{"{0} ώρα"} 1032 other{"{0} ώρ."} 1033 per{"{0} α.ώ."} 1034 } 1035 microsecond{ 1036 dnam{"μικροδεύτερα"} 1037 one{"{0} μs"} 1038 other{"{0} μs"} 1039 } 1040 millisecond{ 1041 dnam{"χιλιοστά δευτ."} 1042 one{"{0} ms"} 1043 other{"{0} ms"} 1044 } 1045 minute{ 1046 dnam{"λεπ."} 1047 one{"{0} λεπ."} 1048 other{"{0} λεπ."} 1049 } 1050 month{ 1051 dnam{"μήνες"} 1052 one{"{0} μήν."} 1053 other{"{0} μήν."} 1054 } 1055 nanosecond{ 1056 dnam{"νανοδεύτερα"} 1057 one{"{0} ns"} 1058 other{"{0} ns"} 1059 } 1060 second{ 1061 dnam{"δευτ."} 1062 one{"{0} δευτ."} 1063 other{"{0} δευτ."} 1064 per{"{0} ανα δευτ."} 1065 } 1066 week{ 1067 dnam{"εβδομάδες"} 1068 one{"{0} εβδ."} 1069 other{"{0} εβδ."} 1070 } 1071 year{ 1072 dnam{"έτη"} 1073 one{"{0} έτ."} 1074 other{"{0} έτ."} 1075 } 1076 } 1077 electric{ 1078 ampere{ 1079 dnam{"αμπέρ"} 1080 one{"{0} A"} 1081 other{"{0} A"} 1082 } 1083 milliampere{ 1084 dnam{"μιλιαμπέρ"} 1085 one{"{0} mA"} 1086 other{"{0} mA"} 1087 } 1088 ohm{ 1089 dnam{"ωμ"} 1090 one{"{0} Ω"} 1091 other{"{0} Ω"} 1092 } 1093 volt{ 1094 dnam{"βολτ"} 1095 one{"{0} V"} 1096 other{"{0} V"} 1097 } 1098 } 1099 energy{ 1100 calorie{ 1101 dnam{"cal"} 1102 one{"{0} cal"} 1103 other{"{0} cal"} 1104 } 1105 foodcalorie{ 1106 dnam{"Cal"} 1107 one{"{0} Cal"} 1108 other{"{0} Cal"} 1109 } 1110 joule{ 1111 dnam{"τζάουλ"} 1112 one{"{0} J"} 1113 other{"{0} J"} 1114 } 1115 kilocalorie{ 1116 dnam{"kcal"} 1117 one{"{0} kcal"} 1118 other{"{0} kcal"} 1119 } 1120 kilojoule{ 1121 dnam{"κιλοτζάουλ"} 1122 one{"{0} kJ"} 1123 other{"{0} kJ"} 1124 } 1125 kilowatt-hour{ 1126 dnam{"κιλοβάτ/ώρα"} 1127 one{"{0} kWh"} 1128 other{"{0} kWh"} 1129 } 1130 } 1131 frequency{ 1132 gigahertz{ 1133 dnam{"γιγαχέρτζ"} 1134 one{"{0} GHz"} 1135 other{"{0} GHz"} 1136 } 1137 hertz{ 1138 dnam{"χερτζ"} 1139 one{"{0} Hz"} 1140 other{"{0} Hz"} 1141 } 1142 kilohertz{ 1143 dnam{"κιλοχέρτζ"} 1144 one{"{0} kHz"} 1145 other{"{0} kHz"} 1146 } 1147 megahertz{ 1148 dnam{"μεγαχέρτζ"} 1149 one{"{0} MHz"} 1150 other{"{0} MHz"} 1151 } 1152 } 1153 length{ 1154 astronomical-unit{ 1155 dnam{"α.μ."} 1156 one{"{0} α.μ."} 1157 other{"{0} α.μ."} 1158 } 1159 centimeter{ 1160 dnam{"εκ."} 1161 one{"{0} εκ."} 1162 other{"{0} εκ."} 1163 } 1164 decimeter{ 1165 dnam{"δεκ."} 1166 one{"{0} δεκ."} 1167 other{"{0} δεκ."} 1168 } 1169 foot{ 1170 dnam{"πόδια"} 1171 one{"{0} ft"} 1172 other{"{0} ft"} 1173 } 1174 inch{ 1175 dnam{"ίντσες"} 1176 one{"{0} in"} 1177 other{"{0} in"} 1178 } 1179 kilometer{ 1180 dnam{"χλμ."} 1181 one{"{0} χλμ."} 1182 other{"{0} χλμ."} 1183 } 1184 light-year{ 1185 dnam{"έτη φωτός"} 1186 one{"{0} ly"} 1187 other{"{0} ly"} 1188 } 1189 meter{ 1190 dnam{"μέτρα"} 1191 one{"{0} μ."} 1192 other{"{0} μ."} 1193 } 1194 micrometer{ 1195 dnam{"μικρόμετρα"} 1196 one{"{0} µm"} 1197 other{"{0} µm"} 1198 } 1199 mile{ 1200 dnam{"μίλια"} 1201 one{"{0} μίλ."} 1202 other{"{0} μίλ."} 1203 } 1204 millimeter{ 1205 dnam{"χιλιοστόμ."} 1206 one{"{0} χλστ."} 1207 other{"{0} χλστ."} 1208 } 1209 nanometer{ 1210 dnam{"nm"} 1211 one{"{0} nm"} 1212 other{"{0} nm"} 1213 } 1214 nautical-mile{ 1215 dnam{"nmi"} 1216 one{"{0} nmi"} 1217 other{"{0} nmi"} 1218 } 1219 parsec{ 1220 dnam{"παρσέκ"} 1221 one{"{0} pc"} 1222 other{"{0} pc"} 1223 } 1224 picometer{ 1225 dnam{"pm"} 1226 one{"{0} pm"} 1227 other{"{0} pm"} 1228 } 1229 yard{ 1230 dnam{"γιάρδες"} 1231 one{"{0} yd"} 1232 other{"{0} yd"} 1233 } 1234 } 1235 light{ 1236 lux{ 1237 dnam{"lux"} 1238 one{"{0} lux"} 1239 other{"{0} lux"} 1240 } 1241 } 1242 mass{ 1243 carat{ 1244 dnam{"καράτια"} 1245 one{"{0} ct"} 1246 other{"{0} ct"} 1247 } 1248 gram{ 1249 dnam{"γραμμάρια"} 1250 one{"{0} γρ."} 1251 other{"{0} γρ."} 1252 } 1253 kilogram{ 1254 dnam{"κιλά"} 1255 one{"{0} κιλό"} 1256 other{"{0} κιλά"} 1257 } 1258 metric-ton{ 1259 dnam{"mt"} 1260 one{"{0} mt"} 1261 other{"{0} mt"} 1262 } 1263 microgram{ 1264 dnam{"µg"} 1265 one{"{0} µg"} 1266 other{"{0} µg"} 1267 } 1268 milligram{ 1269 dnam{"mg"} 1270 one{"{0} mg"} 1271 other{"{0} mg"} 1272 } 1273 ounce{ 1274 dnam{"oz"} 1275 one{"{0} oz"} 1276 other{"{0} oz"} 1277 } 1278 ounce-troy{ 1279 dnam{"ευγενής ουγγιά"} 1280 one{"{0} oz t"} 1281 other{"{0} oz t"} 1282 } 1283 pound{ 1284 dnam{"λίβρες"} 1285 one{"{0} lb"} 1286 other{"{0} lb"} 1287 } 1288 ton{ 1289 dnam{"τόνοι"} 1290 one{"{0} t"} 1291 other{"{0} t"} 1292 } 1293 } 1294 power{ 1295 gigawatt{ 1296 dnam{"γιγαβάτ"} 1297 one{"{0} GW"} 1298 other{"{0} GW"} 1299 } 1300 horsepower{ 1301 dnam{"ίπποι"} 1302 one{"{0} hp"} 1303 other{"{0} hp"} 1304 } 1305 kilowatt{ 1306 dnam{"κιλοβάτ"} 1307 one{"{0} kW"} 1308 other{"{0} kW"} 1309 } 1310 megawatt{ 1311 dnam{"μεγαβάτ"} 1312 one{"{0} MW"} 1313 other{"{0} MW"} 1314 } 1315 milliwatt{ 1316 dnam{"μιλιβάτ"} 1317 one{"{0} mW"} 1318 other{"{0} mW"} 1319 } 1320 watt{ 1321 dnam{"βατ"} 1322 one{"{0} W"} 1323 other{"{0} W"} 1324 } 1325 } 1326 pressure{ 1327 hectopascal{ 1328 dnam{"εκτοπασκάλ"} 1329 one{"{0} hPa"} 1330 other{"{0} hPa"} 1331 } 1332 inch-hg{ 1333 dnam{"ίντσες στήλης υδραργύρου"} 1334 one{"{0} inHg"} 1335 other{"{0} inHg"} 1336 } 1337 millibar{ 1338 dnam{"μιλιμπάρ"} 1339 one{"{0} mbar"} 1340 other{"{0} mbar"} 1341 } 1342 millimeter-of-mercury{ 1343 dnam{"χιλιοστόμετρα στήλης υδραργύρου"} 1344 one{"{0} mm Hg"} 1345 other{"{0} mm Hg"} 1346 } 1347 pound-per-square-inch{ 1348 dnam{"λίβρα ανά τετραγωνική ίντσα"} 1349 one{"{0} psi"} 1350 other{"{0} psi"} 1351 } 1352 } 1353 proportion{ 1354 karat{ 1355 dnam{"καράτια"} 1356 one{"{0} kt"} 1357 other{"{0} kt"} 1358 } 1359 } 1360 speed{ 1361 kilometer-per-hour{ 1362 dnam{"χλμ./ώρα"} 1363 one{"{0} χλμ./ώρα"} 1364 other{"{0} χλμ./ώρα"} 1365 } 1366 meter-per-second{ 1367 dnam{"μέτρα/δευτερόλεπτο"} 1368 one{"{0} μέτρο/δευτ."} 1369 other{"{0} μέτρα/δευτ."} 1370 } 1371 mile-per-hour{ 1372 dnam{"μίλια/ώρα"} 1373 one{"{0} μίλι/ώρα"} 1374 other{"{0} μίλια/ώρα"} 1375 } 1376 } 1377 temperature{ 1378 celsius{ 1379 dnam{"βαθμοί Κελσίου"} 1380 one{"{0}°C"} 1381 other{"{0}°C"} 1382 } 1383 fahrenheit{ 1384 dnam{"βαθμοί Φαρενάιτ"} 1385 one{"{0}°F"} 1386 other{"{0}°F"} 1387 } 1388 kelvin{ 1389 dnam{"K"} 1390 one{"{0} K"} 1391 other{"{0} K"} 1392 } 1393 } 1394 volume{ 1395 acre-foot{ 1396 dnam{"ακρ πόδια"} 1397 one{"{0} ac ft"} 1398 other{"{0} ac ft"} 1399 } 1400 centiliter{ 1401 dnam{"cL"} 1402 one{"{0} cL"} 1403 other{"{0} cL"} 1404 } 1405 cubic-centimeter{ 1406 dnam{"cm³"} 1407 one{"{0} cm³"} 1408 other{"{0} cm³"} 1409 } 1410 cubic-foot{ 1411 dnam{"ft³"} 1412 one{"{0} ft³"} 1413 other{"{0} ft³"} 1414 } 1415 cubic-inch{ 1416 dnam{"in³"} 1417 one{"{0} in³"} 1418 other{"{0} in³"} 1419 } 1420 cubic-kilometer{ 1421 dnam{"km³"} 1422 one{"{0} km³"} 1423 other{"{0} km³"} 1424 } 1425 cubic-meter{ 1426 dnam{"m³"} 1427 one{"{0} m³"} 1428 other{"{0} m³"} 1429 } 1430 cubic-mile{ 1431 dnam{"mi³"} 1432 one{"{0} mi³"} 1433 other{"{0} mi³"} 1434 } 1435 cubic-yard{ 1436 dnam{"κυβ. γιάρδες"} 1437 one{"{0} yd³"} 1438 other{"{0} yd³"} 1439 } 1440 cup{ 1441 dnam{"κύπελλα"} 1442 one{"{0} c"} 1443 other{"{0} c"} 1444 } 1445 deciliter{ 1446 dnam{"dL"} 1447 one{"{0} dL"} 1448 other{"{0} dL"} 1449 } 1450 fluid-ounce{ 1451 dnam{"fl oz"} 1452 one{"{0} fl oz"} 1453 other{"{0} fl oz"} 1454 } 1455 gallon{ 1456 dnam{"gal"} 1457 one{"{0} gal"} 1458 other{"{0} gal"} 1459 } 1460 hectoliter{ 1461 dnam{"hL"} 1462 one{"{0} hL"} 1463 other{"{0} hL"} 1464 } 1465 liter{ 1466 dnam{"λίτρα"} 1467 one{"{0} λίτ."} 1468 other{"{0} λίτ."} 1469 } 1470 megaliter{ 1471 dnam{"ML"} 1472 one{"{0} ML"} 1473 other{"{0} ML"} 1474 } 1475 milliliter{ 1476 dnam{"mL"} 1477 one{"{0} mL"} 1478 other{"{0} mL"} 1479 } 1480 pint{ 1481 dnam{"πίντες"} 1482 one{"{0} pt"} 1483 other{"{0} pt"} 1484 } 1485 quart{ 1486 dnam{"τέταρτα γαλονιού"} 1487 one{"{0} qt"} 1488 other{"{0} qt"} 1489 } 1490 tablespoon{ 1491 dnam{"κ.σ."} 1492 one{"{0} κ.σ."} 1493 other{"{0} κ.σ."} 1494 } 1495 teaspoon{ 1496 dnam{"κ.γ."} 1497 one{"{0} κ.γ."} 1498 other{"{0} κ.γ."} 1499 } 1500 } 1501 } 1502} 1503