blob: 7d26c82be8b265832181e6d5524d8e48b4b1fe1f [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_AE.java,v $
* $Date: 2002/08/13 23:36:19 $
* $Revision: 1.3 $
*
*******************************************************************************
*/
package com.ibm.icu.impl.data;
import java.util.ListResourceBundle;
// Arabic, United Arab Emirates
public class CalendarData_ar_AE 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
}
},
};
}
}