author | sherman |
Fri, 12 Apr 2013 07:57:35 -0700 | |
changeset 16852 | 60207b2b4b42 |
parent 15658 | 55b829ca2334 |
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) 2006, 2013, Oracle and/or its affiliates. All rights reserved. |
2 | 3 |
*/ |
4 |
||
5 |
/* |
|
6 |
* COPYRIGHT AND PERMISSION NOTICE |
|
7 |
* |
|
15281
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
8 |
* 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
|
9 |
* the Terms of Use in http://www.unicode.org/copyright.html. |
2 | 10 |
* |
11 |
* Permission is hereby granted, free of charge, to any person obtaining a copy |
|
12 |
* of the Unicode data files and any associated documentation (the "Data |
|
13 |
* Files") or Unicode software and any associated documentation (the |
|
14 |
* "Software") to deal in the Data Files or Software without restriction, |
|
15 |
* including without limitation the rights to use, copy, modify, merge, |
|
16 |
* publish, distribute, and/or sell copies of the Data Files or Software, and |
|
15281
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
17 |
* 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
|
18 |
* 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
|
19 |
* 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
|
20 |
* copyright notice(s) and this permission notice appear in associated |
2 | 21 |
* documentation, and (c) there is clear notice in each modified Data File or |
22 |
* in the Software as well as in the documentation associated with the Data |
|
23 |
* File(s) or Software that the data or software has been modified. |
|
24 |
* |
|
25 |
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY |
|
26 |
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
27 |
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF |
|
28 |
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS |
|
29 |
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR |
|
15281
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
30 |
* 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
|
31 |
* 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
|
32 |
* 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
|
33 |
* OF THE DATA FILES OR SOFTWARE. |
2 | 34 |
* |
35 |
* Except as contained in this notice, the name of a copyright holder shall not |
|
36 |
* be used in advertising or otherwise to promote the sale, use or other |
|
15281
dd43cb9be0e1
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents:
14765
diff
changeset
|
37 |
* 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
|
38 |
* of the copyright holder. |
2 | 39 |
*/ |
40 |
||
13583 | 41 |
package sun.text.resources.sr; |
2 | 42 |
|
16852 | 43 |
import sun.util.resources.ParallelListResourceBundle; |
2 | 44 |
|
16852 | 45 |
public class FormatData_sr extends ParallelListResourceBundle { |
15658 | 46 |
@Override |
2 | 47 |
protected final Object[][] getContents() { |
15658 | 48 |
final String[] rocEras = { |
49 |
"\u041f\u0440\u0435 \u0420\u041a", |
|
50 |
"\u0420\u041a", |
|
51 |
}; |
|
2 | 52 |
return new Object[][] { |
53 |
{ "MonthNames", |
|
54 |
new String[] { |
|
55 |
"\u0458\u0430\u043d\u0443\u0430\u0440", |
|
56 |
"\u0444\u0435\u0431\u0440\u0443\u0430\u0440", |
|
57 |
"\u043c\u0430\u0440\u0442", |
|
58 |
"\u0430\u043f\u0440\u0438\u043b", |
|
59 |
"\u043c\u0430\u0458", |
|
60 |
"\u0458\u0443\u043d", |
|
61 |
"\u0458\u0443\u043b", |
|
62 |
"\u0430\u0432\u0433\u0443\u0441\u0442", |
|
63 |
"\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", |
|
64 |
"\u043e\u043a\u0442\u043e\u0431\u0430\u0440", |
|
65 |
"\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", |
|
66 |
"\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440", |
|
67 |
"", |
|
68 |
} |
|
69 |
}, |
|
70 |
{ "MonthAbbreviations", |
|
71 |
new String[] { |
|
72 |
"\u0458\u0430\u043d", |
|
73 |
"\u0444\u0435\u0431", |
|
74 |
"\u043c\u0430\u0440", |
|
75 |
"\u0430\u043f\u0440", |
|
76 |
"\u043c\u0430\u0458", |
|
77 |
"\u0458\u0443\u043d", |
|
78 |
"\u0458\u0443\u043b", |
|
79 |
"\u0430\u0432\u0433", |
|
80 |
"\u0441\u0435\u043f", |
|
81 |
"\u043e\u043a\u0442", |
|
82 |
"\u043d\u043e\u0432", |
|
83 |
"\u0434\u0435\u0446", |
|
84 |
"", |
|
85 |
} |
|
86 |
}, |
|
16852 | 87 |
{ "MonthNarrows", |
88 |
new String[] { |
|
89 |
"\u0458", |
|
90 |
"\u0444", |
|
91 |
"\u043c", |
|
92 |
"\u0430", |
|
93 |
"\u043c", |
|
94 |
"\u0458", |
|
95 |
"\u0458", |
|
96 |
"\u0430", |
|
97 |
"\u0441", |
|
98 |
"\u043e", |
|
99 |
"\u043d", |
|
100 |
"\u0434", |
|
101 |
"", |
|
102 |
} |
|
103 |
}, |
|
104 |
{ "MonthNarrows", |
|
105 |
new String[] { |
|
106 |
"\u0458", |
|
107 |
"\u0444", |
|
108 |
"\u043c", |
|
109 |
"\u0430", |
|
110 |
"\u043c", |
|
111 |
"\u0458", |
|
112 |
"\u0458", |
|
113 |
"\u0430", |
|
114 |
"\u0441", |
|
115 |
"\u043e", |
|
116 |
"\u043d", |
|
117 |
"\u0434", |
|
118 |
"", |
|
119 |
} |
|
120 |
}, |
|
2 | 121 |
{ "DayNames", |
122 |
new String[] { |
|
123 |
"\u043d\u0435\u0434\u0435\u0459\u0430", |
|
124 |
"\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", |
|
125 |
"\u0443\u0442\u043e\u0440\u0430\u043a", |
|
126 |
"\u0441\u0440\u0435\u0434\u0430", |
|
127 |
"\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", |
|
128 |
"\u043f\u0435\u0442\u0430\u043a", |
|
129 |
"\u0441\u0443\u0431\u043e\u0442\u0430", |
|
130 |
} |
|
131 |
}, |
|
132 |
{ "DayAbbreviations", |
|
133 |
new String[] { |
|
134 |
"\u043d\u0435\u0434", |
|
135 |
"\u043f\u043e\u043d", |
|
136 |
"\u0443\u0442\u043e", |
|
137 |
"\u0441\u0440\u0435", |
|
138 |
"\u0447\u0435\u0442", |
|
139 |
"\u043f\u0435\u0442", |
|
140 |
"\u0441\u0443\u0431", |
|
141 |
} |
|
142 |
}, |
|
14765
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
143 |
{ "DayNarrows", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
144 |
new String[] { |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
145 |
"\u043d", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
146 |
"\u043f", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
147 |
"\u0443", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
148 |
"\u0441", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
149 |
"\u0447", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
150 |
"\u043f", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
151 |
"\u0441", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
152 |
} |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
153 |
}, |
2 | 154 |
{ "Eras", |
155 |
new String[] { |
|
156 |
"\u043f. \u043d. \u0435.", |
|
157 |
"\u043d. \u0435", |
|
158 |
} |
|
159 |
}, |
|
14765
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
160 |
{ "short.Eras", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
161 |
new String[] { |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
162 |
"\u043f. \u043d. \u0435.", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
163 |
"\u043d. \u0435.", |
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 |
{ "narrow.Eras", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
167 |
new String[] { |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
168 |
"\u043f.\u043d.\u0435.", |
0987999ed367
8000983: Support narrow display names for calendar fields
okutsu
parents:
13583
diff
changeset
|
169 |
"\u043d.\u0435.", |
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 |
}, |
2 | 172 |
{ "NumberPatterns", |
173 |
new String[] { |
|
174 |
"#,##0.###", |
|
175 |
"\u00a4 #,##0.00", |
|
176 |
"#,##0%", |
|
177 |
} |
|
178 |
}, |
|
179 |
{ "NumberElements", |
|
180 |
new String[] { |
|
181 |
",", |
|
182 |
".", |
|
183 |
";", |
|
184 |
"%", |
|
185 |
"0", |
|
186 |
"#", |
|
187 |
"-", |
|
188 |
"E", |
|
189 |
"\u2030", |
|
190 |
"\u221e", |
|
191 |
"NaN", |
|
192 |
} |
|
193 |
}, |
|
13583 | 194 |
{ "TimePatterns", |
2 | 195 |
new String[] { |
196 |
"HH.mm.ss z", |
|
197 |
"HH.mm.ss z", |
|
198 |
"HH.mm.ss", |
|
199 |
"HH.mm", |
|
13583 | 200 |
} |
201 |
}, |
|
202 |
{ "DatePatterns", |
|
203 |
new String[] { |
|
2 | 204 |
"EEEE, dd.MMMM.yyyy.", |
205 |
"dd.MM.yyyy.", |
|
206 |
"dd.MM.yyyy.", |
|
207 |
"d.M.yy.", |
|
13583 | 208 |
} |
209 |
}, |
|
210 |
{ "DateTimePatterns", |
|
211 |
new String[] { |
|
2 | 212 |
"{1} {0}", |
213 |
} |
|
214 |
}, |
|
215 |
{ "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" }, |
|
216 |
}; |
|
217 |
} |
|
218 |
} |