blob: 60553196b05fa7737caca5d8d106c46b403b33b8 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1996-2000, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/util/resources/Attic/BuddhistCalendarSymbols_th.java,v $
* $Date: 2000/09/19 18:37:36 $
* $Revision: 1.3 $
*
*****************************************************************************************
*/
package com.ibm.util.resources;
import java.util.ListResourceBundle;
/**
* Thai version of the Date Format symbols for the Buddhist calendar
*/
public class BuddhistCalendarSymbols_th extends ListResourceBundle {
private static String copyright = "Copyright \u00a9 1998 IBM Corp. All Rights Reserved.";
static final Object[][] fContents = {
{ "Eras", new String[] {
"\u0e1e.\u0e28."
} },
};
public synchronized Object[][] getContents() {
return fContents;
}
};