blob: 045078533ccf68a3aa02985a571df33087514fe4 [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_hu.java,v $
* $Date: 2000/09/19 18:37:36 $
* $Revision: 1.3 $
*
*****************************************************************************************
*/
package com.ibm.util.resources;
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;
}
};