author | sherman |
Tue, 12 Feb 2013 09:25:43 -0800 | |
changeset 15658 | 55b829ca2334 |
parent 15281 | dd43cb9be0e1 |
child 16852 | 60207b2b4b42 |
permissions | -rw-r--r-- |
2 | 1 |
/* |
15281
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
2 |
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2 | 3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
* |
|
5 |
* This code is free software; you can redistribute it and/or modify it |
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
|
5506 | 7 |
* published by the Free Software Foundation. Oracle designates this |
2 | 8 |
* particular file as subject to the "Classpath" exception as provided |
5506 | 9 |
* by Oracle in the LICENSE file that accompanied this code. |
2 | 10 |
* |
11 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
* version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
* accompanied this code). |
|
16 |
* |
|
17 |
* You should have received a copy of the GNU General Public License version |
|
18 |
* 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
* |
|
5506 | 21 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 |
* or visit www.oracle.com if you need additional information or have any |
|
23 |
* questions. |
|
2 | 24 |
*/ |
25 |
||
26 |
/* |
|
27 |
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved |
|
28 |
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved |
|
29 |
* |
|
30 |
* The original version of this source code and documentation |
|
31 |
* is copyrighted and owned by Taligent, Inc., a wholly-owned |
|
32 |
* subsidiary of IBM. These materials are provided under terms |
|
33 |
* of a License Agreement between Taligent and Sun. This technology |
|
34 |
* is protected by multiple US and International patents. |
|
35 |
* |
|
36 |
* This notice and attribution to Taligent may not be removed. |
|
37 |
* Taligent is a registered trademark of Taligent, Inc. |
|
38 |
* |
|
39 |
*/ |
|
40 |
||
15281
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
41 |
/* |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
42 |
* COPYRIGHT AND PERMISSION NOTICE |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
43 |
* |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
44 |
* Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
45 |
* the Terms of Use in http://www.unicode.org/copyright.html. |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
46 |
* |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
47 |
* Permission is hereby granted, free of charge, to any person obtaining a copy |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
48 |
* of the Unicode data files and any associated documentation (the "Data |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
49 |
* Files") or Unicode software and any associated documentation (the |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
50 |
* "Software") to deal in the Data Files or Software without restriction, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
51 |
* including without limitation the rights to use, copy, modify, merge, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
52 |
* publish, distribute, and/or sell copies of the Data Files or Software, and |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
53 |
* to permit persons to whom the Data Files or Software are furnished to do so, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
54 |
* provided that (a) the above copyright notice(s) and this permission notice |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
55 |
* appear with all copies of the Data Files or Software, (b) both the above |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
56 |
* copyright notice(s) and this permission notice appear in associated |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
57 |
* documentation, and (c) there is clear notice in each modified Data File or |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
58 |
* in the Software as well as in the documentation associated with the Data |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
59 |
* File(s) or Software that the data or software has been modified. |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
60 |
* |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
61 |
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
62 |
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
63 |
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
64 |
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
65 |
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
66 |
* CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
67 |
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
68 |
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
69 |
* OF THE DATA FILES OR SOFTWARE. |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
70 |
* |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
71 |
* Except as contained in this notice, the name of a copyright holder shall not |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
72 |
* be used in advertising or otherwise to promote the sale, use or other |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
73 |
* dealings in these Data Files or Software without prior written authorization |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
74 |
* of the copyright holder. |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
75 |
*/ |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
76 |
|
13583 | 77 |
package sun.text.resources.ro; |
2 | 78 |
|
79 |
import java.util.ListResourceBundle; |
|
80 |
||
81 |
public class FormatData_ro extends ListResourceBundle { |
|
82 |
/** |
|
83 |
* Overrides ListResourceBundle |
|
84 |
*/ |
|
85 |
protected final Object[][] getContents() { |
|
86 |
return new Object[][] { |
|
87 |
{ "MonthNames", |
|
88 |
new String[] { |
|
89 |
"ianuarie", // january |
|
90 |
"februarie", // february |
|
91 |
"martie", // march |
|
92 |
"aprilie", // april |
|
93 |
"mai", // may |
|
94 |
"iunie", // june |
|
95 |
"iulie", // july |
|
96 |
"august", // august |
|
97 |
"septembrie", // september |
|
98 |
"octombrie", // october |
|
99 |
"noiembrie", // november |
|
100 |
"decembrie", // december |
|
101 |
"" // month 13 if applicable |
|
102 |
} |
|
103 |
}, |
|
104 |
{ "MonthAbbreviations", |
|
105 |
new String[] { |
|
106 |
"Ian", // abb january |
|
107 |
"Feb", // abb february |
|
108 |
"Mar", // abb march |
|
109 |
"Apr", // abb april |
|
110 |
"Mai", // abb may |
|
111 |
"Iun", // abb june |
|
112 |
"Iul", // abb july |
|
113 |
"Aug", // abb august |
|
114 |
"Sep", // abb september |
|
115 |
"Oct", // abb october |
|
116 |
"Nov", // abb november |
|
117 |
"Dec", // abb december |
|
118 |
"" // abb month 13 if applicable |
|
119 |
} |
|
120 |
}, |
|
14765
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
121 |
{ "standalone.MonthNarrows", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
122 |
new String[] { |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
123 |
"I", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
124 |
"F", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
125 |
"M", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
126 |
"A", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
127 |
"M", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
128 |
"I", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
129 |
"I", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
130 |
"A", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
131 |
"S", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
132 |
"O", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
133 |
"N", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
134 |
"D", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
135 |
"", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
136 |
} |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
137 |
}, |
2 | 138 |
{ "DayNames", |
139 |
new String[] { |
|
140 |
"duminic\u0103", // Sunday |
|
141 |
"luni", // Monday |
|
142 |
"mar\u0163i", // Tuesday |
|
143 |
"miercuri", // Wednesday |
|
144 |
"joi", // Thursday |
|
145 |
"vineri", // Friday |
|
4605
6a5673795b63
6450945: The week day for Saturday and the first week day in Romania locale are incorrect
yhuang
parents:
2
diff
changeset
|
146 |
"s\u00e2mb\u0103t\u0103" // Saturday |
2 | 147 |
} |
148 |
}, |
|
149 |
{ "DayAbbreviations", |
|
150 |
new String[] { |
|
151 |
"D", // abb Sunday |
|
152 |
"L", // abb Monday |
|
153 |
"Ma", // abb Tuesday |
|
154 |
"Mi", // abb Wednesday |
|
155 |
"J", // abb Thursday |
|
156 |
"V", // abb Friday |
|
157 |
"S" // abb Saturday |
|
158 |
} |
|
159 |
}, |
|
14765
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
160 |
// commented out DayNarrows because most names are contributed. |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
161 |
// { "DayNarrows", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
162 |
// new String[] { |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
163 |
// "D", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
164 |
// "", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
165 |
// "", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
166 |
// "", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
167 |
// "", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
168 |
// "", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
169 |
// "", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
170 |
// } |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
171 |
// }, |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
172 |
{ "standalone.DayNarrows", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
173 |
new String[] { |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
174 |
"D", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
175 |
"L", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
176 |
"M", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
177 |
"M", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
178 |
"J", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
179 |
"V", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
180 |
"S", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
181 |
} |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
182 |
}, |
2 | 183 |
{ "Eras", |
184 |
new String[] { // era strings |
|
185 |
"d.C.", |
|
186 |
"\u00ee.d.C." |
|
187 |
} |
|
188 |
}, |
|
189 |
{ "NumberElements", |
|
190 |
new String[] { |
|
191 |
",", // decimal separator |
|
192 |
".", // group (thousands) separator |
|
193 |
";", // list separator |
|
194 |
"%", // percent sign |
|
195 |
"0", // native 0 digit |
|
196 |
"#", // pattern digit |
|
197 |
"-", // minus sign |
|
198 |
"E", // exponential |
|
199 |
"\u2030", // per mille |
|
200 |
"\u221e", // infinity |
|
201 |
"\ufffd" // NaN |
|
202 |
} |
|
203 |
}, |
|
13583 | 204 |
{ "TimePatterns", |
2 | 205 |
new String[] { |
206 |
"HH:mm:ss z", // full time pattern |
|
207 |
"HH:mm:ss z", // long time pattern |
|
208 |
"HH:mm:ss", // medium time pattern |
|
209 |
"HH:mm", // short time pattern |
|
13583 | 210 |
} |
211 |
}, |
|
212 |
{ "DatePatterns", |
|
213 |
new String[] { |
|
2 | 214 |
"dd MMMM yyyy", // full date pattern |
215 |
"dd MMMM yyyy", // long date pattern |
|
216 |
"dd.MM.yyyy", // medium date pattern |
|
217 |
"dd.MM.yyyy", // short date pattern |
|
13583 | 218 |
} |
219 |
}, |
|
220 |
{ "DateTimePatterns", |
|
221 |
new String[] { |
|
2 | 222 |
"{1} {0}" // date-time pattern |
223 |
} |
|
224 |
}, |
|
225 |
{ "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" }, |
|
15281
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
226 |
{ "cldr.buddhist.DatePatterns", |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
227 |
new String[] { |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
228 |
"EEEE, G y MMMM dd", |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
229 |
"d MMMM y G", |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
230 |
"d MMM y G", |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
231 |
"d/M/yyyy", |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
232 |
} |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
233 |
}, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
234 |
{ "calendarname.islamic-civil", "calendar islamic civil" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
235 |
{ "calendarname.islamicc", "calendar islamic civil" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
236 |
{ "calendarname.roc", "calendar al Republicii Chineze" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
237 |
{ "calendarname.islamic", "calendar islamic" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
238 |
{ "calendarname.buddhist", "calendar budist" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
239 |
{ "calendarname.japanese", "calendar japonez" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
240 |
{ "calendarname.gregorian", "calendar gregorian" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
241 |
{ "calendarname.gregory", "calendar gregorian" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
242 |
{ "field.era", "er\u0103" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
243 |
{ "field.year", "an" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
244 |
{ "field.month", "lun\u0103" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
245 |
{ "field.week", "s\u0103pt\u0103m\u00e2n\u0103" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
246 |
{ "field.weekday", "zi a s\u0103pt\u0103m\u00e2nii" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
247 |
{ "field.dayperiod", "perioada zilei" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
248 |
{ "field.hour", "or\u0103" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
249 |
{ "field.minute", "minut" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
250 |
{ "field.second", "secund\u0103" }, |
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
251 |
{ "field.zone", "zon\u0103" }, |
2 | 252 |
}; |
253 |
} |
|
254 |
} |