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

Side by Side Diff: source/data/unit/sr_Latn.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/sr_Cyrl_YU.txt ('k') | source/data/unit/sr_Latn_BA.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/sr_Latn.xml 6 // * Source File: <path>/common/main/sr_Latn.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/sr_Latn.xml
11 */
12 sr_Latn{ 9 sr_Latn{
13 %%Parent{"root"} 10 %%Parent{"root"}
14 Version{"2.1.8.20"} 11 Version{"2.1.20.4"}
12 durationUnits{
13 hm{"h.mm"}
14 hms{"h.mm.ss"}
15 ms{"m.ss"}
16 }
15 units{ 17 units{
18 acceleration{
19 g-force{
20 dnam{"ge sila"}
21 few{"{0} ge sila"}
22 one{"{0} ge sila"}
23 other{"{0} ge sila"}
24 }
25 meter-per-second-squared{
26 dnam{"metri u sekundi na kvadrat"}
27 few{"{0} metra u sekundi na kvadrat"}
28 one{"{0} metar u sekundi na kvadrat"}
29 other{"{0} metara u sekundi na kvadrat"}
30 }
31 }
32 angle{
33 arc-minute{
34 dnam{"lučni minuti"}
35 few{"{0} lučna minuta"}
36 one{"{0} lučni minut"}
37 other{"{0} lučnih minuta"}
38 }
39 arc-second{
40 dnam{"lučne sekunde"}
41 few{"{0} lučne sekunde"}
42 one{"{0} lučna sekunda"}
43 other{"{0} lučnih sekundi"}
44 }
45 degree{
46 dnam{"stepeni"}
47 few{"{0} stepena"}
48 one{"{0} stepen"}
49 other{"{0} stepeni"}
50 }
51 radian{
52 dnam{"radijani"}
53 few{"{0} radijana"}
54 one{"{0} radijan"}
55 other{"{0} radijana"}
56 }
57 revolution{
58 dnam{"obrtaj"}
59 few{"{0} obrtaja"}
60 one{"{0} obrtaj"}
61 other{"{0} obrtaja"}
62 }
63 }
64 area{
65 acre{
66 dnam{"akeri"}
67 few{"{0} akera"}
68 one{"{0} aker"}
69 other{"{0} akera"}
70 }
71 hectare{
72 dnam{"hektari"}
73 few{"{0} hektara"}
74 one{"{0} hektar"}
75 other{"{0} hektara"}
76 }
77 square-centimeter{
78 dnam{"kvadratni centimetri"}
79 few{"{0} kvadratna centimetra"}
80 one{"{0} kvadratni centimetar"}
81 other{"{0} kvadratnih centimetara"}
82 per{"{0}/cm²"}
83 }
84 square-foot{
85 dnam{"kvadratne stope"}
86 few{"{0} kvadratne stope"}
87 one{"{0} kvadratna stopa"}
88 other{"{0} kvadratnih stopa"}
89 }
90 square-inch{
91 dnam{"kvadratni inči"}
92 few{"{0} kvadratna inča"}
93 one{"{0} kvadratni inč"}
94 other{"{0} kvadratnih inča"}
95 per{"{0}/in²"}
96 }
97 square-kilometer{
98 dnam{"kvadratni kilometri"}
99 few{"{0} kvadratna kilometra"}
100 one{"{0} kvadratni kilometar"}
101 other{"{0} kvadratnih kilometara"}
102 }
103 square-meter{
104 dnam{"kvadratni metri"}
105 few{"{0} kvadratna metra"}
106 one{"{0} kvadratni metar"}
107 other{"{0} kvadratnih metara"}
108 per{"{0}/m²"}
109 }
110 square-mile{
111 dnam{"kvadratne milje"}
112 few{"{0} kvadratne milje"}
113 one{"{0} kvadratna milja"}
114 other{"{0} kvadratnih milja"}
115 }
116 square-yard{
117 dnam{"kvadratni jardi"}
118 few{"{0} kvadratna jarda"}
119 one{"{0} kvadratni jard"}
120 other{"{0} kvadratnih jardi"}
121 }
122 }
16 compound{ 123 compound{
17 per{"{0}/{1}"} 124 per{"{0}/{1}"}
18 } 125 }
126 consumption{
127 liter-per-100kilometers{
128 dnam{"L/100km"}
129 few{"{0} litra na 100 kilometara"}
130 one{"{0} litar na 100 kilometara"}
131 other{"{0} litara na 100 kilometara"}
132 }
133 liter-per-kilometer{
134 dnam{"litri po kilometru"}
135 few{"{0} litra po kilometru"}
136 one{"{0} litar po kilometru"}
137 other{"{0} litara po kilometru"}
138 }
139 mile-per-gallon{
140 dnam{"milja po galonu"}
141 few{"{0} milje po galonu"}
142 one{"{0} milja po galonu"}
143 other{"{0} milja po galonu"}
144 }
145 }
146 digital{
147 bit{
148 dnam{"bitovi"}
149 few{"{0} bita"}
150 one{"{0} bit"}
151 other{"{0} bitova"}
152 }
153 byte{
154 dnam{"bajtovi"}
155 few{"{0} bajta"}
156 one{"{0} bajt"}
157 other{"{0} bajtova"}
158 }
159 gigabit{
160 dnam{"gigabitovi"}
161 few{"{0} gigabita"}
162 one{"{0} gigabit"}
163 other{"{0} gigabita"}
164 }
165 gigabyte{
166 dnam{"gigabajti"}
167 few{"{0} gigabajta"}
168 one{"{0} gigabajt"}
169 other{"{0} gigabajta"}
170 }
171 kilobit{
172 dnam{"kilobitovi"}
173 few{"{0} kilobita"}
174 one{"{0} kilobit"}
175 other{"{0} kilobita"}
176 }
177 kilobyte{
178 dnam{"kilobajti"}
179 few{"{0} kilobajta"}
180 one{"{0} kilobajt"}
181 other{"{0} kilobajta"}
182 }
183 megabit{
184 dnam{"megabitovi"}
185 few{"{0} megabita"}
186 one{"{0} megabit"}
187 other{"{0} megabita"}
188 }
189 megabyte{
190 dnam{"megabajti"}
191 few{"{0} megabajta"}
192 one{"{0} megabajt"}
193 other{"{0} megabajta"}
194 }
195 terabit{
196 dnam{"terabitovi"}
197 few{"{0} terabita"}
198 one{"{0} terabit"}
199 other{"{0} terabita"}
200 }
201 terabyte{
202 dnam{"terabajti"}
203 few{"{0} terabajta"}
204 one{"{0} terabajt"}
205 other{"{0} terabajta"}
206 }
207 }
19 duration{ 208 duration{
209 century{
210 dnam{"vekovi"}
211 few{"{0} veka"}
212 one{"{0} vek"}
213 other{"{0} vekova"}
214 }
20 day{ 215 day{
21 dnam{"dani"} 216 dnam{"dani"}
22 few{"{0} dana"} 217 few{"{0} dana"}
23 one{"{0} dan"} 218 one{"{0} dan"}
24 other{"{0} dana"} 219 other{"{0} dana"}
220 per{"{0}/dnevno"}
25 } 221 }
26 hour{ 222 hour{
27 dnam{"sati"} 223 dnam{"sati"}
28 few{"{0} sata"} 224 few{"{0} sata"}
29 one{"{0} sat"} 225 one{"{0} sat"}
30 other{"{0} sati"} 226 other{"{0} sati"}
31 per{"{0}/sat"} 227 per{"{0}/sat"}
32 } 228 }
33 microsecond{ 229 microsecond{
34 dnam{"mikrosekunde"} 230 dnam{"mikrosekunde"}
35 few{"{0} mikrosekunde"} 231 few{"{0} mikrosekunde"}
36 one{"{0} mikrosekunda"} 232 one{"{0} mikrosekunda"}
37 other{"{0} mikrosekundi"} 233 other{"{0} mikrosekundi"}
38 } 234 }
39 millisecond{ 235 millisecond{
40 dnam{"milisekunde"} 236 dnam{"milisekunde"}
41 few{"{0} milisekunde"} 237 few{"{0} milisekunde"}
42 one{"{0} milisekunda"} 238 one{"{0} milisekunda"}
43 other{"{0} milisekundi"} 239 other{"{0} milisekundi"}
44 } 240 }
45 minute{ 241 minute{
46 dnam{"minuti"} 242 dnam{"minuti"}
47 few{"{0} minuta"} 243 few{"{0} minuta"}
48 one{"{0} minut"} 244 one{"{0} minut"}
49 other{"{0} minuta"} 245 other{"{0} minuta"}
246 per{"{0} u minutu"}
50 } 247 }
51 month{ 248 month{
52 dnam{"meseci"} 249 dnam{"meseci"}
53 few{"{0} meseca"} 250 few{"{0} meseca"}
54 one{"{0} mesec"} 251 one{"{0} mesec"}
55 other{"{0} meseci"} 252 other{"{0} meseci"}
253 per{"{0} mesečno"}
56 } 254 }
57 nanosecond{ 255 nanosecond{
58 dnam{"nanosekunde"} 256 dnam{"nanosekunde"}
59 few{"{0} nanosekunde"} 257 few{"{0} nanosekunde"}
60 one{"{0} nanosekunda"} 258 one{"{0} nanosekunda"}
61 other{"{0} nanosekundi"} 259 other{"{0} nanosekundi"}
62 } 260 }
63 second{ 261 second{
64 dnam{"sekunde"} 262 dnam{"sekunde"}
65 few{"{0} sekunde"} 263 few{"{0} sekunde"}
66 one{"{0} sekunda"} 264 one{"{0} sekunda"}
67 other{"{0} sekundi"} 265 other{"{0} sekundi"}
68 per{"{0}/sek"} 266 per{"{0}/sek"}
69 } 267 }
70 week{ 268 week{
71 dnam{"nedelje"} 269 dnam{"nedelje"}
72 few{"{0} nedelje"} 270 few{"{0} nedelje"}
73 one{"{0} nedelja"} 271 one{"{0} nedelja"}
74 other{"{0} nedelja"} 272 other{"{0} nedelja"}
273 per{"{0} nedeljno"}
75 } 274 }
76 year{ 275 year{
77 dnam{"godine"} 276 dnam{"godine"}
78 few{"{0} godine"} 277 few{"{0} godine"}
79 one{"{0} godina"} 278 one{"{0} godina"}
80 other{"{0} godina"} 279 other{"{0} godina"}
280 per{"{0} godišnje"}
281 }
282 }
283 electric{
284 ampere{
285 dnam{"amperi"}
286 few{"{0} ampera"}
287 one{"{0} amper"}
288 other{"{0} ampera"}
289 }
290 milliampere{
291 dnam{"miliamperi"}
292 few{"{0} miliampera"}
293 one{"{0} miliamper"}
294 other{"{0} miliampera"}
295 }
296 ohm{
297 dnam{"om"}
298 few{"{0} oma"}
299 one{"{0} om"}
300 other{"{0} oma"}
301 }
302 volt{
303 dnam{"volti"}
304 few{"{0} volta"}
305 one{"{0} volt"}
306 other{"{0} volti"}
307 }
308 }
309 energy{
310 calorie{
311 dnam{"kalorije"}
312 few{"{0} kalorije"}
313 one{"{0} kalorija"}
314 other{"{0} kalorija"}
315 }
316 foodcalorie{
317 dnam{"Kalorije"}
318 few{"{0} kalorije"}
319 one{"{0} kalorija"}
320 other{"{0} kalorija"}
321 }
322 joule{
323 dnam{"džuli"}
324 few{"{0} džula"}
325 one{"{0} džul"}
326 other{"{0} džula"}
327 }
328 kilocalorie{
329 dnam{"kilokalorije"}
330 few{"{0} kilokalorije"}
331 one{"{0} kilokalorija"}
332 other{"{0} kilokalorija"}
333 }
334 kilojoule{
335 dnam{"kilodžuli"}
336 few{"{0} kilodžula"}
337 one{"{0} kilodžul"}
338 other{"{0} kilodžula"}
339 }
340 kilowatt-hour{
341 dnam{"kilovat-sati"}
342 few{"{0} kilovat-sata"}
343 one{"{0} kilovat-sat"}
344 other{"{0} kilovat-sati"}
345 }
346 }
347 frequency{
348 gigahertz{
349 dnam{"gigaherci"}
350 few{"{0} gigaherca"}
351 one{"{0} gigaherc"}
352 other{"{0} gigaherca"}
353 }
354 hertz{
355 dnam{"herci"}
356 few{"{0} herca"}
357 one{"{0} herc"}
358 other{"{0} herca"}
359 }
360 kilohertz{
361 dnam{"kiloherci"}
362 few{"{0} kiloherca"}
363 one{"{0} kiloherc"}
364 other{"{0} kiloherca"}
365 }
366 megahertz{
367 dnam{"megaherci"}
368 few{"{0} megaherca"}
369 one{"{0} megaherc"}
370 other{"{0} megaherca"}
371 }
372 }
373 length{
374 astronomical-unit{
375 dnam{"astronomske jedinice"}
376 few{"{0} astronomske jedinice"}
377 one{"{0} astronomska jedinica"}
378 other{"{0} astronomskih jedinica"}
379 }
380 centimeter{
381 dnam{"centimetri"}
382 few{"{0} centimentra"}
383 one{"{0} centimetar"}
384 other{"{0} centimetara"}
385 per{"{0}/cm"}
386 }
387 decimeter{
388 dnam{"decimetri"}
389 few{"{0} decimetra"}
390 one{"{0} decimetar"}
391 other{"{0} decimetara"}
392 }
393 foot{
394 dnam{"stope"}
395 few{"{0} stope"}
396 one{"{0} stopa"}
397 other{"{0} stopa"}
398 per{"{0}/ft"}
399 }
400 inch{
401 dnam{"inči"}
402 few{"{0} inča"}
403 one{"{0} inč"}
404 other{"{0} inča"}
405 per{"{0}/in"}
406 }
407 kilometer{
408 dnam{"kilometri"}
409 few{"{0} kilometra"}
410 one{"{0} kilometar"}
411 other{"{0} kilometara"}
412 per{"{0}/km"}
413 }
414 light-year{
415 dnam{"svetlosne godine"}
416 few{"{0} svetlosne godine"}
417 one{"{0} svetlosna godina"}
418 other{"{0} svetlosnih godina"}
419 }
420 meter{
421 dnam{"metri"}
422 few{"{0} metra"}
423 one{"{0} metar"}
424 other{"{0} metara"}
425 per{"{0}/m"}
426 }
427 micrometer{
428 dnam{"mikrometri"}
429 few{"{0} mikrometra"}
430 one{"{0} mikrometar"}
431 other{"{0} mikrometara"}
432 }
433 mile{
434 dnam{"milje"}
435 few{"{0} milje"}
436 one{"{0} milja"}
437 other{"{0} milja"}
438 }
439 mile-scandinavian{
440 dnam{"skandinavska milja"}
441 }
442 millimeter{
443 dnam{"milimetri"}
444 few{"{0} milimetra"}
445 one{"{0} milimetar"}
446 other{"{0} milimetara"}
447 }
448 nanometer{
449 dnam{"nanometri"}
450 few{"{0} nanometra"}
451 one{"{0} nanometar"}
452 other{"{0} nanometara"}
453 }
454 nautical-mile{
455 dnam{"nautičke milje"}
456 few{"{0} nautičke milje"}
457 one{"{0} nautička milja"}
458 other{"{0} nautičkih milja"}
459 }
460 parsec{
461 dnam{"parseci"}
462 few{"{0} parseka"}
463 one{"{0} parsek"}
464 other{"{0} parseka"}
465 }
466 picometer{
467 dnam{"pikometri"}
468 few{"{0} pikometra"}
469 one{"{0} pikometar"}
470 other{"{0} pikometara"}
471 }
472 yard{
473 dnam{"jardi"}
474 few{"{0} jarda"}
475 one{"{0} jard"}
476 other{"{0} jardi"}
477 }
478 }
479 light{
480 lux{
481 dnam{"luks"}
482 few{"{0} luksa"}
483 one{"{0} luks"}
484 other{"{0} luksa"}
485 }
486 }
487 mass{
488 carat{
489 dnam{"karati"}
490 few{"{0} karata"}
491 one{"{0} karat"}
492 other{"{0} karata"}
493 }
494 gram{
495 dnam{"grami"}
496 few{"{0} grama"}
497 one{"{0} gram"}
498 other{"{0} grama"}
499 per{"{0} po gramu"}
500 }
501 kilogram{
502 dnam{"kilogrami"}
503 few{"{0} kilograma"}
504 one{"{0} kilogram"}
505 other{"{0} kilograma"}
506 per{"{0} po kilogramu"}
507 }
508 metric-ton{
509 dnam{"metričke tone"}
510 few{"{0} metričke tone"}
511 one{"{0} metrička tona"}
512 other{"{0} metričkih tona"}
513 }
514 microgram{
515 dnam{"mikrogrami"}
516 few{"{0} mikrograma"}
517 one{"{0} mikrogram"}
518 other{"{0} mikrograma"}
519 }
520 milligram{
521 dnam{"miligrami"}
522 few{"{0} miligrama"}
523 one{"{0} miligram"}
524 other{"{0} miligrama"}
525 }
526 ounce{
527 dnam{"unce"}
528 few{"{0} unce"}
529 one{"{0} unca"}
530 other{"{0} unci"}
531 per{"{0} po unci"}
532 }
533 ounce-troy{
534 dnam{"fine unce"}
535 few{"{0} fine unce"}
536 one{"{0} fina unca"}
537 other{"{0} finih unci"}
538 }
539 pound{
540 dnam{"funte"}
541 few{"{0} funte"}
542 one{"{0} funta"}
543 other{"{0} funti"}
544 per{"{0} po funti"}
545 }
546 ton{
547 dnam{"tone"}
548 few{"{0} tone"}
549 one{"{0} tona"}
550 other{"{0} tona"}
551 }
552 }
553 power{
554 gigawatt{
555 dnam{"gigavati"}
556 few{"{0} gigavata"}
557 one{"{0} gigavat"}
558 other{"{0} gigavati"}
559 }
560 horsepower{
561 dnam{"konjske snage"}
562 few{"{0} konjske snage"}
563 one{"{0} konjska snaga"}
564 other{"{0} konjskih snaga"}
565 }
566 kilowatt{
567 dnam{"kilovati"}
568 few{"{0} kilovata"}
569 one{"{0} kilovat"}
570 other{"{0} kilovati"}
571 }
572 megawatt{
573 dnam{"megavati"}
574 few{"{0} megavata"}
575 one{"{0} megavat"}
576 other{"{0} megavati"}
577 }
578 milliwatt{
579 dnam{"milivati"}
580 few{"{0} milivata"}
581 one{"{0} milivat"}
582 other{"{0} milivati"}
583 }
584 watt{
585 dnam{"vati"}
586 few{"{0} vata"}
587 one{"{0} vat"}
588 other{"{0} vati"}
589 }
590 }
591 pressure{
592 hectopascal{
593 dnam{"hektopaskali"}
594 few{"{0} hektopaskala"}
595 one{"{0} hektopaskal"}
596 other{"{0} hektopaskala"}
597 }
598 inch-hg{
599 dnam{"inči živinog stuba"}
600 few{"{0} inča živinog stuba"}
601 one{"{0} inč živinog stuba"}
602 other{"{0} inča živinog stuba"}
603 }
604 millibar{
605 dnam{"milibari"}
606 few{"{0} milibara"}
607 one{"{0} milibar"}
608 other{"{0} milibara"}
609 }
610 millimeter-of-mercury{
611 dnam{"milimetri živinog stuba"}
612 few{"{0} milimetra živinog stuba"}
613 one{"{0} milimetar živinog stuba"}
614 other{"{0} milimetara živinog stuba"}
615 }
616 pound-per-square-inch{
617 dnam{"funte po kvadratnom inču"}
618 few{"{0} funte po kvadratnom inču"}
619 one{"{0} funta po kvadratnom inču"}
620 other{"{0} funti po kvadratnom inču"}
621 }
622 }
623 proportion{
624 karat{
625 dnam{"karati"}
626 few{"{0} karata"}
627 one{"{0} karat"}
628 other{"{0} karata"}
629 }
630 }
631 speed{
632 kilometer-per-hour{
633 dnam{"kilometri na sat"}
634 few{"{0} kilometra na sat"}
635 one{"{0} kilometar na sat"}
636 other{"{0} kilometara na sat"}
637 }
638 meter-per-second{
639 dnam{"metri u sekundi"}
640 few{"{0} metra u sekundi"}
641 one{"{0} metar u sekundi"}
642 other{"{0} metara u sekundi"}
643 }
644 mile-per-hour{
645 dnam{"milje na sat"}
646 few{"{0} milje na sat"}
647 one{"{0} milja na sat"}
648 other{"{0} milja na sat"}
649 }
650 }
651 temperature{
652 celsius{
653 dnam{"stepeni Celzijusa"}
654 few{"{0} stepena Celzijusa"}
655 one{"{0} stepen Celzijusa"}
656 other{"{0} stepeni Celzijusa"}
657 }
658 fahrenheit{
659 dnam{"stepeni Farenhajta"}
660 few{"{0} stepena Farenhajta"}
661 one{"{0} stepen Farenhajta"}
662 other{"{0} stepeni Farenhajta"}
663 }
664 generic{
665 dnam{"°"}
666 few{"{0}°"}
667 one{"{0}°"}
668 other{"{0}°"}
669 }
670 kelvin{
671 dnam{"kelvin"}
672 few{"{0} kelvina"}
673 one{"{0} kelvin"}
674 other{"{0} kelvina"}
675 }
676 }
677 volume{
678 acre-foot{
679 dnam{"aker stope"}
680 few{"{0} aker stope"}
681 one{"{0} aker stopa"}
682 other{"{0} aker stopa"}
683 }
684 centiliter{
685 dnam{"centilitri"}
686 few{"{0} centilitra"}
687 one{"{0} centilitar"}
688 other{"{0} centilitara"}
689 }
690 cubic-centimeter{
691 dnam{"kubni centimetri"}
692 few{"{0} kubna centimetra"}
693 one{"{0} kubni centimetar"}
694 other{"{0} kubnih centimetara"}
695 per{"{0}/cm³"}
696 }
697 cubic-foot{
698 dnam{"kubne stope"}
699 few{"{0} kubne stope"}
700 one{"{0} kubna stopa"}
701 other{"{0} kubnih stopa"}
702 }
703 cubic-inch{
704 dnam{"kubni inči"}
705 few{"{0} kubna inča"}
706 one{"{0} kubni inč"}
707 other{"{0} kubnih inča"}
708 }
709 cubic-kilometer{
710 dnam{"kubni kilometri"}
711 few{"{0} kubna kilometra"}
712 one{"{0} kubni kilometar"}
713 other{"{0} kubnih kilometara"}
714 }
715 cubic-meter{
716 dnam{"kubni metri"}
717 few{"{0} kubna metra"}
718 one{"{0} kubni metar"}
719 other{"{0} kubnih metara"}
720 per{"{0}/m³"}
721 }
722 cubic-mile{
723 dnam{"kubne milje"}
724 few{"{0} kubne milje"}
725 one{"{0} kubna milja"}
726 other{"{0} kubnih milja"}
727 }
728 cubic-yard{
729 dnam{"kubni jardi"}
730 few{"{0} kubna jarda"}
731 one{"{0} kubni jard"}
732 other{"{0} kubnih jardi"}
733 }
734 cup{
735 dnam{"šolje"}
736 few{"{0} šolje"}
737 one{"{0} šolja"}
738 other{"{0} šolja"}
739 }
740 cup-metric{
741 dnam{"metrička šolja"}
742 few{"{0} metričke šolje"}
743 one{"{0} metrička šolja"}
744 other{"{0} metričkih šolja"}
745 }
746 deciliter{
747 dnam{"decilitri"}
748 few{"{0} decilitra"}
749 one{"{0} decilitar"}
750 other{"{0} decilitara"}
751 }
752 fluid-ounce{
753 dnam{"unce tečnosti"}
754 few{"{0} unce tečnosti"}
755 one{"{0} unca tečnosti"}
756 other{"{0} unci tečnosti"}
757 }
758 gallon{
759 dnam{"galoni"}
760 few{"{0} galona"}
761 one{"{0} galon"}
762 other{"{0} galona"}
763 per{"{0} po galonu"}
764 }
765 hectoliter{
766 dnam{"hektolitri"}
767 few{"{0} hektolitra"}
768 one{"{0} hektolitar"}
769 other{"{0} hektolitara"}
770 }
771 liter{
772 dnam{"litri"}
773 few{"{0} litra"}
774 one{"{0} litar"}
775 other{"{0} litara"}
776 per{"po litri"}
777 }
778 megaliter{
779 dnam{"megalitri"}
780 few{"{0} megalitra"}
781 one{"{0} megalitar"}
782 other{"{0} megalitara"}
783 }
784 milliliter{
785 dnam{"mililitri"}
786 few{"{0} mililitra"}
787 one{"{0} mililitar"}
788 other{"{0} mililitara"}
789 }
790 pint{
791 dnam{"pinte"}
792 few{"{0} pinte"}
793 one{"{0} pinta"}
794 other{"{0} pinti"}
795 }
796 pint-metric{
797 dnam{"metričke pinte"}
798 few{"{0} metričke pinte"}
799 one{"{0} metrička pinta"}
800 other{"{0} metričkih pinti"}
801 }
802 quart{
803 dnam{"kvarti"}
804 few{"{0} kvarta"}
805 one{"{0} kvarat"}
806 other{"{0} kvarata"}
807 }
808 tablespoon{
809 dnam{"kašike"}
810 few{"{0} kašike"}
811 one{"{0} kašika"}
812 other{"{0} kašika"}
813 }
814 teaspoon{
815 dnam{"kašičice"}
816 few{"{0} kašičice"}
817 one{"{0} kašičica"}
818 other{"{0} kašičica"}
81 } 819 }
82 } 820 }
83 } 821 }
84 unitsNarrow{ 822 unitsNarrow{
823 acceleration{
824 g-force{
825 few{"{0} G"}
826 one{"{0} G"}
827 other{"{0} G"}
828 }
829 }
830 angle{
831 arc-minute{
832 few{"{0}′"}
833 one{"{0}′"}
834 other{"{0}′"}
835 }
836 arc-second{
837 few{"{0}″"}
838 one{"{0}″"}
839 other{"{0}″"}
840 }
841 degree{
842 few{"{0}°"}
843 one{"{0}°"}
844 other{"{0}°"}
845 }
846 }
847 area{
848 acre{
849 few{"{0} ac"}
850 one{"{0} ac"}
851 other{"{0} ac"}
852 }
853 hectare{
854 few{"{0} ha"}
855 one{"{0} ha"}
856 other{"{0} ha"}
857 }
858 square-foot{
859 few{"{0} ft²"}
860 one{"{0} ft²"}
861 other{"{0} ft²"}
862 }
863 square-kilometer{
864 few{"{0} km²"}
865 one{"{0} km²"}
866 other{"{0} km²"}
867 }
868 square-meter{
869 few{"{0} m²"}
870 one{"{0} m²"}
871 other{"{0} m²"}
872 }
873 square-mile{
874 few{"{0} mi²"}
875 one{"{0} mi²"}
876 other{"{0} mi²"}
877 }
878 }
85 compound{ 879 compound{
86 per{"{0}/{1}"} 880 per{"{0}/{1}"}
87 } 881 }
882 consumption{
883 liter-per-100kilometers{
884 dnam{"L/100km"}
885 few{"{0} L/100km"}
886 one{"{0} L/100km"}
887 other{"{0} L/100km"}
888 }
889 }
88 duration{ 890 duration{
89 day{ 891 day{
90 dnam{"d."} 892 dnam{"d."}
91 few{"{0} d"} 893 few{"{0} d"}
92 one{"{0} d"} 894 one{"{0} d"}
93 other{"{0} d"} 895 other{"{0} d"}
94 } 896 }
95 hour{ 897 hour{
96 dnam{"sati"} 898 dnam{"sat"}
97 few{"{0} sata"} 899 few{"{0} sata"}
98 one{"{0} sat"} 900 one{"{0} sat"}
99 other{"{0} sati"} 901 other{"{0} sati"}
100 } 902 }
101 millisecond{ 903 millisecond{
102 dnam{"ms"} 904 dnam{"ms"}
103 few{"{0} ms"} 905 few{"{0} ms"}
104 one{"{0} ms"} 906 one{"{0} ms"}
105 other{"{0} ms"} 907 other{"{0} ms"}
106 } 908 }
(...skipping 21 matching lines...) Expand all
128 one{"{0} n"} 930 one{"{0} n"}
129 other{"{0} n"} 931 other{"{0} n"}
130 } 932 }
131 year{ 933 year{
132 dnam{"g."} 934 dnam{"g."}
133 few{"{0} g"} 935 few{"{0} g"}
134 one{"{0} g"} 936 one{"{0} g"}
135 other{"{0} g"} 937 other{"{0} g"}
136 } 938 }
137 } 939 }
940 length{
941 centimeter{
942 dnam{"cm"}
943 few{"{0} cm"}
944 one{"{0} cm"}
945 other{"{0} cm"}
946 }
947 foot{
948 dnam{"ft"}
949 few{"{0} ft"}
950 one{"{0} ft"}
951 other{"{0} ft"}
952 }
953 inch{
954 few{"{0} inča"}
955 one{"{0} inč"}
956 other{"{0} inča"}
957 }
958 kilometer{
959 dnam{"km"}
960 few{"{0} km"}
961 one{"{0} km"}
962 other{"{0} km"}
963 }
964 light-year{
965 few{"{0} sg"}
966 one{"{0} sg"}
967 other{"{0} sg"}
968 }
969 meter{
970 dnam{"metar"}
971 few{"{0} m"}
972 one{"{0} m"}
973 other{"{0} m"}
974 }
975 mile{
976 few{"{0} milje"}
977 one{"{0} milja"}
978 other{"{0} milja"}
979 }
980 millimeter{
981 dnam{"mm"}
982 few{"{0} mm"}
983 one{"{0} mm"}
984 other{"{0} mm"}
985 }
986 picometer{
987 few{"{0} pm"}
988 one{"{0} pm"}
989 other{"{0} pm"}
990 }
991 yard{
992 few{"{0} jrd"}
993 one{"{0} jrd"}
994 other{"{0} jrd"}
995 }
996 }
997 mass{
998 gram{
999 dnam{"g"}
1000 few{"{0} g"}
1001 one{"{0} g"}
1002 other{"{0} g"}
1003 }
1004 kilogram{
1005 dnam{"kg"}
1006 few{"{0} kg"}
1007 one{"{0} kg"}
1008 other{"{0} kg"}
1009 }
1010 ounce{
1011 few{"{0} unce"}
1012 one{"{0} unca"}
1013 other{"{0} unci"}
1014 }
1015 pound{
1016 few{"{0} lb"}
1017 one{"{0} lb"}
1018 other{"{0} lb"}
1019 }
1020 }
1021 power{
1022 horsepower{
1023 few{"{0} ks"}
1024 one{"{0} ks"}
1025 other{"{0} ks"}
1026 }
1027 kilowatt{
1028 few{"{0} kW"}
1029 one{"{0} kW"}
1030 other{"{0} kW"}
1031 }
1032 watt{
1033 few{"{0} W"}
1034 one{"{0} W"}
1035 other{"{0} W"}
1036 }
1037 }
1038 pressure{
1039 hectopascal{
1040 few{"{0} hPa"}
1041 one{"{0} hPa"}
1042 other{"{0} hPa"}
1043 }
1044 inch-hg{
1045 few{"{0} inHg"}
1046 one{"{0} inHg"}
1047 other{"{0} inHg"}
1048 }
1049 millibar{
1050 few{"{0} mbar"}
1051 one{"{0} mbar"}
1052 other{"{0} mbar"}
1053 }
1054 }
1055 speed{
1056 kilometer-per-hour{
1057 dnam{"km/h"}
1058 few{"{0} km/h"}
1059 one{"{0} km/h"}
1060 other{"{0} km/h"}
1061 }
1062 meter-per-second{
1063 few{"{0} m/s"}
1064 one{"{0} m/s"}
1065 other{"{0} m/s"}
1066 }
1067 mile-per-hour{
1068 few{"{0} mi/h"}
1069 one{"{0} mi/h"}
1070 other{"{0} mi/h"}
1071 }
1072 }
1073 temperature{
1074 celsius{
1075 dnam{"°C"}
1076 few{"{0}°"}
1077 one{"{0}°"}
1078 other{"{0}°"}
1079 }
1080 fahrenheit{
1081 few{"{0}°F"}
1082 one{"{0}°F"}
1083 other{"{0}°F"}
1084 }
1085 }
1086 volume{
1087 cubic-kilometer{
1088 few{"{0} km³"}
1089 one{"{0} km³"}
1090 other{"{0} km³"}
1091 }
1092 cubic-mile{
1093 few{"{0} mi³"}
1094 one{"{0} mi³"}
1095 other{"{0} mi³"}
1096 }
1097 liter{
1098 dnam{"l"}
1099 few{"{0} l"}
1100 one{"{0} l"}
1101 other{"{0} l"}
1102 }
1103 }
138 } 1104 }
139 unitsShort{ 1105 unitsShort{
1106 acceleration{
1107 g-force{
1108 dnam{"ge sila"}
1109 few{"{0} G"}
1110 one{"{0} G"}
1111 other{"{0} G"}
1112 }
1113 meter-per-second-squared{
1114 dnam{"m/s²"}
1115 few{"{0} m/s²"}
1116 one{"{0} m/s²"}
1117 other{"{0} m/s²"}
1118 }
1119 }
1120 angle{
1121 arc-minute{
1122 dnam{"lučni min"}
1123 few{"{0}′"}
1124 one{"{0}′"}
1125 other{"{0}′"}
1126 }
1127 arc-second{
1128 dnam{"sekundi"}
1129 few{"{0}″"}
1130 one{"{0}″"}
1131 other{"{0}″"}
1132 }
1133 degree{
1134 dnam{"stepeni"}
1135 few{"{0}°"}
1136 one{"{0}°"}
1137 other{"{0}°"}
1138 }
1139 radian{
1140 dnam{"rad"}
1141 few{"{0} rad"}
1142 one{"{0} rad"}
1143 other{"{0} rad"}
1144 }
1145 revolution{
1146 dnam{"rev"}
1147 few{"{0} rev"}
1148 one{"{0} rev"}
1149 other{"{0} rev"}
1150 }
1151 }
1152 area{
1153 acre{
1154 dnam{"akeri"}
1155 few{"{0} ac"}
1156 one{"{0} ac"}
1157 other{"{0} ac"}
1158 }
1159 hectare{
1160 dnam{"hektari"}
1161 few{"{0} ha"}
1162 one{"{0} ha"}
1163 other{"{0} ha"}
1164 }
1165 square-centimeter{
1166 dnam{"cm²"}
1167 few{"{0} cm²"}
1168 one{"{0} cm²"}
1169 other{"{0} cm²"}
1170 per{"{0}/cm²"}
1171 }
1172 square-foot{
1173 dnam{"kvadratne stope"}
1174 few{"{0} ft²"}
1175 one{"{0} ft²"}
1176 other{"{0} ft²"}
1177 }
1178 square-inch{
1179 dnam{"in²"}
1180 few{"{0} in²"}
1181 one{"{0} in²"}
1182 other{"{0} in²"}
1183 per{"{0}/in²"}
1184 }
1185 square-kilometer{
1186 dnam{"kvadratni kilometri"}
1187 few{"{0} km²"}
1188 one{"{0} km²"}
1189 other{"{0} km²"}
1190 }
1191 square-meter{
1192 dnam{"kvadratni metri"}
1193 few{"{0} m²"}
1194 one{"{0} m²"}
1195 other{"{0} m²"}
1196 per{"{0}/m²"}
1197 }
1198 square-mile{
1199 dnam{"mi²"}
1200 few{"{0} mi²"}
1201 one{"{0} mi²"}
1202 other{"{0} mi²"}
1203 }
1204 square-yard{
1205 dnam{"yd²"}
1206 few{"{0} yd²"}
1207 one{"{0} yd²"}
1208 other{"{0} yd²"}
1209 }
1210 }
140 compound{ 1211 compound{
141 per{"{0}/{1}"} 1212 per{"{0}/{1}"}
142 } 1213 }
1214 consumption{
1215 liter-per-100kilometers{
1216 dnam{"L/100km"}
1217 few{"{0} L/100km"}
1218 one{"{0} L/100km"}
1219 other{"{0} L/100km"}
1220 }
1221 liter-per-kilometer{
1222 dnam{"L/km"}
1223 few{"{0} L/km"}
1224 one{"{0} L/km"}
1225 other{"{0} L/km"}
1226 }
1227 mile-per-gallon{
1228 dnam{"mpg"}
1229 few{"{0} mpg"}
1230 one{"{0} mpg"}
1231 other{"{0} mpg"}
1232 }
1233 }
1234 digital{
1235 bit{
1236 dnam{"bit"}
1237 few{"{0} b"}
1238 one{"{0} b"}
1239 other{"{0} b"}
1240 }
1241 byte{
1242 dnam{"bajt"}
1243 few{"{0} B"}
1244 one{"{0} B"}
1245 other{"{0} B"}
1246 }
1247 gigabit{
1248 dnam{"Gb"}
1249 few{"{0} Gb"}
1250 one{"{0} Gb"}
1251 other{"{0} Gb"}
1252 }
1253 gigabyte{
1254 dnam{"GB"}
1255 few{"{0} GB"}
1256 one{"{0} GB"}
1257 other{"{0} GB"}
1258 }
1259 kilobit{
1260 dnam{"kb"}
1261 few{"{0} kb"}
1262 one{"{0} kb"}
1263 other{"{0} kb"}
1264 }
1265 kilobyte{
1266 dnam{"kB"}
1267 few{"{0} kB"}
1268 one{"{0} kB"}
1269 other{"{0} kB"}
1270 }
1271 megabit{
1272 dnam{"Mb"}
1273 few{"{0} Mb"}
1274 one{"{0} Mb"}
1275 other{"{0} Mb"}
1276 }
1277 megabyte{
1278 dnam{"MB"}
1279 few{"{0} MB"}
1280 one{"{0} MB"}
1281 other{"{0} MB"}
1282 }
1283 terabit{
1284 dnam{"Tb"}
1285 few{"{0} Tb"}
1286 one{"{0} Tb"}
1287 other{"{0} Tb"}
1288 }
1289 terabyte{
1290 dnam{"TB"}
1291 few{"{0} TB"}
1292 one{"{0} TB"}
1293 other{"{0} TB"}
1294 }
1295 }
143 duration{ 1296 duration{
1297 century{
1298 dnam{"v."}
1299 few{"{0} v"}
1300 one{"{0} v"}
1301 other{"{0} v"}
1302 }
144 day{ 1303 day{
145 dnam{"d."} 1304 dnam{"d."}
146 few{"{0} dana"} 1305 few{"{0} dana"}
147 one{"{0} dan"} 1306 one{"{0} dan"}
148 other{"{0} dana"} 1307 other{"{0} dana"}
1308 per{"{0}/d"}
149 } 1309 }
150 hour{ 1310 hour{
151 dnam{"sati"} 1311 dnam{"sati"}
152 few{"{0} sata"} 1312 few{"{0} sata"}
153 one{"{0} sat"} 1313 one{"{0} sat"}
154 other{"{0} sati"} 1314 other{"{0} sati"}
155 per{"{0}/s"} 1315 per{"{0}/s"}
156 } 1316 }
157 microsecond{ 1317 microsecond{
158 dnam{"μs"} 1318 dnam{"μs"}
159 few{"{0} μs"} 1319 few{"{0} μs"}
160 one{"{0} μs"} 1320 one{"{0} μs"}
161 other{"{0} μs"} 1321 other{"{0} μs"}
162 } 1322 }
163 millisecond{ 1323 millisecond{
164 dnam{"ms"} 1324 dnam{"ms"}
165 few{"{0} ms"} 1325 few{"{0} ms"}
166 one{"{0} ms"} 1326 one{"{0} ms"}
167 other{"{0} ms"} 1327 other{"{0} ms"}
168 } 1328 }
169 minute{ 1329 minute{
170 dnam{"min"} 1330 dnam{"min"}
171 few{"{0} min"} 1331 few{"{0} min"}
172 one{"{0} min"} 1332 one{"{0} min"}
173 other{"{0} min"} 1333 other{"{0} min"}
1334 per{"{0}/min"}
174 } 1335 }
175 month{ 1336 month{
176 dnam{"meseci"} 1337 dnam{"meseci"}
177 few{"{0} mes."} 1338 few{"{0} mes."}
178 one{"{0} mes."} 1339 one{"{0} mes."}
179 other{"{0} mes."} 1340 other{"{0} mes."}
1341 per{"{0}/m"}
180 } 1342 }
181 nanosecond{ 1343 nanosecond{
182 dnam{"ns"} 1344 dnam{"ns"}
183 few{"{0} ns"} 1345 few{"{0} ns"}
184 one{"{0} ns"} 1346 one{"{0} ns"}
185 other{"{0} ns"} 1347 other{"{0} ns"}
186 } 1348 }
187 second{ 1349 second{
188 dnam{"sek"} 1350 dnam{"sek"}
189 few{"{0} sek"} 1351 few{"{0} sek"}
190 one{"{0} sek"} 1352 one{"{0} sek"}
191 other{"{0} sek"} 1353 other{"{0} sek"}
192 per{"{0}/sek"} 1354 per{"{0}/sek"}
193 } 1355 }
194 week{ 1356 week{
195 dnam{"ned."} 1357 dnam{"ned."}
196 few{"{0} ned."} 1358 few{"{0} ned."}
197 one{"{0} ned."} 1359 one{"{0} ned."}
198 other{"{0} ned."} 1360 other{"{0} ned."}
1361 per{"{0}/n"}
199 } 1362 }
200 year{ 1363 year{
201 dnam{"god."} 1364 dnam{"god."}
202 few{"{0} god."} 1365 few{"{0} god."}
203 one{"{0} god"} 1366 one{"{0} god"}
204 other{"{0} god."} 1367 other{"{0} god."}
1368 per{"{0}/god"}
1369 }
1370 }
1371 electric{
1372 ampere{
1373 dnam{"amperi"}
1374 few{"{0} A"}
1375 one{"{0} A"}
1376 other{"{0} A"}
1377 }
1378 milliampere{
1379 dnam{"mA"}
1380 few{"{0} mA"}
1381 one{"{0} mA"}
1382 other{"{0} mA"}
1383 }
1384 ohm{
1385 dnam{"omi"}
1386 few{"{0} Ω"}
1387 one{"{0} Ω"}
1388 other{"{0} Ω"}
1389 }
1390 volt{
1391 dnam{"volti"}
1392 few{"{0} V"}
1393 one{"{0} V"}
1394 other{"{0} V"}
1395 }
1396 }
1397 energy{
1398 calorie{
1399 dnam{"cal"}
1400 few{"{0} cal"}
1401 one{"{0} cal"}
1402 other{"{0} cal"}
1403 }
1404 foodcalorie{
1405 dnam{"Cal"}
1406 few{"{0} Cal"}
1407 one{"{0} Cal"}
1408 other{"{0} Cal"}
1409 }
1410 joule{
1411 dnam{"džuli"}
1412 few{"{0} J"}
1413 one{"{0} J"}
1414 other{"{0} J"}
1415 }
1416 kilocalorie{
1417 dnam{"kcal"}
1418 few{"{0} kcal"}
1419 one{"{0} kcal"}
1420 other{"{0} kcal"}
1421 }
1422 kilojoule{
1423 dnam{"kJ"}
1424 few{"{0} kJ"}
1425 one{"{0} kJ"}
1426 other{"{0} kJ"}
1427 }
1428 kilowatt-hour{
1429 dnam{"kWh"}
1430 few{"{0} kWh"}
1431 one{"{0} kWh"}
1432 other{"{0} kWh"}
1433 }
1434 }
1435 frequency{
1436 gigahertz{
1437 dnam{"GHz"}
1438 few{"{0} GHz"}
1439 one{"{0} GHz"}
1440 other{"{0} GHz"}
1441 }
1442 hertz{
1443 dnam{"Hz"}
1444 few{"{0} Hz"}
1445 one{"{0} Hz"}
1446 other{"{0} Hz"}
1447 }
1448 kilohertz{
1449 dnam{"kHz"}
1450 few{"{0} kHz"}
1451 one{"{0} kHz"}
1452 other{"{0} kHz"}
1453 }
1454 megahertz{
1455 dnam{"MHz"}
1456 few{"{0} MHz"}
1457 one{"{0} MHz"}
1458 other{"{0} MHz"}
1459 }
1460 }
1461 length{
1462 astronomical-unit{
1463 dnam{"aj"}
1464 few{"{0} aj"}
1465 one{"{0} aj"}
1466 other{"{0} aj"}
1467 }
1468 centimeter{
1469 dnam{"cm"}
1470 few{"{0} cm"}
1471 one{"{0} cm"}
1472 other{"{0} cm"}
1473 per{"{0}/cm"}
1474 }
1475 decimeter{
1476 dnam{"dm"}
1477 few{"{0} dm"}
1478 one{"{0} dm"}
1479 other{"{0} dm"}
1480 }
1481 foot{
1482 dnam{"ft"}
1483 few{"{0} ft"}
1484 one{"{0} ft"}
1485 other{"{0} ft"}
1486 per{"{0}/ft"}
1487 }
1488 inch{
1489 dnam{"inči"}
1490 few{"{0} inča"}
1491 one{"{0} inč"}
1492 other{"{0} inča"}
1493 per{"{0}/in"}
1494 }
1495 kilometer{
1496 dnam{"km"}
1497 few{"{0} km"}
1498 one{"{0} km"}
1499 other{"{0} km"}
1500 per{"{0}/km"}
1501 }
1502 light-year{
1503 dnam{"svetlosne god."}
1504 few{"{0} sg"}
1505 one{"{0} sg"}
1506 other{"{0} sg"}
1507 }
1508 meter{
1509 dnam{"metri"}
1510 few{"{0} m"}
1511 one{"{0} m"}
1512 other{"{0} m"}
1513 per{"{0}/m"}
1514 }
1515 micrometer{
1516 dnam{"µm"}
1517 few{"{0} µm"}
1518 one{"{0} µm"}
1519 other{"{0} µm"}
1520 }
1521 mile{
1522 dnam{"milje"}
1523 few{"{0} mi"}
1524 one{"{0} mi"}
1525 other{"{0} mi"}
1526 }
1527 mile-scandinavian{
1528 dnam{"smi"}
1529 few{"{0} smi"}
1530 one{"{0} smi"}
1531 other{"{0} smi"}
1532 }
1533 millimeter{
1534 dnam{"mm"}
1535 few{"{0} mm"}
1536 one{"{0} mm"}
1537 other{"{0} mm"}
1538 }
1539 nanometer{
1540 dnam{"nm"}
1541 few{"{0} nm"}
1542 one{"{0} nm"}
1543 other{"{0} nm"}
1544 }
1545 nautical-mile{
1546 dnam{"nmi"}
1547 few{"{0} nmi"}
1548 one{"{0} nmi"}
1549 other{"{0} nmi"}
1550 }
1551 parsec{
1552 dnam{"parseci"}
1553 few{"{0} pc"}
1554 one{"{0} pc"}
1555 other{"{0} pc"}
1556 }
1557 picometer{
1558 dnam{"pikometri"}
1559 few{"{0} pm"}
1560 one{"{0} pm"}
1561 other{"{0} pm"}
1562 }
1563 yard{
1564 dnam{"jardi"}
1565 few{"{0} jrd"}
1566 one{"{0} jrd"}
1567 other{"{0} jrd"}
1568 }
1569 }
1570 light{
1571 lux{
1572 dnam{"lx"}
1573 few{"{0} lx"}
1574 one{"{0} lx"}
1575 other{"{0} lx"}
1576 }
1577 }
1578 mass{
1579 carat{
1580 dnam{"karati"}
1581 few{"{0} CD"}
1582 one{"{0} CD"}
1583 other{"{0} CD"}
1584 }
1585 gram{
1586 dnam{"grami"}
1587 few{"{0} g"}
1588 one{"{0} g"}
1589 other{"{0} g"}
1590 per{"{0}/g"}
1591 }
1592 kilogram{
1593 dnam{"kg"}
1594 few{"{0} kg"}
1595 one{"{0} kg"}
1596 other{"{0} kg"}
1597 per{"{0}/kg"}
1598 }
1599 metric-ton{
1600 dnam{"t"}
1601 few{"{0} t"}
1602 one{"{0} t"}
1603 other{"{0} t"}
1604 }
1605 microgram{
1606 dnam{"µg"}
1607 few{"{0} µg"}
1608 one{"{0} µg"}
1609 other{"{0} µg"}
1610 }
1611 milligram{
1612 dnam{"mg"}
1613 few{"{0} mg"}
1614 one{"{0} mg"}
1615 other{"{0} mg"}
1616 }
1617 ounce{
1618 dnam{"oz"}
1619 few{"{0} unce"}
1620 one{"{0} unca"}
1621 other{"{0} unci"}
1622 per{"{0}/oz"}
1623 }
1624 ounce-troy{
1625 dnam{"oz t"}
1626 few{"{0} oz t"}
1627 one{"{0} oz t"}
1628 other{"{0} oz t"}
1629 }
1630 pound{
1631 dnam{"lb"}
1632 few{"{0} lb"}
1633 one{"{0} lb"}
1634 other{"{0} lb"}
1635 per{"{0}/lb"}
1636 }
1637 ton{
1638 dnam{"tn"}
1639 few{"{0} tn"}
1640 one{"{0} tn"}
1641 other{"{0} tn"}
1642 }
1643 }
1644 power{
1645 gigawatt{
1646 dnam{"GW"}
1647 few{"{0} GW"}
1648 one{"{0} GW"}
1649 other{"{0} GW"}
1650 }
1651 horsepower{
1652 dnam{"ks"}
1653 few{"{0} ks"}
1654 one{"{0} ks"}
1655 other{"{0} ks"}
1656 }
1657 kilowatt{
1658 dnam{"kW"}
1659 few{"{0} kW"}
1660 one{"{0} kW"}
1661 other{"{0} kW"}
1662 }
1663 megawatt{
1664 dnam{"MW"}
1665 few{"{0} MW"}
1666 one{"{0} MW"}
1667 other{"{0} MW"}
1668 }
1669 milliwatt{
1670 dnam{"mW"}
1671 few{"{0} mW"}
1672 one{"{0} mW"}
1673 other{"{0} mW"}
1674 }
1675 watt{
1676 dnam{"vati"}
1677 few{"{0} W"}
1678 one{"{0} W"}
1679 other{"{0} W"}
1680 }
1681 }
1682 pressure{
1683 hectopascal{
1684 dnam{"hPa"}
1685 few{"{0} hPa"}
1686 one{"{0} hPa"}
1687 other{"{0} hPa"}
1688 }
1689 inch-hg{
1690 dnam{"inHg"}
1691 few{"{0} inHg"}
1692 one{"{0} inHg"}
1693 other{"{0} inHg"}
1694 }
1695 millibar{
1696 dnam{"mbar"}
1697 few{"{0} mbar"}
1698 one{"{0} mbar"}
1699 other{"{0} mbar"}
1700 }
1701 millimeter-of-mercury{
1702 dnam{"mm Hg"}
1703 few{"{0} mm Hg"}
1704 one{"{0} mm Hg"}
1705 other{"{0} mm Hg"}
1706 }
1707 pound-per-square-inch{
1708 dnam{"psi"}
1709 few{"{0} psi"}
1710 one{"{0} psi"}
1711 other{"{0} psi"}
1712 }
1713 }
1714 proportion{
1715 karat{
1716 dnam{"kt"}
1717 few{"{0} kt"}
1718 one{"{0} kt"}
1719 other{"{0} kt"}
1720 }
1721 }
1722 speed{
1723 kilometer-per-hour{
1724 dnam{"kilometri na sat"}
1725 few{"{0} km/h"}
1726 one{"{0} km/h"}
1727 other{"{0} km/h"}
1728 }
1729 meter-per-second{
1730 dnam{"metri u sekundi"}
1731 few{"{0} m/s"}
1732 one{"{0} m/s"}
1733 other{"{0} m/s"}
1734 }
1735 mile-per-hour{
1736 dnam{"milje na sat"}
1737 few{"{0} mi/h"}
1738 one{"{0} mi/h"}
1739 other{"{0} mi/h"}
1740 }
1741 }
1742 temperature{
1743 celsius{
1744 dnam{"°C"}
1745 few{"{0}°C"}
1746 one{"{0}°C"}
1747 other{"{0}°C"}
1748 }
1749 fahrenheit{
1750 dnam{"stepeni Farenhajta"}
1751 few{"{0}°F"}
1752 one{"{0}°F"}
1753 other{"{0}°F"}
1754 }
1755 generic{
1756 dnam{"°"}
1757 few{"{0}°"}
1758 one{"{0}°"}
1759 other{"{0}°"}
1760 }
1761 kelvin{
1762 dnam{"K"}
1763 few{"{0} K"}
1764 one{"{0} K"}
1765 other{"{0} K"}
1766 }
1767 }
1768 volume{
1769 acre-foot{
1770 dnam{"ac ft"}
1771 few{"{0} ac ft"}
1772 one{"{0} ac ft"}
1773 other{"{0} ac ft"}
1774 }
1775 centiliter{
1776 dnam{"cL"}
1777 few{"{0} cL"}
1778 one{"{0} cL"}
1779 other{"{0} cL"}
1780 }
1781 cubic-centimeter{
1782 dnam{"cm³"}
1783 few{"{0} cm³"}
1784 one{"{0} cm³"}
1785 other{"{0} cm³"}
1786 per{"{0}/cm³"}
1787 }
1788 cubic-foot{
1789 dnam{"ft³"}
1790 few{"{0} ft³"}
1791 one{"{0} ft³"}
1792 other{"{0} ft³"}
1793 }
1794 cubic-inch{
1795 dnam{"in³"}
1796 few{"{0} in³"}
1797 one{"{0} in³"}
1798 other{"{0} in³"}
1799 }
1800 cubic-kilometer{
1801 dnam{"km³"}
1802 few{"{0} km³"}
1803 one{"{0} km³"}
1804 other{"{0} km³"}
1805 }
1806 cubic-meter{
1807 dnam{"m³"}
1808 few{"{0} m³"}
1809 one{"{0} m³"}
1810 other{"{0} m³"}
1811 per{"{0}/m³"}
1812 }
1813 cubic-mile{
1814 dnam{"mi³"}
1815 few{"{0} mi³"}
1816 one{"{0} mi³"}
1817 other{"{0} mi³"}
1818 }
1819 cubic-yard{
1820 dnam{"yd³"}
1821 few{"{0} yd³"}
1822 one{"{0} yd³"}
1823 other{"{0} yd³"}
1824 }
1825 cup{
1826 dnam{"šolje"}
1827 few{"{0} š."}
1828 one{"{0} š."}
1829 other{"{0} š."}
1830 }
1831 cup-metric{
1832 dnam{"mcup"}
1833 few{"{0} mc"}
1834 one{"{0} mc"}
1835 other{"{0} mc"}
1836 }
1837 deciliter{
1838 dnam{"dL"}
1839 few{"{0} dL"}
1840 one{"{0} dL"}
1841 other{"{0} dL"}
1842 }
1843 fluid-ounce{
1844 dnam{"fl oz"}
1845 few{"{0} fl oz"}
1846 one{"{0} fl oz"}
1847 other{"{0} fl oz"}
1848 }
1849 gallon{
1850 dnam{"gal"}
1851 few{"{0} gal"}
1852 one{"{0} gal"}
1853 other{"{0} gal"}
1854 per{"{0}/gal"}
1855 }
1856 hectoliter{
1857 dnam{"hL"}
1858 few{"{0} hL"}
1859 one{"{0} hL"}
1860 other{"{0} hL"}
1861 }
1862 liter{
1863 dnam{"litri"}
1864 few{"{0} l"}
1865 one{"{0} l"}
1866 other{"{0} l"}
1867 per{"{0}/l"}
1868 }
1869 megaliter{
1870 dnam{"ML"}
1871 few{"{0} ML"}
1872 one{"{0} ML"}
1873 other{"{0} ML"}
1874 }
1875 milliliter{
1876 dnam{"mL"}
1877 few{"{0} mL"}
1878 one{"{0} mL"}
1879 other{"{0} mL"}
1880 }
1881 pint{
1882 dnam{"pt"}
1883 few{"{0} pt"}
1884 one{"{0} pt"}
1885 other{"{0} pt"}
1886 }
1887 pint-metric{
1888 dnam{"mpt"}
1889 few{"{0} mpt"}
1890 one{"{0} mpt"}
1891 other{"{0} mpt"}
1892 }
1893 quart{
1894 dnam{"qt"}
1895 few{"{0} qt"}
1896 one{"{0} qt"}
1897 other{"{0} qt"}
1898 }
1899 tablespoon{
1900 dnam{"kaš."}
1901 few{"{0} kaš."}
1902 one{"{0} kaš."}
1903 other{"{0} kaš."}
1904 }
1905 teaspoon{
1906 dnam{"kašič."}
1907 few{"{0} kašič."}
1908 one{"{0} kašič."}
1909 other{"{0} kašič."}
205 } 1910 }
206 } 1911 }
207 } 1912 }
208 } 1913 }
OLDNEW
« no previous file with comments | « source/data/unit/sr_Cyrl_YU.txt ('k') | source/data/unit/sr_Latn_BA.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698