blob: b93ba90a6a64cc56a730c022ced0621a4744e7c1 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1996-2000, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
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;
}
};