Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/Media/tcl8.5/msgs/hr.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: 1.1 KB
Line 
1# created by tools/loadICU.tcl -- do not edit
2namespace eval ::tcl::clock {
3    ::msgcat::mcset hr DAYS_OF_WEEK_ABBREV [list \
4        "ned"\
5        "pon"\
6        "uto"\
7        "sri"\
8        "\u010det"\
9        "pet"\
10        "sub"]
11    ::msgcat::mcset hr DAYS_OF_WEEK_FULL [list \
12        "nedjelja"\
13        "ponedjeljak"\
14        "utorak"\
15        "srijeda"\
16        "\u010detvrtak"\
17        "petak"\
18        "subota"]
19    ::msgcat::mcset hr MONTHS_ABBREV [list \
20        "sij"\
21        "vel"\
22        "o\u017eu"\
23        "tra"\
24        "svi"\
25        "lip"\
26        "srp"\
27        "kol"\
28        "ruj"\
29        "lis"\
30        "stu"\
31        "pro"\
32        ""]
33    ::msgcat::mcset hr MONTHS_FULL [list \
34        "sije\u010danj"\
35        "velja\u010da"\
36        "o\u017eujak"\
37        "travanj"\
38        "svibanj"\
39        "lipanj"\
40        "srpanj"\
41        "kolovoz"\
42        "rujan"\
43        "listopad"\
44        "studeni"\
45        "prosinac"\
46        ""]
47    ::msgcat::mcset hr DATE_FORMAT "%Y.%m.%d"
48    ::msgcat::mcset hr TIME_FORMAT "%H:%M:%S"
49    ::msgcat::mcset hr DATE_TIME_FORMAT "%Y.%m.%d %H:%M:%S %z"
50}
Note: See TracBrowser for help on using the repository browser.