2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2000-10-06 00:15:37 +00:00
|
|
|
// *
|
2002-01-30 06:16:26 +00:00
|
|
|
// * Copyright (C) 1997-2002, International Business Machines
|
2000-10-06 00:15:37 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
|
|
|
// *
|
2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2000-10-06 00:15:37 +00:00
|
|
|
|
|
|
|
ga_IE {
|
2003-03-06 23:29:09 +00:00
|
|
|
Version { "1.1" }
|
|
|
|
DateTimeElements:intvector {
|
|
|
|
2,
|
|
|
|
1,
|
|
|
|
}
|
|
|
|
DateTimePatterns {
|
|
|
|
"HH:mm:ss z",
|
|
|
|
"HH:mm:ss z",
|
|
|
|
"HH:mm:ss",
|
|
|
|
"HH:mm",
|
|
|
|
"EEEE d MMMM yyyy",
|
|
|
|
"d MMMM yyyy",
|
|
|
|
"d MMM yyyy",
|
|
|
|
"dd/MM/yyyy",
|
|
|
|
"{1} {0}",
|
|
|
|
}
|
|
|
|
NumberPatterns {
|
|
|
|
"#,##0.###;-#,##0.###",
|
|
|
|
"\u00a4#,##0.00;-\u00a4#,##0.00",
|
|
|
|
"#,##0%",
|
|
|
|
"#E0",
|
|
|
|
}
|
2000-10-06 00:15:37 +00:00
|
|
|
}
|