0N/A/*
2362N/A * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved.
0N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A *
0N/A * This code is free software; you can redistribute it and/or modify it
0N/A * under the terms of the GNU General Public License version 2 only, as
2362N/A * published by the Free Software Foundation. Oracle designates this
0N/A * particular file as subject to the "Classpath" exception as provided
2362N/A * by Oracle in the LICENSE file that accompanied this code.
0N/A *
0N/A * This code is distributed in the hope that it will be useful, but WITHOUT
0N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A * version 2 for more details (a copy is included in the LICENSE file that
0N/A * accompanied this code).
0N/A *
0N/A * You should have received a copy of the GNU General Public License version
0N/A * 2 along with this work; if not, write to the Free Software Foundation,
0N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A *
2362N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A * or visit www.oracle.com if you need additional information or have any
2362N/A * questions.
0N/A */
0N/A
0N/A/*
0N/A * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
0N/A * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
0N/A *
0N/A * The original version of this source code and documentation
0N/A * is copyrighted and owned by Taligent, Inc., a wholly-owned
0N/A * subsidiary of IBM. These materials are provided under terms
0N/A * of a License Agreement between Taligent and Sun. This technology
0N/A * is protected by multiple US and International patents.
0N/A *
0N/A * This notice and attribution to Taligent may not be removed.
0N/A * Taligent is a registered trademark of Taligent, Inc.
0N/A *
0N/A */
0N/A
0N/Apackage sun.text.resources;
0N/A
0N/Aimport java.util.ListResourceBundle;
0N/A
0N/Apublic class FormatData_th extends ListResourceBundle {
0N/A /**
0N/A * Overrides ListResourceBundle
0N/A */
0N/A protected final Object[][] getContents() {
812N/A String[] dateTimePatterns = new String[] {
812N/A "H' \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 'm' \u0e19\u0e32\u0e17\u0e35 'ss' \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35'", // full time pattern
812N/A "H' \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 'm' \u0e19\u0e32\u0e17\u0e35'", // long time pattern
812N/A "H:mm:ss", // medium time pattern
812N/A "H:mm' \u0e19.'", // short time pattern (modified) -- add ' \u0e19.'
812N/A // (it means something like "o'clock" in english)
812N/A "EEEE'\u0e17\u0e35\u0e48 'd MMMM G yyyy", // full date pattern
812N/A "d MMMM yyyy", // long date pattern
812N/A "d MMM yyyy", // medium date pattern
812N/A "d/M/yyyy", // short date pattern
812N/A "{1}, {0}" // date-time pattern
812N/A };
812N/A
0N/A return new Object[][] {
0N/A { "MonthNames",
0N/A new String[] {
0N/A "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", // january
0N/A "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", // february
0N/A "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", // march
0N/A "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", // april
0N/A "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", // may
0N/A "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", // june
0N/A "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", // july
0N/A "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", // august
0N/A "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", // september
0N/A "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", // october
0N/A "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", // november
0N/A "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21", // december
0N/A "" // month 13 if applicable
0N/A }
0N/A },
0N/A { "MonthAbbreviations",
0N/A new String[] {
0N/A "\u0e21.\u0e04.", // abb january
0N/A "\u0e01.\u0e1e.", // abb february
0N/A "\u0e21\u0e35.\u0e04.", // abb march
0N/A "\u0e40\u0e21.\u0e22.", // abb april
0N/A "\u0e1e.\u0e04.", // abb may
0N/A "\u0e21\u0e34.\u0e22.", // abb june
0N/A "\u0e01.\u0e04.", // abb july
0N/A "\u0e2a.\u0e04.", // abb august
0N/A "\u0e01.\u0e22.", // abb september
0N/A "\u0e15.\u0e04.", // abb october
0N/A "\u0e1e.\u0e22.", // abb november
0N/A "\u0e18.\u0e04.", // abb december
0N/A "" // abb month 13 if applicable
0N/A }
0N/A },
0N/A { "DayNames",
0N/A new String[] {
0N/A "\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", // Sunday
0N/A "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", // Monday
0N/A "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", // Tuesday
0N/A "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", // Wednesday
0N/A "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", // Thursday
0N/A "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", // Friday
0N/A "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c" // Saturday
0N/A }
0N/A },
0N/A { "DayAbbreviations",
0N/A new String[] {
0N/A "\u0e2d\u0e32.", // abb Sunday
0N/A "\u0e08.", // abb Monday
0N/A "\u0e2d.", // abb Tuesday
0N/A "\u0e1e.", // abb Wednesday
0N/A "\u0e1e\u0e24.", // abb Thursday
0N/A "\u0e28.", // abb Friday
0N/A "\u0e2a." // abb Saturday
0N/A }
0N/A },
0N/A { "AmPmMarkers",
0N/A new String[] {
0N/A "\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07", // am marker
0N/A "\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07" // pm marker
0N/A }
0N/A },
0N/A { "sun.util.BuddhistCalendar.Eras",
0N/A new String[] { // era strings
0N/A "\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e01\u0e32\u0e25\u0e17\u0e35\u0e48",
0N/A "\u0E1E.\u0E28." // Thai calendar requires equivalent of B.E., Buddhist Era
0N/A }
0N/A },
0N/A { "sun.util.BuddhistCalendar.short.Eras",
0N/A new String[] { // era strings
0N/A "\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e01\u0e32\u0e25\u0e17\u0e35\u0e48",
0N/A "\u0E1E.\u0E28." // Thai calendar requires equivalent of B.E., Buddhist Era
0N/A }
0N/A },
0N/A { "Eras",
0N/A new String[] { // era strings
0N/A "\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e01\u0e32\u0e25\u0e17\u0e35\u0e48",
0N/A "\u0e04.\u0e28."
0N/A }
0N/A },
0N/A { "sun.util.BuddhistCalendar.DateTimePatterns",
812N/A dateTimePatterns
812N/A },
812N/A { "DateTimePatterns",
812N/A dateTimePatterns
0N/A },
0N/A { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
0N/A };
0N/A }
0N/A}