blob: e48ceacb69557642f10dcbc51cf448b28a5b1aa1 [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_ar.java,v $
* $Date: 2002/02/16 03:05:39 $
* $Revision: 1.4 $
*
*****************************************************************************************
*/
package com.ibm.icu.impl.data;
import java.util.ListResourceBundle;
/**
* Default Date Format symbols for the Buddhist Calendar
*/
public class BuddhistCalendarSymbols_ar extends ListResourceBundle {
private static String copyright = "Copyright \u00a9 1999 IBM Corp. All Rights Reserved.";
static final Object[][] fContents = {
{ "Eras", new String[] {
"\u0627\u0644\u062A\u0642\u0648\u064A\u0645 \u0627\u0644\u0628\u0648\u0630\u064A"
} },
};
public synchronized Object[][] getContents() {
return fContents;
}
};