blob: 8a73df4e8213f5eb24c57ca7dba68f134c36b73a [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1996-2000, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/impl/data/Attic/BuddhistCalendarSymbols_hu.java,v $
* $Date: 2002/02/16 03:05:39 $
* $Revision: 1.4 $
*
*****************************************************************************************
*/
package com.ibm.icu.impl.data;
import java.util.ListResourceBundle;
/**
* Hungarian Date Format symbols for the Buddhist Calendar
*/
public class BuddhistCalendarSymbols_hu extends ListResourceBundle {
private static String copyright = "Copyright \u00a9 1998 IBM Corp. All Rights Reserved.";
static final Object[][] fContents = {
{ "Eras", new String[] {
"BK"
} },
};
public synchronized Object[][] getContents() {
return fContents;
}
};