blob: 52e3987b439c266b457ddd123081214fb43bd1ec [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001/*
2 * Portions Copyright 2005-2007 Sun Microsystems, Inc. All Rights Reserved.
3 */
4
5/*
6 * COPYRIGHT AND PERMISSION NOTICE
7 *
8 * Copyright (C) 1991-2007 Unicode, Inc. All rights reserved.
9 * Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
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
17 * to permit persons to whom the Data Files or Software are furnished to do
18 * so, provided that (a) the above copyright notice(s) and this permission
19 * notice appear with all copies of the Data Files or Software, (b) both the
20 * above copyright notice(s) and this permission notice appear in associated
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
30 * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
31 * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
32 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
33 * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
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
37 * dealings in these Data Files or Software without prior written
38 * authorization of the copyright holder.
39 */
40
41// Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
42
43package sun.text.resources;
44
45import java.util.ListResourceBundle;
46
47public class FormatData_mt extends ListResourceBundle {
48 protected final Object[][] getContents() {
49 return new Object[][] {
50 { "MonthNames",
51 new String[] {
52 "Jannar",
53 "Frar",
54 "Marzu",
55 "April",
56 "Mejju",
57 "\u0120unju",
58 "Lulju",
59 "Awissu",
60 "Settembru",
61 "Ottubru",
62 "Novembru",
63 "Di\u010bembru",
64 "",
65 }
66 },
67 { "MonthAbbreviations",
68 new String[] {
69 "Jan",
70 "Fra",
71 "Mar",
72 "Apr",
73 "Mej",
74 "\u0120un",
75 "Lul",
76 "Awi",
77 "Set",
78 "Ott",
79 "Nov",
80 "Di\u010b",
81 "",
82 }
83 },
84 { "DayNames",
85 new String[] {
86 "Il-\u0126add",
87 "It-Tnejn",
88 "It-Tlieta",
89 "L-Erbg\u0127a",
90 "Il-\u0126amis",
91 "Il-\u0120img\u0127a",
92 "Is-Sibt",
93 }
94 },
95 { "DayAbbreviations",
96 new String[] {
97 "\u0126ad",
98 "Tne",
99 "Tli",
100 "Erb",
101 "\u0126am",
102 "\u0120im",
103 "Sib",
104 }
105 },
106 { "AmPmMarkers",
107 new String[] {
108 "QN",
109 "WN",
110 }
111 },
112 { "Eras",
113 new String[] {
114 "QK",
115 "WK",
116 }
117 },
118 { "NumberPatterns",
119 new String[] {
120 "#,##0.###",
121 "\u00a4 #,##0.00",
122 "#,##0%",
123 }
124 },
125 { "NumberElements",
126 new String[] {
127 ".",
128 ",",
129 ";",
130 "%",
131 "0",
132 "#",
133 "-",
134 "E",
135 "\u2030",
136 "\u221e",
137 "NaN",
138 }
139 },
140 { "DateTimePatterns",
141 new String[] {
142 "HH:mm:ss z",
143 "HH:mm:ss z",
144 "HH:mm:ss",
145 "HH:mm",
146 "EEEE, d 'ta\u2019' MMMM yyyy",
147 "d 'ta\u2019' MMMM yyyy",
148 "dd MMM yyyy",
149 "dd/MM/yyyy",
150 "{1} {0}",
151 }
152 },
153 };
154 }
155}