blob: 7c463eb481e7a82c6bbda00f695ae4f3df7dd6d7 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001/*
2 * Portions Copyright 1998-2005 Sun Microsystems, Inc. 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. Sun designates this
8 * particular file as subject to the "Classpath" exception as provided
9 * by Sun 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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
22 * CA 95054 USA or visit www.sun.com if you need additional information or
23 * have any questions.
24 */
25
26/*
27 */
28
29/*
30 * (C) Copyright IBM Corp. 1998 - All Rights Reserved
31 *
32 * The original version of this source code and documentation
33 * is copyrighted and owned by Taligent, Inc., a wholly-owned
34 * subsidiary of IBM. These materials are provided under terms
35 * of a License Agreement between Taligent and Sun. This technology
36 * is protected by multiple US and International patents.
37 *
38 * This notice and attribution to Taligent may not be removed.
39 * Taligent is a registered trademark of Taligent, Inc.
40 *
41 */
42
43package sun.text.resources;
44
45import java.util.ListResourceBundle;
46
47public class FormatData_ar_LB extends ListResourceBundle {
48 /**
49 * Overrides ListResourceBundle
50 */
51 protected final Object[][] getContents() {
52 return new Object[][] {
53 { "MonthNames",
54 new String[] {
55 "\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062b\u0627\u0646\u064a", // january
56 "\u0634\u0628\u0627\u0637", // february
57 "\u0622\u0630\u0627\u0631", // march
58 "\u0646\u064a\u0633\u0627\u0646", // april
59 "\u0646\u0648\u0627\u0631", // may
60 "\u062d\u0632\u064a\u0631\u0627\u0646", // june
61 "\u062a\u0645\u0648\u0632", // july
62 "\u0622\u0628", // august
63 "\u0623\u064a\u0644\u0648\u0644", // september
64 "\u062a\u0634\u0631\u064a\u0646\u0020\u0627\u0644\u0623\u0648\u0644", // october
65 "\u062a\u0634\u0631\u064a\u0646\u0020\u0627\u0644\u062b\u0627\u0646\u064a", // november
66 "\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644", // december
67 "" // month 13 if applicable
68 }
69 },
70 { "MonthAbbreviations",
71 new String[] {
72 "\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062b\u0627\u0646\u064a", // abb january
73 "\u0634\u0628\u0627\u0637", // abb february
74 "\u0622\u0630\u0627\u0631", // abb march
75 "\u0646\u064a\u0633\u0627\u0646", // abb april
76 "\u0646\u0648\u0627\u0631", // abb may
77 "\u062d\u0632\u064a\u0631\u0627\u0646", // abb june
78 "\u062a\u0645\u0648\u0632", // abb july
79 "\u0622\u0628", // abb august
80 "\u0623\u064a\u0644\u0648\u0644", // abb september
81 "\u062a\u0634\u0631\u064a\u0646\u0020\u0627\u0644\u0623\u0648\u0644", // abb october
82 "\u062a\u0634\u0631\u064a\u0646\u0020\u0627\u0644\u062b\u0627\u0646\u064a", // abb november
83 "\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644", // abb december
84 "" // month 13 if applicable
85 }
86 },
87 { "DayAbbreviations",
88 new String[] {
89 "\u0627\u0644\u0623\u062d\u062f", // abb Sunday
90 "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", // abb Monday
91 "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", // abb Tuesday
92 "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", // abb Wednesday
93 "\u0627\u0644\u062e\u0645\u064a\u0633", // abb Thursday
94 "\u0627\u0644\u062c\u0645\u0639\u0629", // abb Friday
95 "\u0627\u0644\u0633\u0628\u062a" // abb Saturday
96 }
97 },
98 };
99 }
100}