• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/rm.xml
7// *
8// ***************************************************************************
9rm{
10    Version{"2.1.12.94"}
11    durationUnits{
12        hm{"h:mm"}
13        hms{"h:mm:ss"}
14        ms{"m:ss"}
15    }
16    units{
17        duration{
18            day{
19                one{"{0} di"}
20                other{"{0} dis"}
21            }
22            hour{
23                one{"{0} ura"}
24                other{"{0} uras"}
25            }
26            minute{
27                one{"{0} minuta"}
28                other{"{0} minutas"}
29            }
30            month{
31                one{"{0} mais"}
32                other{"{0} mais"}
33            }
34            second{
35                one{"{0} secunda"}
36                other{"{0} secundas"}
37            }
38            week{
39                one{"{0} emna"}
40                other{"{0} emnas"}
41            }
42            year{
43                one{"{0} onn"}
44                other{"{0} onns"}
45            }
46        }
47    }
48    unitsNarrow{
49        duration{
50            day{
51                one{"{0} dis"}
52                other{"{0} dis"}
53            }
54            hour{
55                one{"{0} uras"}
56                other{"{0} uras"}
57            }
58            minute{
59                one{"{0} mins."}
60                other{"{0} mins."}
61            }
62            month{
63                one{"{0} mais"}
64                other{"{0} mais"}
65            }
66            second{
67                one{"{0} secs."}
68                other{"{0} secs."}
69            }
70            week{
71                one{"{0} emnas"}
72                other{"{0} emnas"}
73            }
74            year{
75                one{"{0} onns"}
76                other{"{0} onns"}
77            }
78        }
79    }
80    unitsShort{
81        duration{
82            day{
83                one{"{0} di"}
84                other{"{0} dis"}
85            }
86            hour{
87                one{"{0} ura"}
88                other{"{0} uras"}
89            }
90            minute{
91                one{"{0} min."}
92                other{"{0} mins."}
93            }
94            month{
95                one{"{0} mais"}
96                other{"{0} mais"}
97            }
98            second{
99                one{"{0} sec."}
100                other{"{0} secs."}
101            }
102            week{
103                one{"{0} emna"}
104                other{"{0} emnas"}
105            }
106            year{
107                one{"{0} onn"}
108                other{"{0} onns"}
109            }
110        }
111    }
112}
113