2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2000-10-06 00:15:37 +00:00
|
|
|
// *
|
2003-06-03 06:44:40 +00:00
|
|
|
// * Copyright (C) 1997-2003, 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-06-10 06:49:27 +00:00
|
|
|
Version { "2.0" }
|
2003-08-20 18:09:59 +00:00
|
|
|
// DateTimeElements:intvector {
|
|
|
|
// 2,
|
|
|
|
// 1,
|
|
|
|
// }
|
2003-09-30 23:38:52 +00:00
|
|
|
Currencies {
|
|
|
|
IEP { "\u00A3","Punt \u00C9ireannach" } // 1922-2001
|
|
|
|
}
|
2003-03-06 23:29:09 +00:00
|
|
|
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",
|
|
|
|
}
|
2003-09-30 23:38:52 +00:00
|
|
|
}
|