1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3fur{
4    Version{"2.1.37.1"}
5    units{
6        duration{
7            day{
8                dnam{"zornadis"}
9                one{"{0} zornade"}
10                other{"{0} zornadis"}
11            }
12            hour{
13                dnam{"oris"}
14                one{"{0} ore"}
15                other{"{0} oris"}
16            }
17            minute{
18                dnam{"minûts"}
19                one{"{0} minût"}
20                other{"{0} minûts"}
21            }
22            month{
23                dnam{"mês"}
24                one{"{0} mês"}
25                other{"{0} mês"}
26            }
27            second{
28                dnam{"seconts"}
29                one{"{0} secont"}
30                other{"{0} seconts"}
31            }
32            week{
33                dnam{"setemanis"}
34                one{"{0} setemane"}
35                other{"{0} setemanis"}
36            }
37            year{
38                dnam{"agns"}
39                one{"{0} an"}
40                other{"{0} agns"}
41            }
42        }
43    }
44    unitsShort{
45        duration{
46            day{
47                dnam{"zornadis"}
48            }
49            hour{
50                dnam{"oris"}
51            }
52            minute{
53                dnam{"minûts"}
54            }
55            month{
56                dnam{"mês"}
57            }
58            second{
59                dnam{"seconts"}
60            }
61            week{
62                dnam{"setemanis"}
63            }
64            year{
65                dnam{"agns"}
66            }
67        }
68    }
69}
70