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/bs_Cyrl.xml
7// *
8// ***************************************************************************
9bs_Cyrl{
10    %%Parent{"root"}
11    Version{"2.1.12.94"}
12    units{
13        duration{
14            day{
15                few{"{0} дана"}
16                one{"{0} дан"}
17                other{"{0} дан"}
18            }
19            hour{
20                few{"{0} сата"}
21                one{"{0} сат"}
22                other{"{0} сат"}
23            }
24            minute{
25                few{"{0} минута"}
26                one{"{0} минут"}
27                other{"{0} минут"}
28            }
29            month{
30                few{"{0} месеца"}
31                one{"{0} месец"}
32                other{"{0} месец"}
33            }
34            second{
35                few{"{0} секунде"}
36                one{"{0} секунда"}
37                other{"{0} секунда"}
38            }
39            week{
40                few{"{0} недеље"}
41                one{"{0} недеља"}
42                other{"{0} недеља"}
43            }
44            year{
45                few{"{0} године"}
46                one{"{0} година"}
47                other{"{0} година"}
48            }
49        }
50    }
51    unitsShort{
52        duration{
53            day{
54                few{"{0} дана"}
55                one{"{0} дан"}
56                other{"{0} дан"}
57            }
58            hour{
59                few{"{0} сата"}
60                one{"{0} сат"}
61                other{"{0} сат"}
62            }
63            minute{
64                few{"{0} мин"}
65                one{"{0} мин"}
66                other{"{0} мин"}
67            }
68            month{
69                few{"{0} мес"}
70                one{"{0} мес"}
71                other{"{0} мес"}
72            }
73            second{
74                few{"{0} сек"}
75                one{"{0} сек"}
76                other{"{0} сек"}
77            }
78            week{
79                few{"{0} нед"}
80                one{"{0} нед"}
81                other{"{0} нед"}
82            }
83            year{
84                few{"{0} год"}
85                one{"{0} год"}
86                other{"{0} год"}
87            }
88        }
89    }
90}
91