Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/Media/tcl/msgs/sw.msg @ 5049

Last change on this file since 5049 was 5049, checked in by landauf, 16 years ago

added tcl files

File size: 991 bytes
Line 
1# created by tools/loadICU.tcl -- do not edit
2namespace eval ::tcl::clock {
3    ::msgcat::mcset sw DAYS_OF_WEEK_ABBREV [list \
4        "Jpi"\
5        "Jtt"\
6        "Jnn"\
7        "Jtn"\
8        "Alh"\
9        "Iju"\
10        "Jmo"]
11    ::msgcat::mcset sw DAYS_OF_WEEK_FULL [list \
12        "Jumapili"\
13        "Jumatatu"\
14        "Jumanne"\
15        "Jumatano"\
16        "Alhamisi"\
17        "Ijumaa"\
18        "Jumamosi"]
19    ::msgcat::mcset sw MONTHS_ABBREV [list \
20        "Jan"\
21        "Feb"\
22        "Mar"\
23        "Apr"\
24        "Mei"\
25        "Jun"\
26        "Jul"\
27        "Ago"\
28        "Sep"\
29        "Okt"\
30        "Nov"\
31        "Des"\
32        ""]
33    ::msgcat::mcset sw MONTHS_FULL [list \
34        "Januari"\
35        "Februari"\
36        "Machi"\
37        "Aprili"\
38        "Mei"\
39        "Juni"\
40        "Julai"\
41        "Agosti"\
42        "Septemba"\
43        "Oktoba"\
44        "Novemba"\
45        "Desemba"\
46        ""]
47    ::msgcat::mcset sw BCE "KK"
48    ::msgcat::mcset sw CE "BK"
49}
Note: See TracBrowser for help on using the repository browser.