Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(698)

Side by Side Diff: source/data/unit/el.txt

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

Powered by Google App Engine
This is Rietveld 408576698