blob: 360d7e50eb891fb814048a85f5b26a2ac65772b3 [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_el_CY extends ListResourceBundle {
48 protected final Object[][] getContents() {
49 return new Object[][] {
50 { "MonthNames",
51 new String[] {
52 "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2",
53 "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2",
54 "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2",
55 "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2",
56 "\u039c\u03ac\u03b9\u03bf\u03c2",
57 "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2",
58 "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2",
59 "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2",
60 "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2",
61 "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2",
62 "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2",
63 "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2",
64 "",
65 }
66 },
67 { "AmPmMarkers",
68 new String[] {
69 "\u03a0\u039c",
70 "\u039c\u039c",
71 }
72 },
73 { "Eras",
74 new String[] {
75 "\u03c0.\u03a7.",
76 "\u03bc.\u03a7.",
77 }
78 },
79 { "NumberPatterns",
80 new String[] {
81 "#,##0.###",
82 "\u00a4#,##0.00",
83 "#,##0%",
84 }
85 },
86 { "NumberElements",
87 new String[] {
88 ",",
89 ".",
90 ";",
91 "%",
92 "0",
93 "#",
94 "-",
95 "E",
96 "\u2030",
97 "\u221e",
98 "NaN",
99 }
100 },
101 { "DateTimePatterns",
102 new String[] {
103 "h:mm:ss a z",
104 "h:mm:ss a z",
105 "h:mm:ss a",
106 "h:mm a",
107 "EEEE, dd MMMM yyyy",
108 "dd MMMM yyyy",
109 "dd MMM yyyy",
110 "dd/MM/yyyy",
111 "{1} {0}",
112 }
113 },
114 };
115 }
116}