]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 1997-2003, International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * | |
6 | // *************************************************************************** | |
7 | ||
8 | en_IE { | |
9 | Version { "2.0" } | |
10 | AmPmMarkers { | |
11 | "a.m.", | |
12 | "p.m.", | |
13 | } | |
14 | // DateTimeElements:intvector { | |
15 | // 2, | |
16 | // 1, | |
17 | // } | |
18 | DateTimePatterns { | |
19 | "HH:mm:ss z", | |
20 | "HH:mm:ss z", | |
21 | "HH:mm:ss", | |
22 | "HH:mm", | |
23 | "EEEE d MMMM yyyy", | |
24 | "d MMMM yyyy", | |
25 | "d MMM yyyy", | |
26 | "dd/MM/yyyy", | |
27 | "{1} {0}", | |
28 | } | |
29 | NumberPatterns { | |
30 | "#,##0.###;-#,##0.###", | |
31 | "\u00a4#,##0.00;-\u00a4#,##0.00", | |
32 | "#,##0%", | |
33 | "#E0", | |
34 | } | |
35 | // Duplicated in parent | |
36 | // Languages { | |
37 | // en { "English" } | |
38 | // } | |
39 | LocaleID:int { 0x1809 } | |
40 | // LocaleString { "en_IE" } | |
41 | // ShortCountry { "IRL" } | |
42 | zoneStrings { | |
43 | { | |
44 | "Europe/London", | |
45 | "Greenwich Mean Time", | |
46 | "GMT", | |
47 | "Ireland Summer Time", | |
48 | "IST", | |
49 | } | |
50 | } | |
51 | ||
52 | } |