Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/Media/tcl8.5/msgs/gl.msg @ 5167

Last change on this file since 5167 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: 950 bytes
Line 
1# created by tools/loadICU.tcl -- do not edit
2namespace eval ::tcl::clock {
3    ::msgcat::mcset gl DAYS_OF_WEEK_ABBREV [list \
4        "Dom"\
5        "Lun"\
6        "Mar"\
7        "M\u00e9r"\
8        "Xov"\
9        "Ven"\
10        "S\u00e1b"]
11    ::msgcat::mcset gl DAYS_OF_WEEK_FULL [list \
12        "Domingo"\
13        "Luns"\
14        "Martes"\
15        "M\u00e9rcores"\
16        "Xoves"\
17        "Venres"\
18        "S\u00e1bado"]
19    ::msgcat::mcset gl MONTHS_ABBREV [list \
20        "Xan"\
21        "Feb"\
22        "Mar"\
23        "Abr"\
24        "Mai"\
25        "Xu\u00f1"\
26        "Xul"\
27        "Ago"\
28        "Set"\
29        "Out"\
30        "Nov"\
31        "Dec"\
32        ""]
33    ::msgcat::mcset gl MONTHS_FULL [list \
34        "Xaneiro"\
35        "Febreiro"\
36        "Marzo"\
37        "Abril"\
38        "Maio"\
39        "Xu\u00f1o"\
40        "Xullo"\
41        "Agosto"\
42        "Setembro"\
43        "Outubro"\
44        "Novembro"\
45        "Decembro"\
46        ""]
47}
Note: See TracBrowser for help on using the repository browser.