Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/Media/tcl8.5/msgs/id.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: 914 bytes
Line 
1# created by tools/loadICU.tcl -- do not edit
2namespace eval ::tcl::clock {
3    ::msgcat::mcset id DAYS_OF_WEEK_ABBREV [list \
4        "Min"\
5        "Sen"\
6        "Sel"\
7        "Rab"\
8        "Kam"\
9        "Jum"\
10        "Sab"]
11    ::msgcat::mcset id DAYS_OF_WEEK_FULL [list \
12        "Minggu"\
13        "Senin"\
14        "Selasa"\
15        "Rabu"\
16        "Kamis"\
17        "Jumat"\
18        "Sabtu"]
19    ::msgcat::mcset id MONTHS_ABBREV [list \
20        "Jan"\
21        "Peb"\
22        "Mar"\
23        "Apr"\
24        "Mei"\
25        "Jun"\
26        "Jul"\
27        "Agu"\
28        "Sep"\
29        "Okt"\
30        "Nov"\
31        "Des"\
32        ""]
33    ::msgcat::mcset id MONTHS_FULL [list \
34        "Januari"\
35        "Pebruari"\
36        "Maret"\
37        "April"\
38        "Mei"\
39        "Juni"\
40        "Juli"\
41        "Agustus"\
42        "September"\
43        "Oktober"\
44        "November"\
45        "Desember"\
46        ""]
47}
Note: See TracBrowser for help on using the repository browser.