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/os.xml 7// * 8// *************************************************************************** 9os{ 10 Version{"2.1.10.93"} 11 units{ 12 duration{ 13 day{ 14 dnam{"боны"} 15 one{"{0} бон"} 16 other{"{0} боны"} 17 } 18 hour{ 19 dnam{"сахаты"} 20 one{"{0} сахат"} 21 other{"{0} сахаты"} 22 } 23 minute{ 24 dnam{"минуты"} 25 one{"{0} минут"} 26 other{"{0} минуты"} 27 } 28 month{ 29 dnam{"мӕйы"} 30 one{"{0} мӕй"} 31 other{"{0} мӕйы"} 32 } 33 second{ 34 dnam{"секунды"} 35 one{"{0} секунд"} 36 other{"{0} секунды"} 37 } 38 week{ 39 dnam{"къуырийы"} 40 one{"{0} къуыри"} 41 other{"{0} къуырийы"} 42 } 43 year{ 44 dnam{"азы"} 45 one{"{0} аз"} 46 other{"{0} азы"} 47 } 48 } 49 } 50 unitsShort{ 51 duration{ 52 day{ 53 dnam{"боны"} 54 one{"{0} бон"} 55 other{"{0} боны"} 56 } 57 hour{ 58 dnam{"сахаты"} 59 one{"{0} с."} 60 other{"{0} с."} 61 } 62 minute{ 63 dnam{"минуты"} 64 one{"{0} мин."} 65 other{"{0} мин."} 66 } 67 month{ 68 dnam{"мӕйы"} 69 } 70 second{ 71 dnam{"секунды"} 72 } 73 week{ 74 dnam{"къуырийы"} 75 } 76 year{ 77 dnam{"азы"} 78 } 79 } 80 } 81} 82