1/*
2 * Copyright (c) 1997, 2013, 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 */
28
29/*
30 * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
31 * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
32 *
33 * The original version of this source code and documentation
34 * is copyrighted and owned by Taligent, Inc., a wholly-owned
35 * subsidiary of IBM. These materials are provided under terms
36 * of a License Agreement between Taligent and Sun. This technology
37 * is protected by multiple US and International patents.
38 *
39 * This notice and attribution to Taligent may not be removed.
40 * Taligent is a registered trademark of Taligent, Inc.
41 *
42 */
43
44/*
45 * COPYRIGHT AND PERMISSION NOTICE
46 *
47 * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
48 * the Terms of Use in http://www.unicode.org/copyright.html.
49 *
50 * Permission is hereby granted, free of charge, to any person obtaining a copy
51 * of the Unicode data files and any associated documentation (the "Data
52 * Files") or Unicode software and any associated documentation (the
53 * "Software") to deal in the Data Files or Software without restriction,
54 * including without limitation the rights to use, copy, modify, merge,
55 * publish, distribute, and/or sell copies of the Data Files or Software, and
56 * to permit persons to whom the Data Files or Software are furnished to do so,
57 * provided that (a) the above copyright notice(s) and this permission notice
58 * appear with all copies of the Data Files or Software, (b) both the above
59 * copyright notice(s) and this permission notice appear in associated
60 * documentation, and (c) there is clear notice in each modified Data File or
61 * in the Software as well as in the documentation associated with the Data
62 * File(s) or Software that the data or software has been modified.
63 *
64 * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
65 * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
66 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
67 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
68 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
69 * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
70 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
71 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
72 * OF THE DATA FILES OR SOFTWARE.
73 *
74 * Except as contained in this notice, the name of a copyright holder shall not
75 * be used in advertising or otherwise to promote the sale, use or other
76 * dealings in these Data Files or Software without prior written authorization
77 * of the copyright holder.
78 */
79
80package sun.text.resources.ext;
81
82import sun.util.resources.ParallelListResourceBundle;
83
84public class FormatData_be extends ParallelListResourceBundle {
85    /**
86     * Overrides ParallelListResourceBundle
87     */
88    protected final Object[][] getContents() {
89        return new Object[][] {
90            { "MonthNames",
91                new String[] {
92                    "\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044f", // january
93                    "\u043b\u044e\u0442\u0430\u0433\u0430", // february
94                    "\u0441\u0430\u043a\u0430\u0432\u0456\u043a\u0430", // march
95                    "\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a\u0430", // april
96                    "\u043c\u0430\u044f", // may
97                    "\u0447\u0440\u0432\u0435\u043d\u044f", // june
98                    "\u043b\u0456\u043f\u0435\u043d\u044f", // july
99                    "\u0436\u043d\u0456\u045e\u043d\u044f", // august
100                    "\u0432\u0435\u0440\u0430\u0441\u043d\u044f", // september
101                    "\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430", // october
102                    "\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430", // november
103                    "\u0441\u043d\u0435\u0436\u043d\u044f", // december
104                    "" // month 13 if applicable
105                }
106            },
107            { "MonthAbbreviations",
108                new String[] {
109                    "\u0441\u0442\u0434", // abb january
110                    "\u043b\u044e\u0442", // abb february
111                    "\u0441\u043a\u0432", // abb march
112                    "\u043a\u0440\u0441", // abb april
113                    "\u043c\u0430\u0439", // abb may
114                    "\u0447\u0440\u0432", // abb june
115                    "\u043b\u043f\u043d", // abb july
116                    "\u0436\u043d\u0432", // abb august
117                    "\u0432\u0440\u0441", // abb september
118                    "\u043a\u0441\u0442", // abb october
119                    "\u043b\u0456\u0441", // abb november
120                    "\u0441\u043d\u0436", // abb december
121                    "" // abb month 13 if applicable
122                }
123            },
124            { "standalone.MonthNarrows",
125                new String[] {
126                    "\u0441",
127                    "\u043b",
128                    "\u0441",
129                    "\u043a",
130                    "\u043c",
131                    "\u0447",
132                    "\u043b",
133                    "\u0436",
134                    "\u0432",
135                    "\u043a",
136                    "\u043b",
137                    "\u0441",
138                    "",
139                }
140            },
141            { "DayNames",
142                new String[] {
143                    "\u043d\u044f\u0434\u0437\u0435\u043b\u044f", // Sunday
144                    "\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a", // Monday
145                    "\u0430\u045e\u0442\u043e\u0440\u0430\u043a", // Tuesday
146                    "\u0441\u0435\u0440\u0430\u0434\u0430", // Wednesday
147                    "\u0447\u0430\u0446\u0432\u0435\u0440", // Thursday
148                    "\u043f\u044f\u0442\u043d\u0456\u0446\u0430", // Friday
149                    "\u0441\u0443\u0431\u043e\u0442\u0430" // Saturday
150                }
151            },
152            { "DayAbbreviations",
153                new String[] {
154                    "\u043d\u0434", // abb Sunday
155                    "\u043f\u043d", // abb Monday
156                    "\u0430\u0442", // abb Tuesday
157                    "\u0441\u0440", // abb Wednesday
158                    "\u0447\u0446", // abb Thursday
159                    "\u043f\u0442", // abb Friday
160                    "\u0441\u0431" // abb Saturday
161                }
162            },
163            { "DayNarrows",
164                new String[] {
165                    "\u043d",
166                    "\u043f",
167                    "\u0430",
168                    "\u0441",
169                    "\u0447",
170                    "\u043f",
171                    "\u0441",
172                }
173            },
174            { "Eras",
175                new String[] { // era strings
176                    "\u0434\u0430 \u043d.\u0435.",
177                    "\u043d.\u0435."
178                }
179            },
180            { "short.Eras",
181                new String[] {
182                    "\u0434\u0430 \u043d.\u044d.",
183                    "\u043d.\u044d.",
184                }
185            },
186            { "NumberElements",
187                new String[] {
188                    ",", // decimal separator
189                    "\u00a0", // group (thousands) separator
190                    ";", // list separator
191                    "%", // percent sign
192                    "0", // native 0 digit
193                    "#", // pattern digit
194                    "-", // minus sign
195                    "E", // exponential
196                    "\u2030", // per mille
197                    "\u221e", // infinity
198                    "\ufffd" // NaN
199                }
200            },
201            { "TimePatterns",
202                new String[] {
203                    "H.mm.ss z", // full time pattern
204                    "H.mm.ss z", // long time pattern
205                    "H.mm.ss", // medium time pattern
206                    "H.mm", // short time pattern
207                }
208            },
209            { "DatePatterns",
210                new String[] {
211                    "EEEE, d, MMMM yyyy", // full date pattern
212                    "EEEE, d, MMMM yyyy", // long date pattern
213                    "d.M.yyyy", // medium date pattern
214                    "d.M.yy", // short date pattern
215                }
216            },
217            { "DateTimePatterns",
218                new String[] {
219                    "{1} {0}" // date-time pattern
220                }
221            },
222            { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
223        };
224    }
225}
226