blob: 8dd4dddf29e973fbe268ddfcb2327ddd4c2865d9 [file] [log] [blame]
/**
*******************************************************************************
* Copyright (C) 2001-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/impl/data/Attic/CalendarData_ar_QA.java,v $
* $Date: 2002/08/13 23:36:19 $
* $Revision: 1.3 $
*
*******************************************************************************
*/
package com.ibm.icu.impl.data;
import java.util.ListResourceBundle;
// Arabic, Qatar
public class CalendarData_ar_QA extends ListResourceBundle {
/**
* Overrides ListResourceBundle
*/
public Object[][] getContents() {
return new Object[][] {
{ "Weekend",
new String[] { // Thursday:Friday
"5", "0", // onset dow, millis in day
"7", "0" // cease dow, millis in day
}
},
};
}
}