001: /*
002: * Portions Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.
003: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
004: *
005: * This code is free software; you can redistribute it and/or modify it
006: * under the terms of the GNU General Public License version 2 only, as
007: * published by the Free Software Foundation. Sun designates this
008: * particular file as subject to the "Classpath" exception as provided
009: * by Sun in the LICENSE file that accompanied this code.
010: *
011: * This code is distributed in the hope that it will be useful, but WITHOUT
012: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
013: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
014: * version 2 for more details (a copy is included in the LICENSE file that
015: * accompanied this code).
016: *
017: * You should have received a copy of the GNU General Public License version
018: * 2 along with this work; if not, write to the Free Software Foundation,
019: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
020: *
021: * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
022: * CA 95054 USA or visit www.sun.com if you need additional information or
023: * have any questions.
024: */
025:
026: /*
027: * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
028: * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
029: *
030: * The original version of this source code and documentation
031: * is copyrighted and owned by Taligent, Inc., a wholly-owned
032: * subsidiary of IBM. These materials are provided under terms
033: * of a License Agreement between Taligent and Sun. This technology
034: * is protected by multiple US and International patents.
035: *
036: * This notice and attribution to Taligent may not be removed.
037: * Taligent is a registered trademark of Taligent, Inc.
038: *
039: */
040:
041: package sun.text.resources;
042:
043: import java.util.ListResourceBundle;
044:
045: public class FormatData_uk extends ListResourceBundle {
046: /**
047: * Overrides ListResourceBundle
048: */
049: protected final Object[][] getContents() {
050: return new Object[][] {
051: {
052: "MonthNames",
053: new String[] {
054: "\u0441\u0456\u0447\u043d\u044f", // january
055: "\u043b\u044e\u0442\u043e\u0433\u043e", // february
056: "\u0431\u0435\u0440\u0435\u0437\u043d\u044f", // march
057: "\u043a\u0432\u0456\u0442\u043d\u044f", // april
058: "\u0442\u0440\u0430\u0432\u043d\u044f", // may
059: "\u0447\u0435\u0440\u0432\u043d\u044f", // june
060: "\u043b\u0438\u043f\u043d\u044f", // july
061: "\u0441\u0435\u0440\u043f\u043d\u044f", // august
062: "\u0432\u0435\u0440\u0435\u0441\u043d\u044f", // september
063: "\u0436\u043e\u0432\u0442\u043d\u044f", // october
064: "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430", // november
065: "\u0433\u0440\u0443\u0434\u043d\u044f", // december
066: "" // month 13 if applicable
067: } },
068: { "MonthAbbreviations",
069: new String[] { "\u0441\u0456\u0447", // abb january
070: "\u043b\u044e\u0442", // abb february
071: "\u0431\u0435\u0440", // abb march
072: "\u043a\u0432\u0456\u0442", // abb april
073: "\u0442\u0440\u0430\u0432", // abb may
074: "\u0447\u0435\u0440\u0432", // abb june
075: "\u043b\u0438\u043f", // abb july
076: "\u0441\u0435\u0440\u043f", // abb august
077: "\u0432\u0435\u0440", // abb september
078: "\u0436\u043e\u0432\u0442", // abb october
079: "\u043b\u0438\u0441\u0442", // abb november
080: "\u0433\u0440\u0443\u0434", // abb december
081: "" // abb month 13 if applicable
082: } },
083: {
084: "DayNames",
085: new String[] {
086: "\u043d\u0435\u0434\u0456\u043b\u044f", // Sunday
087: "\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a", // Monday
088: "\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a", // Tuesday
089: "\u0441\u0435\u0440\u0435\u0434\u0430", // Wednesday
090: "\u0447\u0435\u0442\u0432\u0435\u0440", // Thursday
091: "\u043f'\u044f\u0442\u043d\u0438\u0446\u044f", // Friday
092: "\u0441\u0443\u0431\u043e\u0442\u0430" // Saturday
093: } },
094: { "DayAbbreviations", new String[] { "\u043d\u0434", // abb Sunday
095: "\u043f\u043d", // abb Monday
096: "\u0432\u0442", // abb Tuesday
097: "\u0441\u0440", // abb Wednesday
098: "\u0447\u0442", // abb Thursday
099: "\u043f\u0442", // abb Friday
100: "\u0441\u0431" // abb Saturday
101: } },
102: {
103: "Eras",
104: new String[] { // era strings
105: "\u0434\u043e \u043d.\u0435.",
106: "\u043f\u0456\u0441\u043b\u044f \u043d.\u0435." } },
107: { "NumberElements", new String[] { ",", // decimal separator
108: ".", // group (thousands) separator
109: ";", // list separator
110: "%", // percent sign
111: "0", // native 0 digit
112: "#", // pattern digit
113: "-", // minus sign
114: "E", // exponential
115: "\u2030", // per mille
116: "\u221e", // infinity
117: "\ufffd" // NaN
118: } }, { "DateTimePatterns", new String[] { "H:mm:ss z", // full time pattern
119: "H:mm:ss z", // long time pattern
120: "H:mm:ss", // medium time pattern
121: "H:mm", // short time pattern
122: "EEEE, d MMMM yyyy \u0440.", // full date pattern
123: "d MMMM yyyy", // long date pattern
124: "d MMM yyyy", // medium date pattern
125: "dd.MM.yy", // short date pattern
126: "{1} {0}" // date-time pattern
127: } }, { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" }, };
128: }
129: }
|