Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/tcl8.5/msgs/ga.msg @ 5582

Last change on this file since 5582 was 5167, checked in by rgrieder, 16 years ago

added svn property svn:eol-style native to all tcl files

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1# created by tools/loadICU.tcl -- do not edit
2namespace eval ::tcl::clock {
3    ::msgcat::mcset ga DAYS_OF_WEEK_ABBREV [list \
4        "Domh"\
5        "Luan"\
6        "M\u00e1irt"\
7        "C\u00e9ad"\
8        "D\u00e9ar"\
9        "Aoine"\
10        "Sath"]
11    ::msgcat::mcset ga DAYS_OF_WEEK_FULL [list \
12        "D\u00e9 Domhnaigh"\
13        "D\u00e9 Luain"\
14        "D\u00e9 M\u00e1irt"\
15        "D\u00e9 C\u00e9adaoin"\
16        "D\u00e9ardaoin"\
17        "D\u00e9 hAoine"\
18        "D\u00e9 Sathairn"]
19    ::msgcat::mcset ga MONTHS_ABBREV [list \
20        "Ean"\
21        "Feabh"\
22        "M\u00e1rta"\
23        "Aib"\
24        "Beal"\
25        "Meith"\
26        "I\u00fail"\
27        "L\u00fan"\
28        "MF\u00f3mh"\
29        "DF\u00f3mh"\
30        "Samh"\
31        "Noll"\
32        ""]
33    ::msgcat::mcset ga MONTHS_FULL [list \
34        "Ean\u00e1ir"\
35        "Feabhra"\
36        "M\u00e1rta"\
37        "Aibre\u00e1n"\
38        "M\u00ed na Bealtaine"\
39        "Meith"\
40        "I\u00fail"\
41        "L\u00fanasa"\
42        "Me\u00e1n F\u00f3mhair"\
43        "Deireadh F\u00f3mhair"\
44        "M\u00ed na Samhna"\
45        "M\u00ed na Nollag"\
46        ""]
47}
Note: See TracBrowser for help on using the repository browser.