1/*
2 * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
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
7 * published by the Free Software Foundation.  Oracle designates this
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
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 *
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.
24 */
25
26/*
27 * COPYRIGHT AND PERMISSION NOTICE
28 *
29 * Copyright (C) 1991-2016 Unicode, Inc. All rights reserved.
30 * Distributed under the Terms of Use in
31 * http://www.unicode.org/copyright.html.
32 *
33 * Permission is hereby granted, free of charge, to any person obtaining
34 * a copy of the Unicode data files and any associated documentation
35 * (the "Data Files") or Unicode software and any associated documentation
36 * (the "Software") to deal in the Data Files or Software
37 * without restriction, including without limitation the rights to use,
38 * copy, modify, merge, publish, distribute, and/or sell copies of
39 * the Data Files or Software, and to permit persons to whom the Data Files
40 * or Software are furnished to do so, provided that
41 * (a) this copyright and permission notice appear with all copies
42 * of the Data Files or Software,
43 * (b) this copyright and permission notice appear in associated
44 * documentation, and
45 * (c) there is clear notice in each modified Data File or in the Software
46 * as well as in the documentation associated with the Data File(s) or
47 * Software that the data or software has been modified.
48 *
49 * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
50 * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
51 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
52 * NONINFRINGEMENT OF THIRD PARTY RIGHTS.
53 * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
54 * NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
55 * DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
56 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
57 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
58 * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
59 *
60 * Except as contained in this notice, the name of a copyright holder
61 * shall not be used in advertising or otherwise to promote the sale,
62 * use or other dealings in these Data Files or Software without prior
63 * written authorization of the copyright holder.
64 */
65
66//  Note: this file has been generated by a tool.
67
68package sun.text.resources.ext;
69
70import sun.util.resources.OpenListResourceBundle;
71
72public class JavaTimeSupplementary_sk extends OpenListResourceBundle {
73    @Override
74    protected final Object[][] getContents() {
75        final String[] sharedQuarterNames = {
76            "1. \u0161tvr\u0165rok",
77            "2. \u0161tvr\u0165rok",
78            "3. \u0161tvr\u0165rok",
79            "4. \u0161tvr\u0165rok",
80        };
81
82        final String[] sharedAmPmMarkers = {
83            "AM",
84            "PM",
85        };
86
87        final String[] sharedDatePatterns = {
88            "EEEE, d. M. y GGGG",
89            "d. M. y GGGG",
90            "d. M. y GGGG",
91            "d.M.y G",
92        };
93
94        final String[] sharedDayAbbreviations = {
95            "ne",
96            "po",
97            "ut",
98            "st",
99            "\u0161t",
100            "pi",
101            "so",
102        };
103
104        final String[] sharedDayNames = {
105            "nede\u013ea",
106            "pondelok",
107            "utorok",
108            "streda",
109            "\u0161tvrtok",
110            "piatok",
111            "sobota",
112        };
113
114        final String[] sharedDayNarrows = {
115            "n",
116            "p",
117            "u",
118            "s",
119            "\u0161",
120            "p",
121            "s",
122        };
123
124        final String[] sharedQuarterAbbreviations = {
125            "Q1",
126            "Q2",
127            "Q3",
128            "Q4",
129        };
130
131        final String[] sharedTimePatterns = {
132            "H:mm:ss zzzz",
133            "H:mm:ss z",
134            "H:mm:ss",
135            "H:mm",
136        };
137
138        final String[] sharedJavaTimeDatePatterns = {
139            "EEEE, d. M. y G",
140            "d. M. y G",
141            "d. M. y G",
142            "d.M.y GGGGG",
143        };
144
145        return new Object[][] {
146            { "QuarterNames",
147                sharedQuarterNames },
148            { "calendarname.buddhist",
149                "buddhistick\u00fd kalend\u00e1r" },
150            { "calendarname.gregorian",
151                "gregori\u00e1nsky kalend\u00e1r" },
152            { "calendarname.gregory",
153                "gregori\u00e1nsky kalend\u00e1r" },
154            { "calendarname.islamic",
155                "islamsk\u00fd kalend\u00e1r" },
156            { "calendarname.islamic-civil",
157                "Islamsk\u00fd ob\u010diansky kalend\u00e1r" },
158            { "calendarname.japanese",
159                "japonsk\u00fd kalend\u00e1r" },
160            { "calendarname.roc",
161                "\u010d\u00ednsky republik\u00e1nsky kalend\u00e1r" },
162            { "field.dayperiod",
163                "\u010das\u0165 d\u0148a" },
164            { "field.era",
165                "letopo\u010det" },
166            { "field.hour",
167                "hodina" },
168            { "field.minute",
169                "min\u00fata" },
170            { "field.month",
171                "mesiac" },
172            { "field.second",
173                "sekunda" },
174            { "field.week",
175                "t\u00fd\u017ede\u0148" },
176            { "field.weekday",
177                "de\u0148 v t\u00fd\u017edni" },
178            { "field.year",
179                "rok" },
180            { "field.zone",
181                "\u010dasov\u00e9 p\u00e1smo" },
182            { "islamic.AmPmMarkers",
183                sharedAmPmMarkers },
184            { "islamic.DatePatterns",
185                sharedDatePatterns },
186            { "islamic.DayAbbreviations",
187                sharedDayAbbreviations },
188            { "islamic.DayNames",
189                sharedDayNames },
190            { "islamic.DayNarrows",
191                sharedDayNarrows },
192            { "islamic.QuarterAbbreviations",
193                sharedQuarterAbbreviations },
194            { "islamic.QuarterNames",
195                sharedQuarterNames },
196            { "islamic.TimePatterns",
197                sharedTimePatterns },
198            { "islamic.narrow.AmPmMarkers",
199                sharedAmPmMarkers },
200            { "java.time.buddhist.DatePatterns",
201                sharedJavaTimeDatePatterns },
202            { "java.time.islamic.DatePatterns",
203                sharedJavaTimeDatePatterns },
204            { "java.time.japanese.DatePatterns",
205                sharedJavaTimeDatePatterns },
206            { "java.time.long.Eras",
207                new String[] {
208                    "pred Kristom",
209                    "po Kristovi",
210                }
211            },
212            { "java.time.roc.DatePatterns",
213                sharedJavaTimeDatePatterns },
214            { "java.time.short.Eras",
215                new String[] {
216                    "pred n.l.",
217                    "n.l.",
218                }
219            },
220            { "roc.DatePatterns",
221                sharedDatePatterns },
222            { "roc.DayAbbreviations",
223                sharedDayAbbreviations },
224            { "roc.DayNames",
225                sharedDayNames },
226            { "roc.DayNarrows",
227                sharedDayNarrows },
228            { "roc.MonthAbbreviations",
229                new String[] {
230                    "jan",
231                    "feb",
232                    "mar",
233                    "apr",
234                    "m\u00e1j",
235                    "j\u00fan",
236                    "j\u00fal",
237                    "aug",
238                    "sep",
239                    "okt",
240                    "nov",
241                    "dec",
242                    "",
243                }
244            },
245            { "roc.MonthNames",
246                new String[] {
247                    "janu\u00e1ra",
248                    "febru\u00e1ra",
249                    "marca",
250                    "apr\u00edla",
251                    "m\u00e1ja",
252                    "j\u00fana",
253                    "j\u00fala",
254                    "augusta",
255                    "septembra",
256                    "okt\u00f3bra",
257                    "novembra",
258                    "decembra",
259                    "",
260                }
261            },
262            { "roc.MonthNarrows",
263                new String[] {
264                    "j",
265                    "f",
266                    "m",
267                    "a",
268                    "m",
269                    "j",
270                    "j",
271                    "a",
272                    "s",
273                    "o",
274                    "n",
275                    "d",
276                    "",
277                }
278            },
279            { "roc.QuarterAbbreviations",
280                sharedQuarterAbbreviations },
281            { "roc.QuarterNames",
282                sharedQuarterNames },
283            { "roc.TimePatterns",
284                sharedTimePatterns },
285        };
286    }
287}
288